Lines Matching refs:ohci_writel
681 ohci_writel((uintptr_t)ed, &ohci->regs->ed_controlhead); in ep_link()
690 ohci_writel(ohci->hc_control, &ohci->regs->control); in ep_link()
699 ohci_writel((uintptr_t)ed, &ohci->regs->ed_bulkhead); in ep_link()
708 ohci_writel(ohci->hc_control, &ohci->regs->control); in ep_link()
785 ohci_writel(ohci->hc_control, in ep_unlink()
788 ohci_writel(m32_swap(*((__u32 *)&ed->hwNextED)), in ep_unlink()
806 ohci_writel(ohci->hc_control, in ep_unlink()
809 ohci_writel(m32_swap(*((__u32 *)&ed->hwNextED)), in ep_unlink()
994 ohci_writel(OHCI_BLF, &ohci->regs->cmdstatus); in td_submit_job()
1021 ohci_writel(OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_job()
1203 #define WR_RH_STAT(x) {info("WR:status %#8x", (x)); ohci_writel((x), \
1206 (x)); ohci_writel((x), &ohci->regs->roothub.portstatus[wIndex-1]); }
1208 #define WR_RH_STAT(x) ohci_writel((x), &ohci->regs->roothub.status)
1209 #define WR_RH_PORTSTAT(x) ohci_writel((x), \
1788 ohci_writel(ohci_readl(base) | EHCI_USBCMD_HCRESET, base); in hc_reset()
1802 ohci_writel(OHCI_OCR, &ohci->regs->cmdstatus); in hc_reset()
1814 ohci_writel(OHCI_INTR_MIE, &ohci->regs->intrdisable); in hc_reset()
1822 ohci_writel(ohci->hc_control, &ohci->regs->control); in hc_reset()
1825 ohci_writel(OHCI_HCR, &ohci->regs->cmdstatus); in hc_reset()
1855 ohci_writel(0, &ohci->regs->ed_controlhead); in hc_start()
1856 ohci_writel(0, &ohci->regs->ed_bulkhead); in hc_start()
1858 ohci_writel((uintptr_t)ohci->hcca, in hc_start()
1862 ohci_writel((fminterval * 9) / 10, &ohci->regs->periodicstart); in hc_start()
1864 ohci_writel(fminterval, &ohci->regs->fminterval); in hc_start()
1865 ohci_writel(0x628, &ohci->regs->lsthresh); in hc_start()
1870 ohci_writel(ohci->hc_control, &ohci->regs->control); in hc_start()
1876 ohci_writel(mask, &ohci->regs->intrdisable); in hc_start()
1879 ohci_writel(mask, &ohci->regs->intrstatus); in hc_start()
1882 ohci_writel(mask, &ohci->regs->intrenable); in hc_start()
1886 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
1888 ohci_writel(RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
1954 ohci_writel(OHCI_INTR_WDH, ®s->intrdisable); in hc_interrupt()
1957 ohci_writel(OHCI_INTR_WDH, ®s->intrenable); in hc_interrupt()
1963 ohci_writel(OHCI_INTR_SO, ®s->intrenable); in hc_interrupt()
1971 ohci_writel(OHCI_INTR_SF, ®s->intrdisable); in hc_interrupt()
1973 ohci_writel(OHCI_INTR_SF, ®s->intrenable); in hc_interrupt()
1977 ohci_writel(ints, ®s->intrstatus); in hc_interrupt()