Searched refs:attr_sel (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/scsi/ufs/ |
D | ufshcd.h | 807 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, 809 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, 820 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() argument 823 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set() 827 static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_st_set() argument 830 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set() 834 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set() argument 837 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set() 841 static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_st_set() argument 844 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_peer_st_set() [all …]
|
D | ufshcd-dwc.h | 17 u32 attr_sel; member
|
D | ufshcd-dwc.c | 26 ret = ufshcd_dme_set_attr(hba, v[attr_node].attr_sel, in ufshcd_dwc_dme_set_attrs()
|
D | ufshcd.c | 3576 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument 3590 uic_cmd.argument1 = attr_sel; in ufshcd_dme_set_attr() 3599 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr() 3604 set, UIC_GET_ATTR_ID(attr_sel), mib_val, in ufshcd_dme_set_attr() 3620 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument 3659 uic_cmd.argument1 = attr_sel; in ufshcd_dme_get_attr() 3666 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr() 3671 get, UIC_GET_ATTR_ID(attr_sel), in ufshcd_dme_get_attr()
|