Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dohci-hcd.c412 ohci->hc_control &= OHCI_CTRL_RWC; in ohci_usb_reset()
495 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC) in ohci_init()
496 ohci->hc_control |= OHCI_CTRL_RWC; in ohci_init()
554 if ((ohci->hc_control & OHCI_CTRL_RWC) != 0) in ohci_run()
563 ohci->hc_control &= OHCI_CTRL_RWC; in ohci_run()
569 ohci->hc_control &= OHCI_CTRL_RWC; in ohci_run()
644 ohci->hc_control &= OHCI_CTRL_RWC; in ohci_run()
Dohci-omap.c250 ohci->hc_control = OHCI_CTRL_RWC; in ohci_omap_reset()
251 writel(OHCI_CTRL_RWC, &ohci->regs->control); in ohci_omap_reset()
Dohci-pci.c266 ohci->hc_control |= OHCI_CTRL_RWC; in ohci_pci_reset()
Dpci-quirks.c43 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
763 #define OHCI_CTRL_MASK (OHCI_CTRL_RWC | OHCI_CTRL_IR) in quirk_usb_handoff_ohci()
765 #define OHCI_CTRL_MASK OHCI_CTRL_RWC in quirk_usb_handoff_ohci()
Dohci-platform.c144 ohci->hc_control = OHCI_CTRL_RWC; in ohci_platform_probe()
Dohci.h261 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
Dohci-at91.c226 ohci->hc_control = OHCI_CTRL_RWC; in usb_hcd_at91_probe()
Dohci-hub.c252 temp &= OHCI_CTRL_RWC; in ohci_rh_resume()
Dohci-dbg.c118 (temp & OHCI_CTRL_RWC) ? " RWC" : "", in ohci_dump_status()
Disp1362.h275 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
Du132-hcd.c1623 u132->hc_control &= OHCI_CTRL_RWC; in u132_run()
1628 u132->hc_control &= OHCI_CTRL_RWC; in u132_run()
1711 u132->hc_control &= OHCI_CTRL_RWC; in u132_run()
Disp1362-hcd.c1943 mask & OHCI_CTRL_RWC ? " rwc" : "", in dump_ctrl()
/Linux-v4.19/drivers/usb/misc/
Dftdi-elan.c2268 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2273 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2361 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()