Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
A Dcdns3-ti.c57 struct clk *usb2_refclk; member
111 data->usb2_refclk = devm_clk_get(dev, "ref"); in cdns_ti_probe()
112 if (IS_ERR(data->usb2_refclk)) { in cdns_ti_probe()
114 return PTR_ERR(data->usb2_refclk); in cdns_ti_probe()
123 rate = clk_get_rate(data->usb2_refclk); in cdns_ti_probe()
/linux/Documentation/devicetree/bindings/usb/
A Dti,j721e-usb.yaml34 description: Clock phandles to usb2_refclk and lpm_clk

Completed in 3 milliseconds