Home
last modified time | relevance | path

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

/openbmc/linux/include/ufs/
H A Dufshcd.h1300 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel,
1302 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel,
1314 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() argument
1317 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set()
1321 static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_st_set() argument
1324 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set()
1328 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set() argument
1331 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set()
1335 static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_st_set() argument
1338 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_peer_st_set()
[all …]
/openbmc/linux/drivers/ufs/host/
H A Dufshcd-dwc.h16 u32 attr_sel; member
H A Dufshcd-dwc.c25 ret = ufshcd_dme_set_attr(hba, v[attr_node].attr_sel, in ufshcd_dwc_dme_set_attrs()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c4014 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set_attr() argument
4028 uic_cmd.argument1 = attr_sel; in ufshcd_dme_set_attr()
4037 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret); in ufshcd_dme_set_attr()
4042 set, UIC_GET_ATTR_ID(attr_sel), mib_val, in ufshcd_dme_set_attr()
4058 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_get_attr() argument
4097 uic_cmd.argument1 = attr_sel; in ufshcd_dme_get_attr()
4104 get, UIC_GET_ATTR_ID(attr_sel), ret); in ufshcd_dme_get_attr()
4109 get, UIC_GET_ATTR_ID(attr_sel), in ufshcd_dme_get_attr()