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()
298 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_quiesce()
334 ehci_writel(ehci, PORT_RWC_BITS, in ehci_turn_off_all_ports()
355 ehci_writel(ehci, 0, &ehci->regs->configured_flag); in ehci_silence_controller()
581 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_run()
582 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
598 ehci_writel(ehci, 0, &ehci->regs->segment); in ehci_run()
611 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_run()
630 ehci_writel(ehci, FLAG_CF, &ehci->regs->configured_flag); in ehci_run()
643 ehci_writel(ehci, INTR_MASK, in ehci_run()
724 ehci_writel(ehci, masked_status, &ehci->regs->status); in ehci_irq()
820 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_irq()
821 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in ehci_irq()
1094 ehci_writel(ehci, 0, &ehci->regs->intr_enable); in ehci_suspend()
1143 ehci_writel(ehci, mask, &ehci->regs->intr_enable); in ehci_resume()
1162 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_resume()
1163 ehci_writel(ehci, FLAG_CF, &ehci->regs->configured_flag); in ehci_resume()