Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dmain.c21 __weak void show_boot_progress(int val) {} in show_boot_progress() function
/OK3568_Linux_fs/u-boot/common/init/
H A Dboard_init.c148 __weak void show_boot_progress(int val) {} in show_boot_progress() function
/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A Dintegrator.c50 void show_boot_progress(int progress) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/board/Seagate/dockstar/
H A Ddockstar.c154 void show_boot_progress(int val) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/board/Seagate/goflexhome/
H A Dgoflexhome.c160 void show_boot_progress(int val) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/board/st/stv0991/
H A Dstv0991.c38 void show_boot_progress(int progress) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/board/technexion/tao3530/
H A Dtao3530.c200 void show_boot_progress(int val) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/board/armltd/vexpress/
H A Dvexpress_common.c38 void show_boot_progress(int progress) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/board/buffalo/lsxl/
H A Dlsxl.c268 void show_boot_progress(int progress) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/board/Barix/ipam390/
H A Dipam390.c260 void show_boot_progress(int status) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dcpu.c192 void show_boot_progress(int val) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/board/ti/evm/
H A Devm.c339 void show_boot_progress(int val) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/board/bosch/shc/
H A Dboard.c620 void show_boot_progress(int val) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/board/ti/beagle/
H A Dbeagle.c543 void show_boot_progress(int val) in show_boot_progress() function
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl.c43 __weak void show_boot_progress(int val) {} in show_boot_progress() function
/OK3568_Linux_fs/u-boot/include/
H A Dbootstage.h223 #define show_boot_progress(val) do {} while (0) macro