Searched refs:attr_sel (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/ufs/
H A Dufs.h622 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, argument
630 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR,
635 u32 attr_sel, u32 *mib_val)
637 return ufshcd_dme_get_attr(hba, attr_sel, mib_val, DME_LOCAL);
641 u32 attr_sel, u32 *mib_val)
643 return ufshcd_dme_get_attr(hba, attr_sel, mib_val, DME_PEER);
646 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, argument
649 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NO
634 ufshcd_dme_get(struct ufs_hba *hba, u32 attr_sel, u32 *mib_val) argument
640 ufshcd_dme_peer_get(struct ufs_hba *hba, u32 attr_sel, u32 *mib_val) argument
[all...]
H A Dufs.c228 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, u8 attr_set, argument
242 uic_cmd.argument1 = attr_sel;
251 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret);
256 set, UIC_GET_ATTR_ID(attr_sel), mib_val,
266 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, argument
280 uic_cmd.argument1 = attr_sel;
287 get, UIC_GET_ATTR_ID(attr_sel), ret);
292 get, UIC_GET_ATTR_ID(attr_sel),

Completed in 117 milliseconds