Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-hub.c189 case OHCI_USB_OPER: in ohci_rh_resume()
249 ohci_writel (ohci, OHCI_USB_OPER, &ohci->regs->control); in ohci_rh_resume()
256 temp |= OHCI_CONTROL_INIT | OHCI_USB_OPER; in ohci_rh_resume()
361 case OHCI_USB_OPER: in ohci_root_hub_state_changes()
H A Dehci.h228 #define OHCI_USB_OPER (2 << 6) macro
808 hc_control |= OHCI_USB_OPER; in set_ohci_hcfs()
H A Dohci-hcd.c573 case OHCI_USB_OPER: in ohci_run()
660 ohci->hc_control |= OHCI_CONTROL_INIT | OHCI_USB_OPER; in ohci_run()
1151 case OHCI_USB_OPER: in ohci_resume()
H A Dohci.h267 # define OHCI_USB_OPER (2 << 6) macro
H A Dohci-dbg.c80 case OHCI_USB_OPER: return "operational"; in hcfs2string()