Home
last modified time | relevance | path

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

/linux/drivers/scsi/ufs/
A Dufshcd.h1101 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel,
1103 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel,
1114 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() argument
1117 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set()
1124 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set()
1131 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set()
1138 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_peer_st_set()
1143 u32 attr_sel, u32 *mib_val) in ufshcd_dme_get() argument
1145 return ufshcd_dme_get_attr(hba, attr_sel, mib_val, DME_LOCAL); in ufshcd_dme_get()
1149 u32 attr_sel, u32 *mib_val) in ufshcd_dme_peer_get() argument
[all …]
A Dufshcd-dwc.h14 u32 attr_sel; member
A Dufshcd-dwc.c23 ret = ufshcd_dme_set_attr(hba, v[attr_node].attr_sel, in ufshcd_dwc_dme_set_attrs()
A Dufshcd.c3841 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument
3855 uic_cmd.argument1 = attr_sel; in ufshcd_dme_set_attr()
3864 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr()
3869 set, UIC_GET_ATTR_ID(attr_sel), mib_val, in ufshcd_dme_set_attr()
3885 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument
3924 uic_cmd.argument1 = attr_sel; in ufshcd_dme_get_attr()
3931 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr()
3936 get, UIC_GET_ATTR_ID(attr_sel), in ufshcd_dme_get_attr()

Completed in 28 milliseconds