Home
last modified time | relevance | path

Searched refs:UCLASS_UFS (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dufs-uclass.c13 .id = UCLASS_UFS,
Dcdns-platform.c118 .id = UCLASS_UFS,
Dufs.c1947 return uclass_get_device(UCLASS_UFS, index, &dev); in ufs_probe_dev()
1956 ret = uclass_get_device(UCLASS_UFS, i, &dev); in ufs_probe()
/third_party/uboot/u-boot-2020.01/include/dm/
Duclass-id.h105 UCLASS_UFS, /* Universal Flash Storage */ enumerator