Lines Matching refs:ohci_writel
685 ohci_writel((uintptr_t)ed, &ohci->regs->ed_controlhead); in ep_link()
694 ohci_writel(ohci->hc_control, &ohci->regs->control); in ep_link()
703 ohci_writel((uintptr_t)ed, &ohci->regs->ed_bulkhead); in ep_link()
712 ohci_writel(ohci->hc_control, &ohci->regs->control); in ep_link()
789 ohci_writel(ohci->hc_control, in ep_unlink()
792 ohci_writel(m32_swap(*((__u32 *)&ed->hwNextED)), in ep_unlink()
810 ohci_writel(ohci->hc_control, in ep_unlink()
813 ohci_writel(m32_swap(*((__u32 *)&ed->hwNextED)), in ep_unlink()
998 ohci_writel(OHCI_BLF, &ohci->regs->cmdstatus); in td_submit_job()
1025 ohci_writel(OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_job()
1207 #define WR_RH_STAT(x) {info("WR:status %#8x", (x)); ohci_writel((x), \
1210 (x)); ohci_writel((x), &ohci->regs->roothub.portstatus[wIndex-1]); }
1212 #define WR_RH_STAT(x) ohci_writel((x), &ohci->regs->roothub.status)
1213 #define WR_RH_PORTSTAT(x) ohci_writel((x), \
1790 ohci_writel(ohci_readl(base) | EHCI_USBCMD_HCRESET, base); in hc_reset()
1804 ohci_writel(OHCI_OCR, &ohci->regs->cmdstatus); in hc_reset()
1816 ohci_writel(OHCI_INTR_MIE, &ohci->regs->intrdisable); in hc_reset()
1824 ohci_writel(ohci->hc_control, &ohci->regs->control); in hc_reset()
1827 ohci_writel(OHCI_HCR, &ohci->regs->cmdstatus); in hc_reset()
1857 ohci_writel(0, &ohci->regs->ed_controlhead); in hc_start()
1858 ohci_writel(0, &ohci->regs->ed_bulkhead); in hc_start()
1860 ohci_writel((uintptr_t)ohci->hcca, in hc_start()
1864 ohci_writel((fminterval * 9) / 10, &ohci->regs->periodicstart); in hc_start()
1866 ohci_writel(fminterval, &ohci->regs->fminterval); in hc_start()
1867 ohci_writel(0x628, &ohci->regs->lsthresh); in hc_start()
1872 ohci_writel(ohci->hc_control, &ohci->regs->control); in hc_start()
1878 ohci_writel(mask, &ohci->regs->intrdisable); in hc_start()
1881 ohci_writel(mask, &ohci->regs->intrstatus); in hc_start()
1884 ohci_writel(mask, &ohci->regs->intrenable); in hc_start()
1888 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
1890 ohci_writel(RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
1956 ohci_writel(OHCI_INTR_WDH, ®s->intrdisable); in hc_interrupt()
1959 ohci_writel(OHCI_INTR_WDH, ®s->intrenable); in hc_interrupt()
1965 ohci_writel(OHCI_INTR_SO, ®s->intrenable); in hc_interrupt()
1973 ohci_writel(OHCI_INTR_SF, ®s->intrdisable); in hc_interrupt()
1975 ohci_writel(OHCI_INTR_SF, ®s->intrenable); in hc_interrupt()
1979 ohci_writel(ints, ®s->intrstatus); in hc_interrupt()