Home
last modified time | relevance | path

Searched refs:OHCI_CTRL_RWC (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-hcd.c411 ohci->hc_control &= OHCI_CTRL_RWC; in ohci_usb_reset()
503 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC) in ohci_init()
504 ohci->hc_control |= OHCI_CTRL_RWC; in ohci_init()
569 if ((ohci->hc_control & OHCI_CTRL_RWC) != 0) in ohci_run()
578 ohci->hc_control &= OHCI_CTRL_RWC; in ohci_run()
584 ohci->hc_control &= OHCI_CTRL_RWC; in ohci_run()
659 ohci->hc_control &= OHCI_CTRL_RWC; in ohci_run()
H A Dohci-pci.c262 ohci->hc_control |= OHCI_CTRL_RWC; in ohci_pci_reset()
H A Dohci.h261 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
H A Dohci-hub.c255 temp &= OHCI_CTRL_RWC; in ohci_rh_resume()
H A Dohci-dbg.c118 (temp & OHCI_CTRL_RWC) ? " RWC" : "", in ohci_dump_status()
H A Disp1362.h275 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro