Searched refs:boot_devices (Results 1 – 6 of 6) sorted by relevance
13 static u32 boot_devices[] = { variable41 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()44 return boot_devices[sys_boot]; in omap_sys_boot_device()
13 static u32 boot_devices[] = { variable53 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()56 return boot_devices[sys_boot]; in omap_sys_boot_device()
14 static u32 boot_devices[] = { variable56 if (sys_boot >= (sizeof(boot_devices) / sizeof(u32))) in omap_sys_boot_device()59 return boot_devices[sys_boot]; in omap_sys_boot_device()
28 static const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable39 if (bootdevice_brom_id < ARRAY_SIZE(boot_devices)) in board_spl_was_booted_from()40 bootdevice_ofpath = boot_devices[bootdevice_brom_id]; in board_spl_was_booted_from()
125 const char *boot_devices, in sun4u_NVRAM_set_params() argument
146 const char *cmdline, const char *boot_devices, in nvram_init() argument