Home
last modified time | relevance | path

Searched refs:u3phya_ref (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/phy/
Dphy-mt65xx-usb3.c124 struct clk *u3phya_ref; /* reference clock of usb3 anolog phy */ member
327 ret = clk_prepare_enable(u3phy->u3phya_ref); in mt65xx_phy_init()
361 clk_disable_unprepare(u3phy->u3phya_ref); in mt65xx_phy_exit()
440 u3phy->u3phya_ref = devm_clk_get(dev, "u3phya_ref"); in mt65xx_u3phy_probe()
441 if (IS_ERR(u3phy->u3phya_ref)) { in mt65xx_u3phy_probe()
443 return PTR_ERR(u3phy->u3phya_ref); in mt65xx_u3phy_probe()
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dphy-mt65xx-usb.txt13 "u3phya_ref": for reference clock of usb3.0 analog phy.
33 clock-names = "u3phya_ref";