Lines Matching refs:ohci_writel
410 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_usb_reset()
424 ohci_writel(ohci, (u32) ~0, &ohci->regs->intrdisable); in ohci_shutdown()
427 ohci_writel(ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_shutdown()
431 ohci_writel(ohci, ohci->fminterval, &ohci->regs->fminterval); in ohci_shutdown()
473 ohci_writel (ohci, OHCI_INTR_OC, &ohci->regs->intrenable); in ohci_init()
474 ohci_writel (ohci, OHCI_OCR, &ohci->regs->cmdstatus); in ohci_init()
488 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_init()
571 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
583 ohci_writel (ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_run()
604 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
611 ohci_writel (ohci, 0, &ohci->regs->ed_controlhead); in ohci_run()
612 ohci_writel (ohci, 0, &ohci->regs->ed_bulkhead); in ohci_run()
615 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_run()
643 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
647 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status); in ohci_run()
651 ohci_writel (ohci, ~0, &ohci->regs->intrstatus); in ohci_run()
652 ohci_writel (ohci, mask, &ohci->regs->intrenable); in ohci_run()
661 ohci_writel (ohci, val, &ohci->regs->roothub.a); in ohci_run()
668 ohci_writel (ohci, val, &ohci->regs->roothub.a); in ohci_run()
670 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run()
671 ohci_writel (ohci, (val & RH_A_NPS) ? 0 : RH_B_PPCM, in ohci_run()
890 ohci_writel (ohci, OHCI_INTR_UE, ®s->intrdisable); in ohci_irq()
906 ohci_writel(ohci, OHCI_INTR_RD | OHCI_INTR_RHSC, in ohci_irq()
917 ohci_writel(ohci, OHCI_INTR_RHSC, ®s->intrdisable); in ohci_irq()
927 ohci_writel(ohci, OHCI_INTR_RD, ®s->intrstatus); in ohci_irq()
949 ohci_writel (ohci, OHCI_INTR_SF, ®s->intrdisable); in ohci_irq()
952 ohci_writel (ohci, ints, ®s->intrstatus); in ohci_irq()
956 ohci_writel (ohci, OHCI_INTR_MIE, ®s->intrenable); in ohci_irq()
977 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_stop()
1078 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_suspend()
1131 ohci_writel(ohci, RH_PS_PPS, in ohci_resume()
1134 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrenable); in ohci_resume()