Searched refs:OHCI_CTRL_RWC (Results 1 – 6 of 6) sorted by relevance
411 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()
262 ohci->hc_control |= OHCI_CTRL_RWC; in ohci_pci_reset()
261 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
255 temp &= OHCI_CTRL_RWC; in ohci_rh_resume()
118 (temp & OHCI_CTRL_RWC) ? " RWC" : "", in ohci_dump_status()
275 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro