Lines Matching refs:intel_cbphy_iphy
79 struct intel_cbphy_iphy { struct
98 struct intel_cbphy_iphy iphy[PHY_MAX_NUM]; argument
105 static int intel_cbphy_iphy_enable(struct intel_cbphy_iphy *iphy, bool set) in intel_cbphy_iphy_enable()
118 static int intel_cbphy_pcie_refclk_cfg(struct intel_cbphy_iphy *iphy, bool set) in intel_cbphy_pcie_refclk_cfg()
141 static int intel_cbphy_iphy_cfg(struct intel_cbphy_iphy *iphy, in intel_cbphy_iphy_cfg()
142 int (*phy_cfg)(struct intel_cbphy_iphy *)) in intel_cbphy_iphy_cfg() argument
157 static int intel_cbphy_pcie_en_pad_refclk(struct intel_cbphy_iphy *iphy) in intel_cbphy_pcie_en_pad_refclk()
180 static int intel_cbphy_pcie_dis_pad_refclk(struct intel_cbphy_iphy *iphy) in intel_cbphy_pcie_dis_pad_refclk()
252 static int intel_cbphy_iphy_power_on(struct intel_cbphy_iphy *iphy) in intel_cbphy_iphy_power_on()
302 static int intel_cbphy_iphy_power_off(struct intel_cbphy_iphy *iphy) in intel_cbphy_iphy_power_off()
331 struct intel_cbphy_iphy *iphy = phy_get_drvdata(phy); in intel_cbphy_init()
356 struct intel_cbphy_iphy *iphy = phy_get_drvdata(phy); in intel_cbphy_exit()
378 struct intel_cbphy_iphy *iphy = phy_get_drvdata(phy); in intel_cbphy_calibrate()
554 struct intel_cbphy_iphy *iphy; in intel_cbphy_create()