Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
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()
Dohci-omap.c148 ohci->hc_control = OHCI_CTRL_RWC; in ohci_omap_reset()
149 writel(OHCI_CTRL_RWC, &ohci->regs->control); in ohci_omap_reset()
Dohci-pci.c262 ohci->hc_control |= OHCI_CTRL_RWC; in ohci_pci_reset()
Dpci-quirks.c46 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
775 #define OHCI_CTRL_MASK (OHCI_CTRL_RWC | OHCI_CTRL_IR) in quirk_usb_handoff_ohci()
777 #define OHCI_CTRL_MASK OHCI_CTRL_RWC in quirk_usb_handoff_ohci()
Dohci-platform.c141 ohci->hc_control = OHCI_CTRL_RWC; in ohci_platform_probe()
Dohci.h261 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
Dohci-at91.c248 ohci->hc_control = OHCI_CTRL_RWC; in usb_hcd_at91_probe()
Dohci-hub.c255 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.c1620 u132->hc_control &= OHCI_CTRL_RWC; in u132_run()
1625 u132->hc_control &= OHCI_CTRL_RWC; in u132_run()
1708 u132->hc_control &= OHCI_CTRL_RWC; in u132_run()
Disp1362-hcd.c1943 mask & OHCI_CTRL_RWC ? " rwc" : "", in dump_ctrl()
/linux-6.1.9/drivers/usb/misc/
Dftdi-elan.c2232 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2237 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2325 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()