Home
last modified time | relevance | path

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

/linux/include/ufs/
H A Dufshcd.h1360 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel,
1362 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel,
1374 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel,
1377 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set()
1381 static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set()
1384 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set()
1388 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_st_set()
1391 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set()
1395 static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set()
1398 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_S in ufshcd_dme_peer_st_set()
1376 ufshcd_dme_set(struct ufs_hba * hba,u32 attr_sel,u32 mib_val) ufshcd_dme_set() argument
1383 ufshcd_dme_st_set(struct ufs_hba * hba,u32 attr_sel,u32 mib_val) ufshcd_dme_st_set() argument
1390 ufshcd_dme_peer_set(struct ufs_hba * hba,u32 attr_sel,u32 mib_val) ufshcd_dme_peer_set() argument
1397 ufshcd_dme_peer_st_set(struct ufs_hba * hba,u32 attr_sel,u32 mib_val) ufshcd_dme_peer_st_set() argument
1405 ufshcd_dme_get(struct ufs_hba * hba,u32 attr_sel,u32 * mib_val) ufshcd_dme_get() argument
1411 ufshcd_dme_peer_get(struct ufs_hba * hba,u32 attr_sel,u32 * mib_val) ufshcd_dme_peer_get() argument
[all...]
/linux/drivers/ufs/host/
H A Dufshcd-dwc.h62 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/drivers/ufs/core/
H A Dufshcd.c4178 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument
4183 .argument1 = attr_sel, in ufshcd_dme_set_attr()
4200 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr()
4205 set, UIC_GET_ATTR_ID(attr_sel), mib_val, in ufshcd_dme_set_attr()
4221 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument
4226 .argument1 = attr_sel, in ufshcd_dme_get_attr()
4266 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr()
4271 get, UIC_GET_ATTR_ID(attr_sel), in ufshcd_dme_get_attr()