Lines Matching refs:ohci_writel

412 	ohci_writel (ohci, ohci->hc_control, &ohci->regs->control);  in ohci_usb_reset()
425 ohci_writel(ohci, (u32) ~0, &ohci->regs->intrdisable); in _ohci_shutdown()
428 ohci_writel(ohci, OHCI_HCR, &ohci->regs->cmdstatus); in _ohci_shutdown()
432 ohci_writel(ohci, ohci->fminterval, &ohci->regs->fminterval); in _ohci_shutdown()
485 ohci_writel (ohci, OHCI_INTR_OC, &ohci->regs->intrenable); in ohci_init()
486 ohci_writel (ohci, OHCI_OCR, &ohci->regs->cmdstatus); in ohci_init()
500 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_init()
589 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
601 ohci_writel (ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_run()
622 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
629 ohci_writel (ohci, 0, &ohci->regs->ed_controlhead); in ohci_run()
630 ohci_writel (ohci, 0, &ohci->regs->ed_bulkhead); in ohci_run()
633 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_run()
661 ohci_writel (ohci, ohci->hc_control, &ohci->regs->control); in ohci_run()
665 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status); in ohci_run()
669 ohci_writel (ohci, ~0, &ohci->regs->intrstatus); in ohci_run()
670 ohci_writel (ohci, mask, &ohci->regs->intrenable); in ohci_run()
690 ohci_writel(ohci, val, &ohci->regs->roothub.a); in ohci_run()
692 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run()
693 ohci_writel (ohci, (val & RH_A_NPS) ? 0 : RH_B_PPCM, in ohci_run()
913 ohci_writel (ohci, OHCI_INTR_UE, &regs->intrdisable); in ohci_irq()
929 ohci_writel(ohci, OHCI_INTR_RD | OHCI_INTR_RHSC, in ohci_irq()
940 ohci_writel(ohci, OHCI_INTR_RHSC, &regs->intrdisable); in ohci_irq()
950 ohci_writel(ohci, OHCI_INTR_RD, &regs->intrstatus); in ohci_irq()
972 ohci_writel (ohci, OHCI_INTR_SF, &regs->intrdisable); in ohci_irq()
975 ohci_writel (ohci, ints, &regs->intrstatus); in ohci_irq()
979 ohci_writel (ohci, OHCI_INTR_MIE, &regs->intrenable); in ohci_irq()
1001 ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_stop()
1107 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); in ohci_suspend()
1160 ohci_writel(ohci, RH_PS_PPS, in ohci_resume()
1163 ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrenable); in ohci_resume()