Lines Matching refs:ohci_writel
414 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()
487 ohci_writel (ohci, OHCI_INTR_OC, &ohci->regs->intrenable); in ohci_init()
488 ohci_writel (ohci, OHCI_OCR, &ohci->regs->cmdstatus); in ohci_init()
502 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_init()
591 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
603 ohci_writel (ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_run()
624 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
631 ohci_writel (ohci, 0, &ohci->regs->ed_controlhead); in ohci_run()
632 ohci_writel (ohci, 0, &ohci->regs->ed_bulkhead); in ohci_run()
635 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_run()
663 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
667 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status); in ohci_run()
671 ohci_writel (ohci, ~0, &ohci->regs->intrstatus); in ohci_run()
672 ohci_writel (ohci, mask, &ohci->regs->intrenable); in ohci_run()
692 ohci_writel(ohci, val, &ohci->regs->roothub.a); in ohci_run()
694 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run()
695 ohci_writel (ohci, (val & RH_A_NPS) ? 0 : RH_B_PPCM, in ohci_run()
915 ohci_writel (ohci, OHCI_INTR_UE, ®s->intrdisable); in ohci_irq()
931 ohci_writel(ohci, OHCI_INTR_RD | OHCI_INTR_RHSC, in ohci_irq()
942 ohci_writel(ohci, OHCI_INTR_RHSC, ®s->intrdisable); in ohci_irq()
952 ohci_writel(ohci, OHCI_INTR_RD, ®s->intrstatus); in ohci_irq()
974 ohci_writel (ohci, OHCI_INTR_SF, ®s->intrdisable); in ohci_irq()
977 ohci_writel (ohci, ints, ®s->intrstatus); in ohci_irq()
981 ohci_writel (ohci, OHCI_INTR_MIE, ®s->intrenable); in ohci_irq()
1003 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_stop()
1109 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_suspend()
1162 ohci_writel(ohci, RH_PS_PPS, in ohci_resume()
1165 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrenable); in ohci_resume()