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.h1313 u8 attr_set, u32 mib_val, u8 peer);
1315 u32 *mib_val, u8 peer);
1327 u32 mib_val)
1330 mib_val, DME_LOCAL);
1334 u32 mib_val)
1337 mib_val, DME_LOCAL);
1341 u32 mib_val)
1344 mib_val, DME_PEER);
1348 u32 mib_val)
1351 mib_val, DME_PEE
[all...]
/linux-master/drivers/ufs/core/
H A Dufshcd.c4101 * @mib_val: setting value as uic command argument3
4107 u8 attr_set, u32 mib_val, u8 peer)
4122 uic_cmd.argument3 = mib_val;
4129 set, UIC_GET_ATTR_ID(attr_sel), mib_val, ret);
4134 set, UIC_GET_ATTR_ID(attr_sel), mib_val,
4145 * @mib_val: the value of the attribute as returned by the UIC command
4151 u32 *mib_val, u8 peer)
4204 if (mib_val && !ret)
4205 *mib_val = uic_cmd.argument3;
4106 ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, u8 attr_set, u32 mib_val, u8 peer) argument
4150 ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, u32 *mib_val, u8 peer) argument

Completed in 171 milliseconds