Lines Matching refs:ohci_writel

413 	ohci_writel (ohci, ohci->hc_control, &ohci->regs->control);  in ohci_usb_reset()
427 ohci_writel(ohci, (u32) ~0, &ohci->regs->intrdisable); in ohci_shutdown()
430 ohci_writel(ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_shutdown()
434 ohci_writel(ohci, ohci->fminterval, &ohci->regs->fminterval); in ohci_shutdown()
477 ohci_writel (ohci, OHCI_INTR_OC, &ohci->regs->intrenable); in ohci_init()
478 ohci_writel (ohci, OHCI_OCR, &ohci->regs->cmdstatus); in ohci_init()
492 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_init()
574 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
586 ohci_writel (ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_run()
607 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
614 ohci_writel (ohci, 0, &ohci->regs->ed_controlhead); in ohci_run()
615 ohci_writel (ohci, 0, &ohci->regs->ed_bulkhead); in ohci_run()
618 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_run()
646 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
650 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status); in ohci_run()
654 ohci_writel (ohci, ~0, &ohci->regs->intrstatus); in ohci_run()
655 ohci_writel (ohci, mask, &ohci->regs->intrenable); in ohci_run()
664 ohci_writel (ohci, val, &ohci->regs->roothub.a); in ohci_run()
671 ohci_writel (ohci, val, &ohci->regs->roothub.a); in ohci_run()
673 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run()
674 ohci_writel (ohci, (val & RH_A_NPS) ? 0 : RH_B_PPCM, in ohci_run()
894 ohci_writel (ohci, OHCI_INTR_UE, &regs->intrdisable); in ohci_irq()
910 ohci_writel(ohci, OHCI_INTR_RD | OHCI_INTR_RHSC, in ohci_irq()
921 ohci_writel(ohci, OHCI_INTR_RHSC, &regs->intrdisable); in ohci_irq()
931 ohci_writel(ohci, OHCI_INTR_RD, &regs->intrstatus); in ohci_irq()
953 ohci_writel (ohci, OHCI_INTR_SF, &regs->intrdisable); in ohci_irq()
956 ohci_writel (ohci, ints, &regs->intrstatus); in ohci_irq()
960 ohci_writel (ohci, OHCI_INTR_MIE, &regs->intrenable); in ohci_irq()
982 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_stop()
1083 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_suspend()
1136 ohci_writel(ohci, RH_PS_PPS, in ohci_resume()
1139 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrenable); in ohci_resume()