Home
last modified time | relevance | path

Searched refs:BOOT_DEVICE_MMC2 (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dspl.h18 #define BOOT_DEVICE_MMC2 0x08 /* ROM only supports 2nd instance. */ macro
25 #define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC2
32 #define BOOT_DEVICE_MMC2 0x05 /* ROM only supports 2nd instance. */ macro
37 #define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC2
45 #define BOOT_DEVICE_MMC2 0x09 macro
53 #define MMC_BOOT_DEVICES_END BOOT_DEVICE_MMC2
58 #define BOOT_DEVICE_MMC2 0x08 macro
69 #define MMC_BOOT_DEVICES_END BOOT_DEVICE_MMC2
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/
H A Dboot.c18 BOOT_DEVICE_MMC2,
20 BOOT_DEVICE_MMC2,
24 BOOT_DEVICE_MMC2,
32 BOOT_DEVICE_MMC2,
38 BOOT_DEVICE_MMC2,
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/
H A Dboot.c16 BOOT_DEVICE_MMC2,
24 BOOT_DEVICE_MMC2,
31 BOOT_DEVICE_MMC2,
38 BOOT_DEVICE_MMC2,
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Dboot.c16 BOOT_DEVICE_MMC2,
25 BOOT_DEVICE_MMC2,
30 BOOT_DEVICE_MMC2,
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/
H A Dspl.h14 #define BOOT_DEVICE_MMC2 0x05 macro
21 #define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC2
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/
H A Dspl.c48 return BOOT_DEVICE_MMC2; in spl_boot_device()
90 case BOOT_DEVICE_MMC2: in spl_boot_mode()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/zynqmp/
H A Dspl.c90 return BOOT_DEVICE_MMC2; in spl_boot_device()
119 case BOOT_DEVICE_MMC2: in spl_boot_mode()
/OK3568_Linux_fs/u-boot/board/grinn/liteboard/
H A Dboard.c276 spl_boot_list[1] = BOOT_DEVICE_MMC2; in board_boot_order()
278 spl_boot_list[0] = BOOT_DEVICE_MMC2; in board_boot_order()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dspl.h16 #define BOOT_DEVICE_MMC2 6 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap4/
H A Dspl.h16 #define BOOT_DEVICE_MMC2 0x06 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap5/
H A Dspl.h16 #define BOOT_DEVICE_MMC2 0x06 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dspl.h20 BOOT_DEVICE_MMC2, enumerator
/OK3568_Linux_fs/u-boot/board/aries/ma5d4evk/
H A Dma5d4evk.c377 case BOOT_DEVICE_MMC2: in board_boot_order()
383 spl_boot_list[0] = BOOT_DEVICE_MMC2; in board_boot_order()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_mmc.c112 case BOOT_DEVICE_MMC2:
381 SPL_LOAD_IMAGE_METHOD("MMC2", 0, BOOT_DEVICE_MMC2, spl_mmc_load_image);
/OK3568_Linux_fs/u-boot/arch/arm/mach-zynqmp/
H A Dspl.c89 return BOOT_DEVICE_MMC2; in spl_boot_device()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dspl.c104 case BOOT_DEVICE_MMC2: in spl_boot_mode()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dspl-boot-order.c68 return BOOT_DEVICE_MMC2; in spl_node_to_boot_device()
/OK3568_Linux_fs/u-boot/board/engicam/icorem6_rqs/
H A Dicorem6_rqs.c147 boot_dev = BOOT_DEVICE_MMC2; in board_boot_order()
/OK3568_Linux_fs/u-boot/board/liebherr/mccmon6/
H A Dmccmon6.c433 case BOOT_DEVICE_MMC2: in board_boot_order()
435 spl_boot_list[0] = BOOT_DEVICE_MMC2; in board_boot_order()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dboot-common.c139 case BOOT_DEVICE_MMC2: in save_omap_boot_params()
/OK3568_Linux_fs/u-boot/board/compulab/cm_t54/
H A Dcm_t54.c92 if (bootmode == BOOT_DEVICE_MMC2) in mmc_get_env_part()
/OK3568_Linux_fs/u-boot/board/engicam/isiotmx6ul/
H A Disiotmx6ul.c229 boot_dev = BOOT_DEVICE_MMC2; in board_boot_order()
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Dboard.c249 return BOOT_DEVICE_MMC2; in spl_boot_device()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3588/
H A Drk3588.c827 if (loader->boot_device == BOOT_DEVICE_MMC2 && gpio4d_iomux_sel_l != 0xffffffff) { in spl_board_storages_fixup()
833 ret = spl_mmc_find_device(&mmc, BOOT_DEVICE_MMC2); in spl_board_storages_fixup()