Home | History | Annotate | Download | only in mach-mvebu

Lines Matching refs:boot_device

18 	u32 boot_device;
26 boot_device = (val & BOOTROM_ERR_MODE_MASK) >> BOOTROM_ERR_MODE_OFFS;
27 debug("BOOTROM_REG=0x%08x boot_device=0x%x\n", val, boot_device);
34 if (boot_device)
36 if (boot_device == BOOTROM_ERR_MODE_UART)
44 boot_device = (val & BOOT_DEV_SEL_MASK) >> BOOT_DEV_SEL_OFFS;
45 debug("SAR_REG=0x%08x boot_device=0x%x\n", val, boot_device);
46 switch (boot_device) {