Home
last modified time | relevance | path

Searched refs:src_coef (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/phy/mediatek/
H A Dphy-mtk-xsphy.c106 int src_coef; /* coefficient for slew rate calibrate */ member
149 tmp = xsphy->src_ref_clk * xsphy->src_coef; in u2_phy_slew_rate_calibrate()
158 xsphy->src_ref_clk, xsphy->src_coef); in u2_phy_slew_rate_calibrate()
467 xsphy->src_coef = XSP_SLEW_RATE_COEF; in mtk_xsphy_probe()
471 device_property_read_u32(dev, "mediatek,src-coef", &xsphy->src_coef); in mtk_xsphy_probe()
H A Dphy-mtk-tphy.c339 int src_coef; /* coefficient for slew rate calibrate */ member
745 tmp = tphy->src_ref_clk * tphy->src_coef; in hs_slew_rate_calibrate()
754 tphy->src_ref_clk, tphy->src_coef); in hs_slew_rate_calibrate()
1592 tphy->src_coef = U3P_SLEW_RATE_COEF; in mtk_tphy_probe()
1597 &tphy->src_coef); in mtk_tphy_probe()
/kernel/linux/linux-5.10/drivers/phy/mediatek/
H A Dphy-mtk-xsphy.c113 int src_coef; /* coefficient for slew rate calibrate */ member
168 tmp = xsphy->src_ref_clk * xsphy->src_coef; in u2_phy_slew_rate_calibrate()
177 xsphy->src_ref_clk, xsphy->src_coef); in u2_phy_slew_rate_calibrate()
527 xsphy->src_coef = XSP_SLEW_RATE_COEF; in mtk_xsphy_probe()
531 device_property_read_u32(dev, "mediatek,src-coef", &xsphy->src_coef); in mtk_xsphy_probe()
H A Dphy-mtk-tphy.c320 int src_coef; /* coefficient for slew rate calibrate */ member
380 tmp = tphy->src_ref_clk * tphy->src_coef; in hs_slew_rate_calibrate()
389 tphy->src_ref_clk, tphy->src_coef); in hs_slew_rate_calibrate()
1133 tphy->src_coef = U3P_SLEW_RATE_COEF; in mtk_tphy_probe()
1137 device_property_read_u32(dev, "mediatek,src-coef", &tphy->src_coef); in mtk_tphy_probe()

Completed in 7 milliseconds