Searched refs:ufs_hba (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/ufs/
H A Dufs-uclass.c17 .per_device_auto = sizeof(struct ufs_hba),
H A Dcdns-platform.c23 static int cdns_ufs_link_startup_notify(struct ufs_hba *hba,
39 static int cdns_ufs_set_hclkdiv(struct ufs_hba *hba)
65 static int cdns_ufs_hce_enable_notify(struct ufs_hba *hba,
78 static int cdns_ufs_init(struct ufs_hba *hba)
H A Dufs.c63 static inline bool ufshcd_is_hba_active(struct ufs_hba *hba);
64 static inline void ufshcd_hba_stop(struct ufs_hba *hba);
65 static int ufshcd_hba_enable(struct ufs_hba *hba);
70 static int ufshcd_wait_for_register(struct ufs_hba *hba, u32 reg, u32 mask,
94 static void ufshcd_init_pwr_info(struct ufs_hba *hba)
109 static void ufshcd_print_pwr_info(struct ufs_hba *hba)
133 static inline bool ufshcd_ready_for_uic_cmd(struct ufs_hba *hba)
144 static inline int ufshcd_get_uic_cmd_result(struct ufs_hba *hba)
153 static inline u32 ufshcd_get_dme_attr_val(struct ufs_hba *hba)
162 static inline bool ufshcd_is_device_present(struct ufs_hba *hb
[all...]
H A Dufs.h521 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,
627 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel,
634 static inline int ufshcd_dme_get(struct ufs_hba *hba,
640 static inline int ufshcd_dme_peer_get(struct ufs_hba *hba,
646 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel,
696 int (*init)(struct ufs_hba *hba);
697 int (*hce_enable_notify)(struct ufs_hba *hba,
699 int (*link_startup_notify)(struct ufs_hba *hb
704 struct ufs_hba { struct
[all...]
H A Dufs-renesas.c276 static void ufs_renesas_reg_control(struct ufs_hba *hba,
317 static void ufs_renesas_pre_init(struct ufs_hba *hba)
326 static int ufs_renesas_hce_enable_notify(struct ufs_hba *hba,
342 static int ufs_renesas_init(struct ufs_hba *hba)

Completed in 44 milliseconds