Searched refs:boot_devices (Results 1 – 13 of 13) 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()
108 u32 boot_devices[] = { in board_boot_order() local117 for (i = 0; i < ARRAY_SIZE(boot_devices); i++) in board_boot_order()118 spl_boot_list[i] = boot_devices[i]; in board_boot_order()
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()
30 __weak const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable38 if (bootdevice_brom_id < ARRAY_SIZE(boot_devices)) in board_spl_was_booted_from()39 bootdevice_ofpath = boot_devices[bootdevice_brom_id]; in board_spl_was_booted_from()
55 extern const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1];
11 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
23 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
22 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
30 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
17 …=9 androidboot.hardware=total_compute video=640x480-32@60 androidboot.boot_devices=1c050000.mmci i…
29 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
60 const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1] = { variable
Completed in 15 milliseconds