Searched refs:attr_sel (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/ufs/ |
D | ufshcd.h | 1111 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, 1113 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, 1125 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() argument 1128 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set() 1132 static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_st_set() argument 1135 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set() 1139 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set() argument 1142 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set() 1146 static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_st_set() argument 1149 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_peer_st_set() [all …]
|
/Linux-v6.1/drivers/ufs/host/ |
D | ufshcd-dwc.h | 16 u32 attr_sel; member
|
D | ufshcd-dwc.c | 25 ret = ufshcd_dme_set_attr(hba, v[attr_node].attr_sel, in ufshcd_dwc_dme_set_attrs()
|
/Linux-v6.1/drivers/ufs/core/ |
D | ufshcd.c | 3914 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument 3928 uic_cmd.argument1 = attr_sel; in ufshcd_dme_set_attr() 3937 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr() 3942 set, UIC_GET_ATTR_ID(attr_sel), mib_val, in ufshcd_dme_set_attr() 3958 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument 3997 uic_cmd.argument1 = attr_sel; in ufshcd_dme_get_attr() 4004 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr() 4009 get, UIC_GET_ATTR_ID(attr_sel), in ufshcd_dme_get_attr()
|