Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dpci-quirks.c48 #define OHCI_INTR_OC (1 << 30) /* ownership change */ macro
791 writel(OHCI_INTR_OC, base + OHCI_INTRENABLE); in quirk_usb_handoff_ohci()
H A Dohci.h292 #define OHCI_INTR_OC (1 << 30) /* ownership change */ macro
H A Dohci-dbg.c53 (mask & OHCI_INTR_OC) ? " OC" : "", in ohci_dump_intr_mask()
H A Disp1362.h303 #define OHCI_INTR_OC (1 << 30) /* ownership change */ macro
H A Dohci-hcd.c485 ohci_writel (ohci, OHCI_INTR_OC, &ohci->regs->intrenable); in ohci_init()