Searched refs:attr_sel (Results 1 – 4 of 4) sorted by relevance
| /linux/include/ufs/ |
| H A D | ufshcd.h | 1360 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, in ufshcd_dme_set() argument 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_st_set() argument 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_peer_set() argument 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_st_set() argument 1398 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_peer_st_set() [all …]
|
| /linux/drivers/ufs/host/ |
| H A D | ufshcd-dwc.h | 62 u32 attr_sel; member
|
| H A D | ufshcd-dwc.c | 25 ret = ufshcd_dme_set_attr(hba, v[attr_node].attr_sel, in ufshcd_dwc_dme_set_attrs()
|
| /linux/drivers/ufs/core/ |
| H A D | ufshcd.c | 4178 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()
|