Searched refs:OHCI_CTRL_HCFS (Results 1 – 7 of 7) sorted by relevance
53 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()
130 #define OHCI_CTRL_HCFS (3 << 6) macro665 hc_control = (readl_be(ehci->ohci_hcctrl_reg) & ~OHCI_CTRL_HCFS); in set_ohci_hcfs()
250 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
601 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_run()
150 hcfs2string (temp & OHCI_CTRL_HCFS), in ohci_dump_status()
1630 "= %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()
2331 switch (hc_control & OHCI_CTRL_HCFS) { in ftdi_elan_check_controller()