Lines Matching refs:ohci_readl
376 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control); in ohci_usb_reset()
396 ohci_readl(ohci, &ohci->regs->cmdstatus); /* flush the writes */ in ohci_shutdown()
476 (void) ohci_readl(ohci, &ohci->regs->control); in unlink_watchdog_func()
512 if (!no_handshake && ohci_readl (ohci, in ohci_init()
526 while (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_IR) { in ohci_init()
542 if (ohci_readl (ohci, &ohci->regs->control) & OHCI_CTRL_RWC) in ohci_init()
583 val = ohci_readl (ohci, &ohci->regs->fminterval); in ohci_run()
620 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run()
632 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in ohci_run()
653 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run()
669 if ((ohci_readl (ohci, &ohci->regs->fminterval) & 0x3fff0000) == 0 in ohci_run()
670 || !ohci_readl (ohci, &ohci->regs->periodicstart)) { in ohci_run()
678 ohci_readl (ohci, &ohci->regs->fminterval), in ohci_run()
679 ohci_readl (ohci, &ohci->regs->periodicstart)); in ohci_run()
721 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_run()
757 ints = ohci_readl(ohci, ®s->intrstatus); in ohci_irq()
770 ints &= ohci_readl(ohci, ®s->intrenable); in ohci_irq()
881 (void) ohci_readl (ohci, &ohci->regs->control); in ohci_irq()