Home
last modified time | relevance | path

Searched refs:ehci_writel (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c381 ehci_writel (temp, (U32)&ehci->regs->command); in ehci_halt()
394 ehci_writel (command, (U32)&ehci->regs->command); in ehci_reset()
532 ehci_writel (temp, (U32)&ehci->regs->command); in ehci_ready()
617 ehci_writel (port_status, (U32)&ehci->regs->port_status [index]); in check_reset_complete()
809 ehci_writel (temp, (U32)&ehci->regs->port_status [i]); in ehci_hub_status_data()
1235 ehci_writel(regTmp[1],(U32)&ehci->regs->intr_enable); in ehci_hc_swreset()
1236 ehci_writel(regTmp[0],(U32)&ehci->regs->command); in ehci_hc_swreset()
1347 ehci_writel (temp & ~PORT_PE, (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1350ehci_writel(ehci_readl((U32)&ehci->regs->command)&(~(CMD_ASE|CMD_PSE|CMD_IAAD)),(U32)&ehci->regs->… in ehci_hub_control()
1405 ehci_writel (temp | PORT_PEC, in ehci_hub_control()
[all …]
H A DdrvUSBEntry.c630 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()
[all …]
H A DdrvUSBHwCtl.c163 ehci_writel(reg_cmd | CMD_RESET, (U32)&ehci->regs->command); in ResetMstarUsb()
168 ehci_writel (reg_inten, (U32)&ehci->regs->intr_enable); in ResetMstarUsb()
169 ehci_writel (reg_cmd, (U32)&ehci->regs->command); in ResetMstarUsb()
H A DdrvUSBEntry_2.c600 ehci_writel (temp, (U32)&ehci->regs->intr_enable); in InitUSBIntr_Port2()
603 ehci_writel (temp, (U32)&ehci->regs->status); //clear all pending interrupt in InitUSBIntr_Port2()
607 ehci_writel (temp, (U32)&ehci->regs->bus_control); // set interrupt polarity high in InitUSBIntr_Port2()
H A DdrvEHCI_SCHD.cxx274 ehci_writel (cmd, (U32)&ehci->regs->command); in enable_periodic()
297 ehci_writel (cmd, (U32)&ehci->regs->command); in disable_periodic()
H A DdrvEHCI.h2271 static inline void ehci_writel(const unsigned int val, unsigned int regs) in ehci_writel() function
H A DdrvHub.c5458 ehci_writel(temp, (U32)&ehci->regs->bus_control); in hub_port_connect_change()