Searched refs:ufs_hba (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/ufs/ |
A D | ufs.c | 63 static inline void ufshcd_hba_stop(struct ufs_hba *hba); 64 static int ufshcd_hba_enable(struct ufs_hba *hba); 93 static void ufshcd_init_pwr_info(struct ufs_hba *hba) in ufshcd_init_pwr_info() 108 static void ufshcd_print_pwr_info(struct ufs_hba *hba) in ufshcd_print_pwr_info() 340 static int ufshcd_dme_link_startup(struct ufs_hba *hba) in ufshcd_dme_link_startup() 455 static int ufshcd_link_startup(struct ufs_hba *hba) in ufshcd_link_startup() 550 static int ufshcd_hba_enable(struct ufs_hba *hba) in ufshcd_hba_enable() 631 static int ufshcd_memory_alloc(struct ufs_hba *hba) in ufshcd_memory_alloc() 1567 static int ufs_get_device_desc(struct ufs_hba *hba, in ufs_get_device_desc() 1817 int ufs_start(struct ufs_hba *hba) in ufs_start() [all …]
|
A D | ufs.h | 521 struct ufs_hba; 622 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, 624 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, 634 static inline int ufshcd_dme_get(struct ufs_hba *hba, in ufshcd_dme_get() 640 static inline int ufshcd_dme_peer_get(struct ufs_hba *hba, in ufshcd_dme_peer_get() 696 int (*init)(struct ufs_hba *hba); 697 int (*hce_enable_notify)(struct ufs_hba *hba, 699 int (*link_startup_notify)(struct ufs_hba *hba, 701 int (*phy_initialization)(struct ufs_hba *hba); 704 struct ufs_hba { struct [all …]
|
A D | cdns-platform.c | 24 static int cdns_ufs_link_startup_notify(struct ufs_hba *hba, in cdns_ufs_link_startup_notify() 40 static int cdns_ufs_set_hclkdiv(struct ufs_hba *hba) in cdns_ufs_set_hclkdiv() 66 static int cdns_ufs_hce_enable_notify(struct ufs_hba *hba, in cdns_ufs_hce_enable_notify() 79 static int cdns_ufs_init(struct ufs_hba *hba) in cdns_ufs_init()
|
A D | ufs-uclass.c | 15 .per_device_auto = sizeof(struct ufs_hba),
|
Completed in 12 milliseconds