Searched refs:OHCI_HCR (Results 1 – 3 of 3) sorted by relevance
66 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
206 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
406 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status()2227 writel (OHCI_HCR, &ohci->regs->cmdstatus); in hc_reset()2228 while ((readl (&ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in hc_reset()