Home
last modified time | relevance | path

Searched refs:OHCI_CTRL_HCFS (Results 1 – 7 of 7) sorted by relevance

/drivers/usb/host/
Dohci-hub.c53 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_rh_suspend()
56 ohci->hc_control &= ~OHCI_CTRL_HCFS; in ohci_rh_suspend()
105 ohci->hc_control &= ~OHCI_CTRL_HCFS; in ohci_rh_suspend()
152 } else switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_rh_resume()
154 ohci->hc_control &= ~(OHCI_CTRL_HCFS|OHCI_SCHED_ENABLES); in ohci_rh_resume()
197 temp &= OHCI_CTRL_HCFS; in ohci_rh_resume()
329 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_finish_controller_resume()
374 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_root_hub_state_changes()
Dehci.h130 #define OHCI_CTRL_HCFS (3 << 6) macro
665 hc_control = (readl_be(ehci->ohci_hcctrl_reg) & ~OHCI_CTRL_HCFS); in set_ohci_hcfs()
Dohci.h250 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
Dohci-hcd.c601 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_run()
Dohci-dbg.c150 hcfs2string (temp & OHCI_CTRL_HCFS), in ohci_dump_status()
Du132-hcd.c1630 "= %08X\n", hcfs2string(u132->hc_control & OHCI_CTRL_HCFS), in u132_run()
1632 switch (u132->hc_control & OHCI_CTRL_HCFS) { in u132_run()
2755 if ((u132->hc_control & OHCI_CTRL_HCFS) in u132_roothub_clearportfeature()
/drivers/usb/misc/
Dftdi-elan.c2331 switch (hc_control & OHCI_CTRL_HCFS) { in ftdi_elan_check_controller()