Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/ufs/
Dufshcd.h1070 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel,
1072 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel,
1083 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() argument
1086 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set()
1090 static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_st_set() argument
1093 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set()
1097 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set() argument
1100 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set()
1104 static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_st_set() argument
1107 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_peer_st_set()
[all …]
Dufshcd-dwc.h14 u32 attr_sel; member
Dufshcd-dwc.c23 ret = ufshcd_dme_set_attr(hba, v[attr_node].attr_sel, in ufshcd_dwc_dme_set_attrs()
Dufshcd.c3811 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument
3825 uic_cmd.argument1 = attr_sel; in ufshcd_dme_set_attr()
3834 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr()
3839 set, UIC_GET_ATTR_ID(attr_sel), mib_val, in ufshcd_dme_set_attr()
3855 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument
3894 uic_cmd.argument1 = attr_sel; in ufshcd_dme_get_attr()
3901 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr()
3906 get, UIC_GET_ATTR_ID(attr_sel), in ufshcd_dme_get_attr()