Home
last modified time | relevance | path

Searched full:phy_ref (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/devicetree/bindings/display/bridge/
H A Dnwl-dsi.yaml45 - description: PHY_REF clock
53 - const: phy_ref
173 clock-names = "core", "rx_esc", "tx_esc", "phy_ref", "lcdif";
H A Dfsl,imx93-mipi-dsi.yaml36 - const: phy_ref
75 clock-names = "pclk", "pix", "phy_cfg", "phy_ref";
/linux/Documentation/devicetree/bindings/phy/
H A Dhisilicon,phy-hi3670-pcie.yaml39 - const: phy_ref
77 clock-names = "phy_ref", "aux",
H A Dmixel,mipi-dsi-phy.yaml33 const: phy_ref
87 clock-names = "phy_ref";
/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c692 priv->phy_ref_clk = devm_clk_get(&pdev->dev, "phy_ref"); in mixel_dphy_probe()
694 dev_err(dev, "No phy_ref clock found\n"); in mixel_dphy_probe()
697 dev_dbg(dev, "phy_ref clock rate: %lu\n", in mixel_dphy_probe()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-visconti.c202 dev_err(&pdev->dev, "failed to enable phy_ref clock: %d\n", err); in visconti_eth_clock_probe()