Searched refs:OHCI_USB_OPER (Results 1 – 3 of 3) sorted by relevance
60 #define OHCI_USB_OPER (2 << 6) macro
371 case OHCI_USB_OPER: return "operational"; in hcfs2string()1901 if ((ohci->hc_control & OHCI_CTRL_HCFS) != OHCI_USB_OPER) in rh_int_timer_do()2224 writel (ohci->hc_control = OHCI_USB_OPER, &ohci->regs->control); in hc_reset()2268 ohci->hc_control = OHCI_CONTROL_INIT | OHCI_USB_OPER; in hc_start()2731 if ((ohci->hc_control & OHCI_CTRL_HCFS) != OHCI_USB_OPER || in_interrupt ()) { in ohci_pci_remove()2759 if ((ohci->hc_control & OHCI_CTRL_HCFS) != OHCI_USB_OPER) { in ohci_pci_suspend()2802 case OHCI_USB_OPER: in ohci_pci_suspend()2896 writel (OHCI_USB_OPER, &ohci->regs->control); in ohci_pci_resume()2904 ohci->hc_control = OHCI_CONTROL_INIT | OHCI_USB_OPER; in ohci_pci_resume()
200 # define OHCI_USB_OPER (2 << 6) macro