Home
last modified time | relevance | path

Searched refs:ehci_readl (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c260 result = ehci_readl ((U32)ptr); in handshake()
326 U32 temp = ehci_readl ((U32)&ehci->regs->status); in ehci_halt()
379 temp = ehci_readl ((U32)&ehci->regs->command); in ehci_halt()
389 U32 command = ehci_readl ((U32)&ehci->regs->command); in ehci_reset()
530 temp = ehci_readl ((U32)&ehci->regs->command); in ehci_ready()
745 temp = ehci_readl ((U32)&ehci->regs->port_status[i]); in ehci_hub_status_data()
1214 regTmp[0] = ehci_readl((U32)&ehci->regs->command); in ehci_hc_swreset()
1215 regTmp[1] = ehci_readl((U32)&ehci->regs->intr_enable); in ehci_hc_swreset()
1336 temp = ehci_readl ((U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1350 …ehci_writel(ehci_readl((U32)&ehci->regs->command)&(~(CMD_ASE|CMD_PSE|CMD_IAAD)),(U32)&ehci->regs->… in ehci_hub_control()
[all …]
H A DdrvEHCIDBG.cpp100 U32 params = ehci_readl (&ehci->caps->hcs_params); in dbg_hcs_params()
140 U32 params = ehci_readl (&ehci->caps->hcc_params); in dbg_hcc_params()
958 i = ehci_readl (&ehci->caps->hcs_params); in show_registers()
963 i = ehci_readl (&ehci->caps->hcc_params); in show_registers()
969 ehci_readl (&ehci->regs->status)); in show_registers()
993 ehci_readl (&ehci->regs->command)); in show_registers()
999 ehci_readl (&ehci->regs->intr_enable)); in show_registers()
1005 ehci_readl (&ehci->regs->frame_index)); in show_registers()
1029 ehci_readl (&ehci->regs->port_status [i])); in show_registers()
H A DdrvEHCI_SCHD.cxx273 cmd = ehci_readl ((U32)&ehci->regs->command) | CMD_PSE; in enable_periodic()
279 ehci->next_uframe = ehci_readl ((U32)&ehci->regs->frame_index) in enable_periodic()
296 cmd = ehci_readl ((U32)&ehci->regs->command) & ~CMD_PSE; in disable_periodic()
891 now = ehci_readl ((U32)&ehci->regs->frame_index) + 1; in get_iso_range()
1125 now_uframe = ehci_readl ((U32)&ehci->regs->frame_index); in scan_periodic()
1253 now = ehci_readl ((U32)&ehci->regs->frame_index) % mod; in scan_periodic()
H A DdrvUSBEntry.c628 temp = ehci_readl((U32)&ehci->regs->bus_control); in MDrv_UsbDeviceConnect()
1635 temp = ehci_readl((U32)&ehci->regs->command); in Usb_host_Init_EX()
1668 temp = (ehci_readl((U32)&ehci->regs->bus_control) >> 9) & 0x3; in Usb_host_Init_EX()
1673 temp2 = ehci_readl((U32)&ehci->regs->hcmisc) & 0xfffffff3; in Usb_host_Init_EX()
1689 temp = ehci_readl((U32)&ehci->regs->command) & 0xfffffff3; in Usb_host_Init_EX()
1733 temp = ehci_readl((U32)&ehci->regs->bus_control); in MDrv_UsbDeviceConnect_EX()
H A DdrvUSBHwCtl.c158 reg_inten = ehci_readl((U32)&ehci->regs->intr_enable); in ResetMstarUsb()
162 reg_cmd = ehci_readl((U32)&ehci->regs->command); in ResetMstarUsb()
H A DdrvTransport.c190 if ( ( (ehci_readl ((U32)&ehci->regs->port_status[0])&PORT_CONNECT) != 0 ) && in timeout_handler()
1688 if ( ( (ehci_readl ((U32)&ehci->regs->port_status[0])&PORT_CONNECT) != 0 ) && in usb_default_timeout_handler()
H A DdrvHub.c5456 temp = ehci_readl((U32)&ehci->regs->bus_control); in hub_port_connect_change()
5578 U32 temp = ehci_readl((U32)&ehci->regs->port_status[0]); in hub_port_connect_change()
H A DdrvEHCI.h2265 static inline unsigned int ehci_readl( unsigned int regs) in ehci_readl() function