Home
last modified time | relevance | path

Searched refs:BOOT_DEVICE_USB (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dspl.h35 #define BOOT_DEVICE_USB 0x45 macro
60 #define BOOT_DEVICE_USB 0x0D macro
67 #define MMC_BOOT_DEVICES_END BOOT_DEVICE_USB
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dboot-common.c97 #if defined(BOOT_DEVICE_USB) && !defined(CONFIG_SPL_USB_SUPPORT) in save_omap_boot_params()
98 case BOOT_DEVICE_USB: in save_omap_boot_params()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap4/
H A Dspl.h19 #define BOOT_DEVICE_USB 0x45 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/
H A Dspl.h19 #define BOOT_DEVICE_USB 0x11 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dspl.h27 BOOT_DEVICE_USB, enumerator
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/boot-device/
H A Dboot-device-pxs2.c60 if (mode == BOOT_DEVICE_USB) in uniphier_pxs2_boot_device_fixup()
H A Dboot-device-ld11.c65 if (mode == BOOT_DEVICE_MMC1 || mode == BOOT_DEVICE_USB) in uniphier_ld11_boot_device_fixup()
H A Dboot-device.c135 return BOOT_DEVICE_USB; in UNIPHIER_DEFINE_SOCDATA_FUNC()
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/clk/
H A Dclk-ld11.c22 uniphier_boot_device_raw() != BOOT_DEVICE_USB) { in uniphier_ld11_clk_init()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_usb.c68 SPL_LOAD_IMAGE_METHOD("USB", 0, BOOT_DEVICE_USB, spl_usb_load_image);
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A Dboard_late_init.c80 case BOOT_DEVICE_USB: in board_late_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/
H A Dspl.c64 return BOOT_DEVICE_USB; in spl_boot_device()
/OK3568_Linux_fs/u-boot/board/aries/ma5d4evk/
H A Dma5d4evk.c382 case BOOT_DEVICE_USB: in board_boot_order()