Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h191 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
Dau1x00_usb_ohci.c263 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()
1250 if (readl (&ohci->regs->control) & OHCI_CTRL_IR) { /* SMM owns the HC */ in hc_reset()
1253 while (readl (&ohci->regs->control) & OHCI_CTRL_IR) { in hc_reset()
/external/u-boot/drivers/usb/host/
Dohci.h207 #define OHCI_CTRL_IR (1 << 8) /* interrupt routing */ macro
Dohci-hcd.c394 (temp & OHCI_CTRL_IR) ? " IR" : "", in ohci_dump_status()
1800 if (ohci_readl(&ohci->regs->control) & OHCI_CTRL_IR) { in hc_reset()
1804 while (ohci_readl(&ohci->regs->control) & OHCI_CTRL_IR) { in hc_reset()