Searched refs:OHCI_HCR (Results 1 – 5 of 5) sorted by relevance
44 #define OHCI_HCR (1 << 0) /* host controller reset */ macro816 writel(OHCI_HCR, base + OHCI_CMDSTATUS); in quirk_usb_handoff_ohci()820 if ((readl(base + OHCI_CMDSTATUS) & OHCI_HCR) == 0) in quirk_usb_handoff_ohci()
428 ohci_writel(ohci, OHCI_HCR, &ohci->regs->cmdstatus); in _ohci_shutdown()601 ohci_writel (ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_run()603 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in ohci_run()
273 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
135 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status()
287 #define OHCI_HCR (1 << 0) /* host controller reset */ macro