Searched refs:OHCI_CTRL_HCFS (Results 1 – 9 of 9) 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()153 } else switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_rh_resume()155 ohci->hc_control &= ~(OHCI_CTRL_HCFS|OHCI_SCHED_ENABLES); in ohci_rh_resume()198 temp &= OHCI_CTRL_HCFS; in ohci_rh_resume()331 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_finish_controller_resume()375 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_root_hub_state_changes()
154 #define OHCI_CTRL_HCFS (3 << 6) macro681 hc_control = (readl_be(ehci->ohci_hcctrl_reg) & ~OHCI_CTRL_HCFS); in set_ohci_hcfs()
1744 switch (isp1362_hcd->hc_control & OHCI_CTRL_HCFS) { in isp1362_bus_suspend()1747 isp1362_hcd->hc_control &= ~OHCI_CTRL_HCFS; in isp1362_bus_suspend()1810 if ((isp1362_hcd->hc_control & OHCI_CTRL_HCFS) != OHCI_USB_SUSPEND) { in isp1362_bus_suspend()1847 switch (isp1362_hcd->hc_control & OHCI_CTRL_HCFS) { in isp1362_bus_resume()1850 isp1362_hcd->hc_control &= ~OHCI_CTRL_HCFS; in isp1362_bus_resume()1960 switch (mask & OHCI_CTRL_HCFS) { in dump_ctrl()
250 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
172 hcfs2string (temp & OHCI_CTRL_HCFS), in ohci_dump_status()
601 switch (ohci->hc_control & OHCI_CTRL_HCFS) { in ohci_run()
324 #define OHCI_CTRL_HCFS (3 << 6) /* host controller functional state */ macro
1626 "= %08X\n", hcfs2string(u132->hc_control & OHCI_CTRL_HCFS), in u132_run()1628 switch (u132->hc_control & OHCI_CTRL_HCFS) { in u132_run()2752 if ((u132->hc_control & OHCI_CTRL_HCFS) in u132_roothub_clearportfeature()
2332 switch (hc_control & OHCI_CTRL_HCFS) { in ftdi_elan_check_controller()