Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/ufs/
Dufshcd.h841 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel,
843 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel,
854 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() argument
857 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set()
861 static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_st_set() argument
864 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set()
868 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set() argument
871 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set()
875 static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_st_set() argument
878 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.c3624 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument
3638 uic_cmd.argument1 = attr_sel; in ufshcd_dme_set_attr()
3647 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr()
3652 set, UIC_GET_ATTR_ID(attr_sel), mib_val, in ufshcd_dme_set_attr()
3668 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument
3707 uic_cmd.argument1 = attr_sel; in ufshcd_dme_get_attr()
3714 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr()
3719 get, UIC_GET_ATTR_ID(attr_sel), in ufshcd_dme_get_attr()