Searched refs:usb2_refclk (Results 1 – 4 of 4) sorted by relevance
108 struct clk *usb2_refclk; member196 am62->usb2_refclk = devm_clk_get(dev, "ref"); in dwc3_ti_probe()197 if (IS_ERR(am62->usb2_refclk)) { in dwc3_ti_probe()199 return PTR_ERR(am62->usb2_refclk); in dwc3_ti_probe()203 rate = clk_get_rate(am62->usb2_refclk); in dwc3_ti_probe()236 clk_prepare_enable(am62->usb2_refclk); in dwc3_ti_probe()264 clk_disable_unprepare(am62->usb2_refclk); in dwc3_ti_probe()316 clk_disable_unprepare(am62->usb2_refclk); in dwc3_ti_suspend_common()326 clk_prepare_enable(am62->usb2_refclk); in dwc3_ti_resume_common()
58 struct clk *usb2_refclk; member112 data->usb2_refclk = devm_clk_get(dev, "ref"); in cdns_ti_probe()113 if (IS_ERR(data->usb2_refclk)) { in cdns_ti_probe()115 return PTR_ERR(data->usb2_refclk); in cdns_ti_probe()124 rate = clk_get_rate(data->usb2_refclk); in cdns_ti_probe()
34 description: Clock phandles to usb2_refclk and lpm_clk
29 description: Clock phandle to usb2_refclk