Home
last modified time | relevance | path

Searched refs:usb2_refclk (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-am62.c108 struct clk *usb2_refclk; member
196 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()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-ti.c58 struct clk *usb2_refclk; member
112 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()
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dti,j721e-usb.yaml34 description: Clock phandles to usb2_refclk and lpm_clk
H A Dti,am62-usb.yaml29 description: Clock phandle to usb2_refclk