Home
last modified time | relevance | path

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

12

/external/u-boot/arch/arm/include/asm/arch-am33xx/
Dspl.h17 #define BOOT_DEVICE_MMC2 0x08 /* ROM only supports 2nd instance. */ macro
24 #define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC2
31 #define BOOT_DEVICE_MMC2 0x05 /* ROM only supports 2nd instance. */ macro
36 #define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC2
44 #define BOOT_DEVICE_MMC2 0x09 macro
52 #define MMC_BOOT_DEVICES_END BOOT_DEVICE_MMC2
57 #define BOOT_DEVICE_MMC2 0x08 macro
68 #define MMC_BOOT_DEVICES_END BOOT_DEVICE_MMC2
/external/u-boot/arch/arm/mach-omap2/omap3/
Dboot.c17 BOOT_DEVICE_MMC2,
19 BOOT_DEVICE_MMC2,
23 BOOT_DEVICE_MMC2,
31 BOOT_DEVICE_MMC2,
37 BOOT_DEVICE_MMC2,
/external/u-boot/arch/arm/mach-omap2/omap4/
Dboot.c15 BOOT_DEVICE_MMC2,
23 BOOT_DEVICE_MMC2,
30 BOOT_DEVICE_MMC2,
37 BOOT_DEVICE_MMC2,
/external/u-boot/arch/arm/mach-omap2/omap5/
Dboot.c15 BOOT_DEVICE_MMC2,
24 BOOT_DEVICE_MMC2,
29 BOOT_DEVICE_MMC2,
/external/u-boot/arch/arm/include/asm/arch-omap3/
Dspl.h13 #define BOOT_DEVICE_MMC2 0x05 macro
20 #define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC2
/external/u-boot/arch/arm/mach-stm32mp/
Dspl.c24 return BOOT_DEVICE_MMC2; in spl_boot_device()
40 case BOOT_DEVICE_MMC2: in spl_boot_partition()
/external/u-boot/board/grinn/liteboard/
Dboard.c275 spl_boot_list[1] = BOOT_DEVICE_MMC2; in board_boot_order()
277 spl_boot_list[0] = BOOT_DEVICE_MMC2; in board_boot_order()
/external/u-boot/board/rockchip/fennec_rk3288/
Dfennec-rk3288.c12 spl_boot_list[0] = BOOT_DEVICE_MMC2; in board_boot_order()
/external/u-boot/board/mqmaker/miqi_rk3288/
Dmiqi-rk3288.c12 spl_boot_list[0] = BOOT_DEVICE_MMC2; in board_boot_order()
/external/u-boot/board/rockchip/evb_rk3288/
Devb-rk3288.c12 spl_boot_list[0] = BOOT_DEVICE_MMC2; in board_boot_order()
/external/u-boot/arch/arm/include/asm/arch-ls102xa/
Dspl.h15 #define BOOT_DEVICE_MMC2 6 macro
/external/u-boot/board/amarula/vyasa-rk3288/
Dvyasa-rk3288.c14 spl_boot_list[0] = BOOT_DEVICE_MMC2; in board_boot_order()
/external/u-boot/arch/arm/include/asm/arch-omap4/
Dspl.h15 #define BOOT_DEVICE_MMC2 0x06 macro
/external/u-boot/arch/arm/include/asm/arch-omap5/
Dspl.h15 #define BOOT_DEVICE_MMC2 0x06 macro
/external/u-boot/board/chipspark/popmetal_rk3288/
Dpopmetal-rk3288.c13 spl_boot_list[0] = BOOT_DEVICE_MMC2; in board_boot_order()
/external/u-boot/arch/arm/include/asm/
Dspl.h19 BOOT_DEVICE_MMC2, enumerator
/external/u-boot/arch/arm/mach-at91/
Dspl.c45 return BOOT_DEVICE_MMC2; in spl_boot_device()
/external/u-boot/common/spl/
Dspl_mmc.c102 case BOOT_DEVICE_MMC2: in spl_mmc_get_device_index()
388 SPL_LOAD_IMAGE_METHOD("MMC2", 0, BOOT_DEVICE_MMC2, spl_mmc_load_image);
/external/u-boot/arch/arm/cpu/armv8/zynqmp/
Dspl.c89 return BOOT_DEVICE_MMC2; in spl_boot_device()
/external/u-boot/arch/arm/mach-rockchip/
Dspl-boot-order.c60 return BOOT_DEVICE_MMC2; in spl_node_to_boot_device()
/external/u-boot/arch/arm/mach-imx/
Dspl.c164 case BOOT_DEVICE_MMC2: in spl_boot_mode()
/external/u-boot/board/liebherr/mccmon6/
Dmccmon6.c432 case BOOT_DEVICE_MMC2: in board_boot_order()
434 spl_boot_list[0] = BOOT_DEVICE_MMC2; in board_boot_order()
/external/u-boot/arch/arm/mach-omap2/
Dboot-common.c138 case BOOT_DEVICE_MMC2: in save_omap_boot_params()
/external/u-boot/board/eets/pdu001/
Dboard.c85 case BOOT_DEVICE_MMC2: { in env_set_boot_device()
/external/u-boot/board/compulab/cm_t54/
Dcm_t54.c92 if (bootmode == BOOT_DEVICE_MMC2) in mmc_get_env_part()

12