Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/ufs/
Dufshcd.h933 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel,
935 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel,
946 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() argument
949 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set()
953 static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_st_set() argument
956 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set()
960 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set() argument
963 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set()
967 static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_st_set() argument
970 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.c3668 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument
3682 uic_cmd.argument1 = attr_sel; in ufshcd_dme_set_attr()
3691 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr()
3696 set, UIC_GET_ATTR_ID(attr_sel), mib_val, in ufshcd_dme_set_attr()
3712 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument
3751 uic_cmd.argument1 = attr_sel; in ufshcd_dme_get_attr()
3758 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr()
3763 get, UIC_GET_ATTR_ID(attr_sel), in ufshcd_dme_get_attr()