Lines Matching refs:mtk_tphy
347 struct mtk_tphy { struct
357 static void hs_slew_rate_calibrate(struct mtk_tphy *tphy, in hs_slew_rate_calibrate() argument
441 static void u3_phy_instance_init(struct mtk_tphy *tphy, in u3_phy_instance_init()
491 static void u2_phy_pll_26m_set(struct mtk_tphy *tphy, in u2_phy_pll_26m_set()
518 static void u2_phy_instance_init(struct mtk_tphy *tphy, in u2_phy_instance_init()
583 static void u2_phy_instance_power_on(struct mtk_tphy *tphy, in u2_phy_instance_power_on()
617 static void u2_phy_instance_power_off(struct mtk_tphy *tphy, in u2_phy_instance_power_off()
652 static void u2_phy_instance_exit(struct mtk_tphy *tphy, in u2_phy_instance_exit()
671 static void u2_phy_instance_set_mode(struct mtk_tphy *tphy, in u2_phy_instance_set_mode()
696 static void pcie_phy_instance_init(struct mtk_tphy *tphy, in pcie_phy_instance_init()
769 static void pcie_phy_instance_power_on(struct mtk_tphy *tphy, in pcie_phy_instance_power_on()
784 static void pcie_phy_instance_power_off(struct mtk_tphy *tphy, in pcie_phy_instance_power_off()
800 static void sata_phy_instance_init(struct mtk_tphy *tphy, in sata_phy_instance_init()
858 static void phy_v1_banks_init(struct mtk_tphy *tphy, in phy_v1_banks_init()
886 static void phy_v2_banks_init(struct mtk_tphy *tphy, in phy_v2_banks_init()
911 static void phy_parse_property(struct mtk_tphy *tphy, in phy_parse_property()
936 static void u2_phy_props_set(struct mtk_tphy *tphy, in u2_phy_props_set()
1046 struct mtk_tphy *tphy = dev_get_drvdata(phy->dev.parent); in mtk_phy_init()
1082 struct mtk_tphy *tphy = dev_get_drvdata(phy->dev.parent); in mtk_phy_power_on()
1097 struct mtk_tphy *tphy = dev_get_drvdata(phy->dev.parent); in mtk_phy_power_off()
1110 struct mtk_tphy *tphy = dev_get_drvdata(phy->dev.parent); in mtk_phy_exit()
1122 struct mtk_tphy *tphy = dev_get_drvdata(phy->dev.parent); in mtk_phy_set_mode()
1133 struct mtk_tphy *tphy = dev_get_drvdata(dev); in mtk_phy_xlate()
1235 struct mtk_tphy *tphy; in mtk_tphy_probe()