Searched refs:tbl_B (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/phy/
H A Dphy-qcom-ufs-qmp-20nm.c23 struct ufs_qcom_phy_calibration *tbl_A, *tbl_B; ufs_qcom_phy_qmp_20nm_phy_calibrate() local
44 tbl_B = phy_cal_table_rate_B; ufs_qcom_phy_qmp_20nm_phy_calibrate()
47 tbl_B, tbl_size_B, is_rate_B); ufs_qcom_phy_qmp_20nm_phy_calibrate()
H A Dphy-qcom-ufs.c35 struct ufs_qcom_phy_calibration *tbl_B, ufs_qcom_phy_calibrate()
58 if (!tbl_B) { ufs_qcom_phy_calibrate()
59 dev_err(ufs_qcom_phy->dev, "%s: tbl_B is NULL", ufs_qcom_phy_calibrate()
66 writel_relaxed(tbl_B[i].cfg_value, ufs_qcom_phy_calibrate()
67 ufs_qcom_phy->mmio + tbl_B[i].reg_offset); ufs_qcom_phy_calibrate()
32 ufs_qcom_phy_calibrate(struct ufs_qcom_phy *ufs_qcom_phy, struct ufs_qcom_phy_calibration *tbl_A, int tbl_size_A, struct ufs_qcom_phy_calibration *tbl_B, int tbl_size_B, bool is_rate_B) ufs_qcom_phy_calibrate() argument
H A Dphy-qcom-ufs-i.h157 struct ufs_qcom_phy_calibration *tbl_B, int tbl_size_B,

Completed in 131 milliseconds