Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-uclass.c8 #define LOG_CATEGORY UCLASS_UFS
15 .id = UCLASS_UFS,
H A Dcdns-platform.c121 .id = UCLASS_UFS,
H A Dufs-rockchip.c272 .id = UCLASS_UFS,
H A Dufs.c2078 return uclass_get_device(UCLASS_UFS, index, &dev); in ufs_probe_dev()
2087 ret = uclass_get_device(UCLASS_UFS, i, &dev); in ufs_probe()
/rk3399_rockchip-uboot/include/dm/
H A Duclass-id.h92 UCLASS_UFS, /* Universal Flash Storage */ enumerator
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dspl-boot-order.c43 if (!uclass_get_device_by_of_offset(UCLASS_UFS, node, &parent)) in spl_node_to_boot_device()