Lines Matching refs:ohci_writel

409 	ohci_writel (ohci, ohci->hc_control, &ohci->regs->control);  in ohci_usb_reset()
423 ohci_writel(ohci, (u32) ~0, &ohci->regs->intrdisable); in ohci_shutdown()
426 ohci_writel(ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_shutdown()
430 ohci_writel(ohci, ohci->fminterval, &ohci->regs->fminterval); in ohci_shutdown()
472 ohci_writel (ohci, OHCI_INTR_OC, &ohci->regs->intrenable); in ohci_init()
473 ohci_writel (ohci, OHCI_OCR, &ohci->regs->cmdstatus); in ohci_init()
487 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_init()
570 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
582 ohci_writel (ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_run()
603 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
610 ohci_writel (ohci, 0, &ohci->regs->ed_controlhead); in ohci_run()
611 ohci_writel (ohci, 0, &ohci->regs->ed_bulkhead); in ohci_run()
614 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_run()
642 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
646 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status); in ohci_run()
650 ohci_writel (ohci, ~0, &ohci->regs->intrstatus); in ohci_run()
651 ohci_writel (ohci, mask, &ohci->regs->intrenable); in ohci_run()
660 ohci_writel (ohci, val, &ohci->regs->roothub.a); in ohci_run()
667 ohci_writel (ohci, val, &ohci->regs->roothub.a); in ohci_run()
669 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run()
670 ohci_writel (ohci, (val & RH_A_NPS) ? 0 : RH_B_PPCM, in ohci_run()
889 ohci_writel (ohci, OHCI_INTR_UE, &regs->intrdisable); in ohci_irq()
905 ohci_writel(ohci, OHCI_INTR_RD | OHCI_INTR_RHSC, in ohci_irq()
916 ohci_writel(ohci, OHCI_INTR_RHSC, &regs->intrdisable); in ohci_irq()
926 ohci_writel(ohci, OHCI_INTR_RD, &regs->intrstatus); in ohci_irq()
948 ohci_writel (ohci, OHCI_INTR_SF, &regs->intrdisable); in ohci_irq()
951 ohci_writel (ohci, ints, &regs->intrstatus); in ohci_irq()
955 ohci_writel (ohci, OHCI_INTR_MIE, &regs->intrenable); in ohci_irq()
976 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_stop()
1077 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_suspend()
1130 ohci_writel(ohci, RH_PS_PPS, in ohci_resume()
1133 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrenable); in ohci_resume()