Lines Matching refs:ehci_writel

199 	ehci_writel(ehci, 0, &ehci->regs->intr_enable);  in ehci_halt()
213 ehci_writel(ehci, temp, &ehci->regs->command); in ehci_halt()
235 ehci_writel(ehci, tmp, &ehci->regs->usbmode); in tdi_reset()
254 ehci_writel(ehci, command, &ehci->regs->command); in ehci_reset()
261 ehci_writel(ehci, USBMODE_EX_HC | USBMODE_EX_VBPS, in ehci_reset()
263 ehci_writel(ehci, TXFIFO_DEFAULT, &ehci->regs->txfill_tuning); in ehci_reset()
299 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_quiesce()
335 ehci_writel(ehci, PORT_RWC_BITS, in ehci_turn_off_all_ports()
356 ehci_writel(ehci, 0, &ehci->regs->configured_flag); in ehci_silence_controller()
582 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_run()
583 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
599 ehci_writel(ehci, 0, &ehci->regs->segment); in ehci_run()
612 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_run()
631 ehci_writel(ehci, FLAG_CF, &ehci->regs->configured_flag); in ehci_run()
644 ehci_writel(ehci, INTR_MASK, in ehci_run()
725 ehci_writel(ehci, masked_status, &ehci->regs->status); in ehci_irq()
821 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_irq()
822 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in ehci_irq()
1095 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in ehci_suspend()
1144 ehci_writel(ehci, mask, &ehci->regs->intr_enable); in ehci_resume()
1163 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_resume()
1164 ehci_writel(ehci, FLAG_CF, &ehci->regs->configured_flag); in ehci_resume()