Searched refs:UCLASS_MMC (Results 1 – 25 of 37) sorted by relevance
12
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | blk.c | 129 ut_assertok(uclass_get_device(UCLASS_MMC, 1, &dev)); in dm_test_blk_devnum() 130 ut_assertok(uclass_get_device(UCLASS_MMC, 2, &dev)); in dm_test_blk_devnum() 131 ut_assertok(uclass_get_device(UCLASS_MMC, 0, &dev)); in dm_test_blk_devnum() 136 ut_assertok(uclass_get_device_by_seq(UCLASS_MMC, i, &mmc_dev)); in dm_test_blk_devnum() 159 ut_assertok(uclass_get_device(UCLASS_MMC, 0, &dev)); in dm_test_blk_get_from_parent()
|
| H A D | mmc.c | 23 ut_assertok(uclass_get_device(UCLASS_MMC, 0, &dev)); in dm_test_mmc_base() 35 ut_assertok(uclass_get_device(UCLASS_MMC, 0, &dev)); in dm_test_mmc_blk()
|
| /OK3568_Linux_fs/u-boot/test/log/ |
| H A D | log_test.c | 36 log_uc_cat(UCLASS_MMC), log_uc_cat(UCLASS_SPI), in log_test() 43 log_run(UCLASS_MMC, "file"); in log_test() 52 log_uc_cat(UCLASS_MMC), log_uc_cat(UCLASS_SPI), LOGC_END in log_test() 67 log_uc_cat(UCLASS_MMC), LOGC_NONE, LOGC_END in log_test()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mmc-uclass.c | 221 ret = uclass_get(UCLASS_MMC, &uc); in mmc_do_preinit() 244 for (uclass_first_device(UCLASS_MMC, &dev); in print_mmc_devices() 371 .id = UCLASS_MMC, 375 .id = UCLASS_MMC,
|
| H A D | pic32_sdhci.c | 76 .id = UCLASS_MMC,
|
| H A D | pci_mmc.c | 58 .id = UCLASS_MMC,
|
| H A D | tangier_sdhci.c | 74 .id = UCLASS_MMC,
|
| H A D | sti_sdhci.c | 133 .id = UCLASS_MMC,
|
| H A D | sandbox_mmc.c | 140 .id = UCLASS_MMC,
|
| H A D | zynq_sdhci.c | 106 .id = UCLASS_MMC,
|
| H A D | atmel_sdhci.c | 129 .id = UCLASS_MMC,
|
| H A D | sdhci-cadence.c | 165 .id = UCLASS_MMC,
|
| H A D | socfpga_dw_mmc.c | 151 .id = UCLASS_MMC,
|
| H A D | msm_sdhci.c | 200 .id = UCLASS_MMC,
|
| H A D | bcm2835_sdhci.c | 231 .id = UCLASS_MMC,
|
| H A D | s5p_sdhci.c | 289 .id = UCLASS_MMC,
|
| H A D | exynos_dw_mmc.c | 297 .id = UCLASS_MMC,
|
| H A D | rockchip_dw_mmc.c | 274 .id = UCLASS_MMC,
|
| H A D | meson_gx_mmc.c | 284 .id = UCLASS_MMC,
|
| H A D | xenon_sdhci.c | 479 .id = UCLASS_MMC,
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 55 UCLASS_MMC, /* SD / MMC card or chip */ enumerator
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | spl-boot-order.c | 48 if (!uclass_get_device_by_of_offset(UCLASS_MMC, node, &parent)) { in spl_node_to_boot_device()
|
| H A D | kernel_dtb.c | 264 if (uclass_get(UCLASS_MMC, &uc) || list_empty(&uc->dev_head)) in mmc_dm_reinit()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | device.c | 57 if (drv->id == UCLASS_MMC || drv->id == UCLASS_RKNAND || in device_bind_common() 67 (drv->id == UCLASS_MMC)) in device_bind_common() 213 UCLASS_MMC, in device_bind_common()
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_device_path.c | 271 case UCLASS_MMC: in dp_size() 298 case UCLASS_MMC: { in dp_fill()
|
12