Searched refs:u3phya_ref (Results 1 – 2 of 2) sorted by relevance
124 struct clk *u3phya_ref; /* reference clock of usb3 anolog phy */ member327 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()
13 "u3phya_ref": for reference clock of usb3.0 analog phy.33 clock-names = "u3phya_ref";