Searched refs:xsphy (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/phy/mediatek/ |
| H A D | phy-mtk-xsphy.c | 116 static void u2_phy_slew_rate_calibrate(struct mtk_xsphy *xsphy, in u2_phy_slew_rate_calibrate() argument 168 tmp = xsphy->src_ref_clk * xsphy->src_coef; in u2_phy_slew_rate_calibrate() 175 dev_dbg(xsphy->dev, "phy.%d, fm_out:%d, calib:%d (clk:%d, coef:%d)\n", in u2_phy_slew_rate_calibrate() 177 xsphy->src_ref_clk, xsphy->src_coef); in u2_phy_slew_rate_calibrate() 191 static void u2_phy_instance_init(struct mtk_xsphy *xsphy, in u2_phy_instance_init() argument 207 static void u2_phy_instance_power_on(struct mtk_xsphy *xsphy, in u2_phy_instance_power_on() argument 223 dev_dbg(xsphy->dev, "%s(%d)\n", __func__, index); in u2_phy_instance_power_on() 226 static void u2_phy_instance_power_off(struct mtk_xsphy *xsphy, in u2_phy_instance_power_off() argument 242 dev_dbg(xsphy->dev, "%s(%d)\n", __func__, index); in u2_phy_instance_power_off() 245 static void u2_phy_instance_set_mode(struct mtk_xsphy *xsphy, in u2_phy_instance_set_mode() argument [all …]
|
| H A D | Makefile | 8 obj-$(CONFIG_PHY_MTK_XSPHY) += phy-mtk-xsphy.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-mtk-xsphy.txt | 8 - compatible : should be "mediatek,<soc-model>-xsphy", "mediatek,xsphy", 10 when using "mediatek,xsphy" compatible string, you need SoC specific 12 - "mediatek,mt3611-xsphy" 56 Banks layout of xsphy 86 compatible = "mediatek,mt3611-xsphy", "mediatek,xsphy";
|