Home
last modified time | relevance | path

Searched refs:OHCI_USB_OPER (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.h60 #define OHCI_USB_OPER (2 << 6) macro
Dusb-ohci.c371 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()
Dusb-ohci.h200 # define OHCI_USB_OPER (2 << 6) macro