Lines Matching refs:ehci_writel
630 ehci_writel(temp, (U32)&ehci->regs->bus_control); in MDrv_UsbDeviceConnect()
1250 ehci_writel (temp, (U32)&ehci->regs->intr_enable); in InitUSBIntr()
1253 ehci_writel (temp, (U32)&ehci->regs->status); //clear all pending interrupt in InitUSBIntr()
1257 ehci_writel (temp, (U32)&ehci->regs->bus_control); // set interrupt polarity high in InitUSBIntr()
1605 ehci_writel (temp, (U32)&ehci->regs->intr_enable); in InitUSBIntr_EX()
1608 ehci_writel (temp, (U32)&ehci->regs->status); //clear all pending interrupt in InitUSBIntr_EX()
1613 ehci_writel (temp, (U32)&ehci->regs->bus_control); in InitUSBIntr_EX()
1637 ehci_writel (temp, (U32)&ehci->regs->command); //host controller reset in Usb_host_Init_EX()
1687 ehci_writel (temp2, (U32)&ehci->regs->hcmisc); // misc, EOF1 in Usb_host_Init_EX()
1691 ehci_writel (temp, (U32)&ehci->regs->command); in Usb_host_Init_EX()
1700 ehci_writel (temp, (U32)&ehci->regs->intr_enable); in Usb_host_Init_EX()
1735 ehci_writel(temp, (U32)&ehci->regs->bus_control); in MDrv_UsbDeviceConnect_EX()