Searched refs:OHCI_HCR (Results 1 – 4 of 4) sorted by relevance
220 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
413 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status()1828 ohci_writel(OHCI_HCR, &ohci->regs->cmdstatus); in hc_reset()1829 while ((ohci_readl(&ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in hc_reset()
204 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
279 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status()1274 writel (OHCI_HCR, &ohci->regs->cmdstatus); in hc_reset()1275 while ((readl (&ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in hc_reset()