Home
last modified time | relevance | path

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

/linux-5.19.10/include/ufs/
Dufshcd.h1096 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel,
1098 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel,
1109 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() argument
1112 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set()
1116 static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_st_set() argument
1119 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set()
1123 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set() argument
1126 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set()
1130 static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_st_set() argument
1133 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_peer_st_set()
[all …]
/linux-5.19.10/drivers/ufs/host/
Dufshcd-dwc.h16 u32 attr_sel; member
Dufshcd-dwc.c25 ret = ufshcd_dme_set_attr(hba, v[attr_node].attr_sel, in ufshcd_dwc_dme_set_attrs()
/linux-5.19.10/drivers/ufs/core/
Dufshcd.c3913 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument
3927 uic_cmd.argument1 = attr_sel; in ufshcd_dme_set_attr()
3936 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr()
3941 set, UIC_GET_ATTR_ID(attr_sel), mib_val, in ufshcd_dme_set_attr()
3957 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument
3996 uic_cmd.argument1 = attr_sel; in ufshcd_dme_get_attr()
4003 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr()
4008 get, UIC_GET_ATTR_ID(attr_sel), in ufshcd_dme_get_attr()