Searched refs:OHCI_CTRL_HCFS (Results 1 – 5 of 5) sorted by relevance
54 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_rh_suspend()57 ohci->hc_control &= ~OHCI_CTRL_HCFS; in ohci_rh_suspend()127 ohci->hc_control &= ~OHCI_CTRL_HCFS; in ohci_rh_suspend()175 } else switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_rh_resume()177 ohci->hc_control &= ~(OHCI_CTRL_HCFS|OHCI_SCHED_ENABLES); in ohci_rh_resume()219 temp &= OHCI_CTRL_HCFS; in ohci_rh_resume()360 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_root_hub_state_changes()
572 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_run()1149 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_resume()
259 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
120 hcfs2string (temp & OHCI_CTRL_HCFS), in ohci_dump_status()
274 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro