Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBEntry.c612 temp_s = ehci_readb((U32)&ehci->regs->port_status[0]); in MDrv_UsbDeviceConnect()
1252 temp = ehci_readb((U32)&ehci->regs->status); in InitUSBIntr()
1255 temp = ehci_readb((U32)&ehci->regs->bus_control); in InitUSBIntr()
1607 temp = ehci_readb((U32)&ehci->regs->status); in InitUSBIntr_EX()
1611 temp = ehci_readb((U32)&ehci->regs->bus_control); in InitUSBIntr_EX()
1638 while(ehci_readb((U32)&ehci->regs->command) & CMD_RESET); in Usb_host_Init_EX()
1646 wValue = ehci_readb((U32)&ehci->regs->port_status[0]) & PORT_CONNECT; in Usb_host_Init_EX()
1718 temp_s = ehci_readb((U32)&ehci->regs->port_status[0]); in MDrv_UsbDeviceConnect_EX()
H A DdrvUSBEntry_2.c602 temp = ehci_readb((U32)&ehci->regs->status); in InitUSBIntr_Port2()
605 temp = ehci_readb((U32)&ehci->regs->bus_control); in InitUSBIntr_Port2()
H A DdrvUSBHwCtl.c165 while(ehci_readb((U32)&ehci->regs->command) & CMD_RESET); // wait for reset done in ResetMstarUsb()
H A DdrvEHCI.h2289 static inline unsigned char ehci_readb(unsigned int regs) in ehci_readb() function
H A DdrvEHCIDBG.cpp120 byte = ehci_readb (&ehci->caps->portroute[(i>>1)]); in dbg_hcs_params()
H A DdrvHub.c8651 temp_s = ehci_readb((U32)&ehci->regs->port_status[0]); in usb_reset_device()
H A DdrvEhciHcd.c6709 (U32)ehci_readb ((U32)&ehci->caps->length)); in ehci_hc_reset()