Home
last modified time | relevance | path

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

/linux-6.15/include/ufs/
H A Dufshcd.h1389 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel,
1391 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel,
1403 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() argument
1406 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set()
1413 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set()
1420 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set()
1427 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_peer_st_set()
1432 u32 attr_sel, u32 *mib_val) in ufshcd_dme_get() argument
1434 return ufshcd_dme_get_attr(hba, attr_sel, mib_val, DME_LOCAL); in ufshcd_dme_get()
1438 u32 attr_sel, u32 *mib_val) in ufshcd_dme_peer_get() argument
[all …]
/linux-6.15/drivers/ufs/host/
H A Dufshcd-dwc.h16 u32 attr_sel; member
H A Dufshcd-dwc.c25 ret = ufshcd_dme_set_attr(hba, v[attr_node].attr_sel, in ufshcd_dwc_dme_set_attrs()
/linux-6.15/drivers/ufs/core/
H A Dufshcd.c4128 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument
4133 .argument1 = attr_sel, in ufshcd_dme_set_attr()
4150 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr()
4155 set, UIC_GET_ATTR_ID(attr_sel), mib_val, in ufshcd_dme_set_attr()
4171 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument
4176 .argument1 = attr_sel, in ufshcd_dme_get_attr()
4216 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr()
4221 get, UIC_GET_ATTR_ID(attr_sel), in ufshcd_dme_get_attr()