Searched refs:bootstage_start (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/include/ |
D | bootstage.h | 291 uint32_t bootstage_start(enum bootstage_id id, const char *name); 396 static inline uint32_t bootstage_start(enum bootstage_id id, const char *name) in bootstage_start() function
|
/external/u-boot/common/ |
D | board_r.c | 270 bootstage_start(BOOTSTAGE_ID_ACCUM_OF_LIVE, "of_live"); in initr_of_live() 291 bootstage_start(BOOTSTATE_ID_ACCUM_DM_R, "dm_r"); in initr_dm()
|
D | bootstage.c | 170 uint32_t bootstage_start(enum bootstage_id id, const char *name) in bootstage_start() function
|
D | board_f.c | 726 bootstage_start(BOOTSTATE_ID_ACCUM_DM_F, "dm_f"); in initf_dm()
|
D | Kconfig | 10 record elapsed time in a particular stage using bootstage_start()
|
/external/u-boot/drivers/pci/ |
D | pci_rom.c | 362 bootstage_start(BOOTSTAGE_ID_ACCUM_LCD, "vesa display"); in vbe_setup_video()
|
/external/u-boot/common/spl/ |
D | spl.c | 341 bootstage_start(BOOTSTATE_ID_ACCUM_DM_SPL, "dm_spl"); in spl_common_init()
|
/external/u-boot/drivers/video/ |
D | broadwell_igd.c | 674 bootstage_start(BOOTSTAGE_ID_ACCUM_LCD, "vesa display"); in broadwell_igd_probe()
|
/external/u-boot/drivers/video/tegra124/ |
D | display.c | 469 bootstage_start(BOOTSTAGE_ID_ACCUM_LCD, "lcd"); in tegra124_lcd_probe()
|
/external/u-boot/drivers/scsi/ |
D | scsi.c | 328 bootstage_start(BOOTSTAGE_ID_ACCUM_SCSI, "ahci"); in scsi_init()
|