Home
last modified time | relevance | path

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

/Linux-v6.6/include/ufs/
Dufshcd.h1292 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel,
1294 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel,
1306 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() argument
1309 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set()
1313 static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_st_set() argument
1316 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set()
1320 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set() argument
1323 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set()
1327 static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_st_set() argument
1330 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_peer_st_set()
[all …]
/Linux-v6.6/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-v6.6/drivers/ufs/core/
Dufshcd.c3986 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument
4000 uic_cmd.argument1 = attr_sel; in ufshcd_dme_set_attr()
4009 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr()
4014 set, UIC_GET_ATTR_ID(attr_sel), mib_val, in ufshcd_dme_set_attr()
4030 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument
4069 uic_cmd.argument1 = attr_sel; in ufshcd_dme_get_attr()
4076 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr()
4081 get, UIC_GET_ATTR_ID(attr_sel), in ufshcd_dme_get_attr()