Searched refs:mib_val (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/ufs/host/
H A Dufshcd-dwc.h17 u32 mib_val; member in struct:ufshcd_dme_attr_val
H A Dufshcd-dwc.c26 ATTR_SET_NOR, v[attr_node].mib_val, v[attr_node].peer);
/linux-master/include/ufs/
H A Dufshcd.h1314 u8 attr_set, u32 mib_val, u8 peer);
1316 u32 *mib_val, u8 peer);
1328 u32 mib_val)
1331 mib_val, DME_LOCAL);
1335 u32 mib_val)
1338 mib_val, DME_LOCAL);
1342 u32 mib_val)
1345 mib_val, DME_PEER);
1349 u32 mib_val)
1352 mib_val, DME_PEE
[all...]
/linux-master/drivers/ufs/core/
H A Dufshcd.c4139 * @mib_val: setting value as uic command argument3
4145 u8 attr_set, u32 mib_val, u8 peer)
4160 uic_cmd.argument3 = mib_val;
4167 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret);
4172 set, UIC_GET_ATTR_ID(attr_sel), mib_val,
4183 * @mib_val: the value of the attribute as returned by the UIC command
4189 u32 *mib_val, u8 peer)
4242 if (mib_val && !ret)
4243 *mib_val = uic_cmd.argument3;
4144 ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, u8 attr_set, u32 mib_val, u8 peer) argument
4188 ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, u32 *mib_val, u8 peer) argument

Completed in 137 milliseconds