Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
1803 if (ohci_readl(&ohci->regs->control) & OHCI_CTRL_IR) { in hc_reset()
1807 while (ohci_readl(&ohci->regs->control) & OHCI_CTRL_IR) { in hc_reset()
/rk3399_rockchip-uboot/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()