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()
999 ohci_writel(OHCI_BLF, &ohci->regs->cmdstatus); in td_submit_job()
1026 ohci_writel(OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_job()
1208 #define WR_RH_STAT(x) {info("WR:status %#8x", (x)); ohci_writel((x), \
1211 (x)); ohci_writel((x), &ohci->regs->roothub.portstatus[wIndex-1]); }
1213 #define WR_RH_STAT(x) ohci_writel((x), &ohci->regs->roothub.status)
1214 #define WR_RH_PORTSTAT(x) ohci_writel((x), \
1791 ohci_writel(ohci_readl(base) | EHCI_USBCMD_HCRESET, base); in hc_reset()
1805 ohci_writel(OHCI_OCR, &ohci->regs->cmdstatus); in hc_reset()
1817 ohci_writel(OHCI_INTR_MIE, &ohci->regs->intrdisable); in hc_reset()
1825 ohci_writel(ohci->hc_control, &ohci->regs->control); in hc_reset()
1828 ohci_writel(OHCI_HCR, &ohci->regs->cmdstatus); in hc_reset()
1858 ohci_writel(0, &ohci->regs->ed_controlhead); in hc_start()
1859 ohci_writel(0, &ohci->regs->ed_bulkhead); in hc_start()
1861 ohci_writel((uintptr_t)ohci->hcca, in hc_start()
1865 ohci_writel((fminterval * 9) / 10, &ohci->regs->periodicstart); in hc_start()
1867 ohci_writel(fminterval, &ohci->regs->fminterval); in hc_start()
1868 ohci_writel(0x628, &ohci->regs->lsthresh); in hc_start()
1873 ohci_writel(ohci->hc_control, &ohci->regs->control); in hc_start()
1879 ohci_writel(mask, &ohci->regs->intrdisable); in hc_start()
1882 ohci_writel(mask, &ohci->regs->intrstatus); in hc_start()
1885 ohci_writel(mask, &ohci->regs->intrenable); in hc_start()
1889 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
1891 ohci_writel(RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
1957 ohci_writel(OHCI_INTR_WDH, ®s->intrdisable); in hc_interrupt()
1960 ohci_writel(OHCI_INTR_WDH, ®s->intrenable); in hc_interrupt()
1966 ohci_writel(OHCI_INTR_SO, ®s->intrenable); in hc_interrupt()
1974 ohci_writel(OHCI_INTR_SF, ®s->intrdisable); in hc_interrupt()
1976 ohci_writel(OHCI_INTR_SF, ®s->intrenable); in hc_interrupt()
1980 ohci_writel(ints, ®s->intrstatus); in hc_interrupt()