Searched refs:UCLASS_MMC (Results 1 – 25 of 51) sorted by relevance
123
/openbmc/u-boot/test/dm/ |
H A D | blk.c | 123 ut_assertok(uclass_get_device(UCLASS_MMC, 1, &dev)); in dm_test_blk_devnum() 124 ut_assertok(uclass_get_device(UCLASS_MMC, 2, &dev)); in dm_test_blk_devnum() 125 ut_assertok(uclass_get_device(UCLASS_MMC, 0, &dev)); in dm_test_blk_devnum() 130 ut_assertok(uclass_get_device_by_seq(UCLASS_MMC, i, &mmc_dev)); in dm_test_blk_devnum() 153 ut_assertok(uclass_get_device(UCLASS_MMC, 0, &dev)); in dm_test_blk_get_from_parent()
|
H A D | mmc.c | 20 ut_assertok(uclass_get_device(UCLASS_MMC, 0, &dev)); in dm_test_mmc_base() 32 ut_assertok(uclass_get_device(UCLASS_MMC, 0, &dev)); in dm_test_mmc_blk()
|
/openbmc/u-boot/test/log/ |
H A D | log_test.c | 35 log_uc_cat(UCLASS_MMC), log_uc_cat(UCLASS_SPI), in log_test() 42 log_run(UCLASS_MMC, "file"); in log_test() 51 log_uc_cat(UCLASS_MMC), log_uc_cat(UCLASS_SPI), LOGC_END in log_test() 66 log_uc_cat(UCLASS_MMC), LOGC_NONE, LOGC_END in log_test()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc-uclass.c | 238 ret = uclass_get(UCLASS_MMC, &uc); in mmc_do_preinit() 261 for (uclass_first_device(UCLASS_MMC, &dev); in print_mmc_devices() 409 .id = UCLASS_MMC, 413 .id = UCLASS_MMC,
|
H A D | uniphier-sd.c | 81 .id = UCLASS_MMC,
|
H A D | pic32_sdhci.c | 75 .id = UCLASS_MMC,
|
H A D | pci_mmc.c | 56 .id = UCLASS_MMC,
|
H A D | tangier_sdhci.c | 73 .id = UCLASS_MMC,
|
H A D | hi6220_dw_mmc.c | 86 .id = UCLASS_MMC,
|
H A D | k3_arsan_sdhci.c | 101 .id = UCLASS_MMC,
|
H A D | rockchip_sdhci.c | 110 .id = UCLASS_MMC,
|
H A D | atmel_sdhci.c | 120 .id = UCLASS_MMC,
|
H A D | sandbox_mmc.c | 140 .id = UCLASS_MMC,
|
H A D | sti_sdhci.c | 140 .id = UCLASS_MMC,
|
H A D | aspeed_sdhci.c | 137 .id = UCLASS_MMC,
|
H A D | socfpga_dw_mmc.c | 189 .id = UCLASS_MMC,
|
H A D | msm_sdhci.c | 199 .id = UCLASS_MMC,
|
H A D | rockchip_dw_mmc.c | 166 .id = UCLASS_MMC,
|
H A D | s5p_sdhci.c | 238 .id = UCLASS_MMC,
|
/openbmc/u-boot/board/xilinx/zynqmp/ |
H A D | zynqmp.c | 602 if (uclass_get_device_by_name(UCLASS_MMC, in board_late_init() 604 uclass_get_device_by_name(UCLASS_MMC, in board_late_init() 620 if (uclass_get_device_by_name(UCLASS_MMC, in board_late_init() 622 uclass_get_device_by_name(UCLASS_MMC, in board_late_init()
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 62 UCLASS_MMC, /* SD / MMC card or chip */ enumerator
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | spl-boot-order.c | 40 if (!uclass_get_device_by_of_offset(UCLASS_MMC, node, &parent)) { in spl_node_to_boot_device()
|
H A D | rk3288-board-spl.c | 64 case UCLASS_MMC: in spl_boot_device()
|
H A D | rk3188-board-spl.c | 63 case UCLASS_MMC: in spl_boot_device()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_device_path.c | 443 case UCLASS_MMC: in dp_size() 452 case UCLASS_MMC: in dp_size() 538 case UCLASS_MMC: { in dp_fill() 560 case UCLASS_MMC: { in dp_fill()
|
123