Home
last modified time | relevance | path

Searched defs:show_boot_progress (Results 1 – 17 of 17) sorted by relevance

/external/u-boot/common/
Dmain.c18 __weak void show_boot_progress(int val) {} in show_boot_progress() function
/external/u-boot/common/init/
Dboard_init.c134 __weak void show_boot_progress(int val) {} in show_boot_progress() function
/external/u-boot/board/armltd/integrator/
Dintegrator.c49 void show_boot_progress(int progress) in show_boot_progress() function
/external/u-boot/board/Seagate/dockstar/
Ddockstar.c153 void show_boot_progress(int val) in show_boot_progress() function
/external/u-boot/board/Seagate/goflexhome/
Dgoflexhome.c159 void show_boot_progress(int val) in show_boot_progress() function
/external/u-boot/board/st/stv0991/
Dstv0991.c37 void show_boot_progress(int progress) in show_boot_progress() function
/external/u-boot/board/technexion/tao3530/
Dtao3530.c199 void show_boot_progress(int val) in show_boot_progress() function
/external/u-boot/board/armltd/vexpress/
Dvexpress_common.c37 void show_boot_progress(int progress) in show_boot_progress() function
/external/u-boot/board/buffalo/lsxl/
Dlsxl.c268 void show_boot_progress(int progress) in show_boot_progress() function
/external/u-boot/board/Barix/ipam390/
Dipam390.c259 void show_boot_progress(int status) in show_boot_progress() function
/external/u-boot/board/logicpd/omap3som/
Domap3logic.c173 void show_boot_progress(int val) in show_boot_progress() function
/external/u-boot/board/ti/evm/
Devm.c324 void show_boot_progress(int val) in show_boot_progress() function
/external/u-boot/arch/x86/cpu/
Dcpu.c191 void show_boot_progress(int val) in show_boot_progress() function
/external/u-boot/board/bosch/shc/
Dboard.c619 void show_boot_progress(int val) in show_boot_progress() function
/external/u-boot/board/ti/beagle/
Dbeagle.c561 void show_boot_progress(int val) in show_boot_progress() function
/external/u-boot/common/spl/
Dspl.c45 __weak void show_boot_progress(int val) {} in show_boot_progress() function
/external/u-boot/include/
Dbootstage.h216 #define show_boot_progress(val) do {} while (0) macro