Home
last modified time | relevance | path

Searched refs:OHCI_CTRL_IR (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dpci-quirks.c47 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
775 #define OHCI_CTRL_MASK (OHCI_CTRL_RWC | OHCI_CTRL_IR) in quirk_usb_handoff_ohci()
779 if (control & OHCI_CTRL_IR) { in quirk_usb_handoff_ohci()
784 readl(base + OHCI_CONTROL) & OHCI_CTRL_IR) { in quirk_usb_handoff_ohci()
H A Dohci-hcd.c476 &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()
489 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()
1140 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) { in ohci_resume()
H A Dohci.h260 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
H A Dohci-hub.c161 if (ohci->hc_control & (OHCI_CTRL_IR | OHCI_SCHED_ENABLES)) { in ohci_rh_resume()
H A Dohci-dbg.c119 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h191 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
H A Dau1x00_usb_ohci.c264 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()
1251 if (readl (&ohci->regs->control) & OHCI_CTRL_IR) { /* SMM owns the HC */ in hc_reset()
1254 while (readl (&ohci->regs->control) & OHCI_CTRL_IR) { in hc_reset()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h207 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
H A Dohci-hcd.c398 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()
1802 if (ohci_readl(&ohci->regs->control) & OHCI_CTRL_IR) { in hc_reset()
1806 while (ohci_readl(&ohci->regs->control) & OHCI_CTRL_IR) { in hc_reset()