Home
last modified time | relevance | path

Searched refs:fullspeed_clk (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dfhci-hcd.c689 fhci->fullspeed_clk = qe_clock_source(sprop); in of_fhci_probe()
690 if (fhci->fullspeed_clk == QE_CLK_DUMMY) { in of_fhci_probe()
707 if (fhci->fullspeed_clk == QE_CLK_NONE && in of_fhci_probe()
719 if (fhci->fullspeed_clk != QE_CLK_NONE) { in of_fhci_probe()
721 qe_usb_clock_set(fhci->fullspeed_clk, USB_CLOCK); in of_fhci_probe()
H A Dfhci.h243 enum qe_clock fullspeed_clk; member
H A Dfhci-sched.c481 ret = qe_usb_clock_set(fhci->fullspeed_clk, USB_CLOCK); in fhci_device_connected_interrupt()