Searched refs:attr_sel (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufshcd.h | 633 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, 635 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, 644 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() argument 647 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set() 651 static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_st_set() argument 654 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set() 658 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set() argument 661 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set() 665 static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_st_set() argument 668 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_peer_st_set() [all …]
|
D | ufshcd.c | 2121 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument 2134 uic_cmd.argument1 = attr_sel; in ufshcd_dme_set_attr() 2141 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr() 2156 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument 2194 uic_cmd.argument1 = attr_sel; in ufshcd_dme_get_attr() 2199 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr()
|