Searched refs:xsphy (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/phy/mediatek/ |
D | phy-mtk-xsphy.c | 109 static void u2_phy_slew_rate_calibrate(struct mtk_xsphy *xsphy, in u2_phy_slew_rate_calibrate() argument 149 tmp = xsphy->src_ref_clk * xsphy->src_coef; in u2_phy_slew_rate_calibrate() 156 dev_dbg(xsphy->dev, "phy.%d, fm_out:%d, calib:%d (clk:%d, coef:%d)\n", in u2_phy_slew_rate_calibrate() 158 xsphy->src_ref_clk, xsphy->src_coef); in u2_phy_slew_rate_calibrate() 167 static void u2_phy_instance_init(struct mtk_xsphy *xsphy, in u2_phy_instance_init() argument 178 static void u2_phy_instance_power_on(struct mtk_xsphy *xsphy, in u2_phy_instance_power_on() argument 190 dev_dbg(xsphy->dev, "%s(%d)\n", __func__, index); in u2_phy_instance_power_on() 193 static void u2_phy_instance_power_off(struct mtk_xsphy *xsphy, in u2_phy_instance_power_off() argument 205 dev_dbg(xsphy->dev, "%s(%d)\n", __func__, index); in u2_phy_instance_power_off() 208 static void u2_phy_instance_set_mode(struct mtk_xsphy *xsphy, in u2_phy_instance_set_mode() argument [all …]
|
D | Makefile | 10 obj-$(CONFIG_PHY_MTK_XSPHY) += phy-mtk-xsphy.o
|