Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c553 int port_status) in check_reset_complete() argument
555 if (!(port_status & PORT_CONNECT)) { in check_reset_complete()
557 return port_status; in check_reset_complete()
611 if (!(port_status & PORT_PE)) { in check_reset_complete()
616 port_status |= PORT_OWNER; in check_reset_complete()
617 ehci_writel (port_status, (U32)&ehci->regs->port_status [index]); in check_reset_complete()
621 return port_status; in check_reset_complete()
745 temp = ehci_readl ((U32)&ehci->regs->port_status[i]); in ehci_hub_status_data()
809 ehci_writel (temp, (U32)&ehci->regs->port_status [i]); in ehci_hub_status_data()
1336 temp = ehci_readl ((U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
[all …]
H A DdrvUSBEntry.c612 temp_s = ehci_readb((U32)&ehci->regs->port_status[0]); in MDrv_UsbDeviceConnect()
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 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.c5578 U32 temp = ehci_readl((U32)&ehci->regs->port_status[0]); in hub_port_connect_change()
8651 temp_s = ehci_readb((U32)&ehci->regs->port_status[0]); in usb_reset_device()
H A DdrvEHCI.h1058 U32 port_status[1]; /* up to N_PORTS */ member
H A DdrvEHCIDBG.cpp1029 ehci_readl (&ehci->regs->port_status [i])); in show_registers()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c310 int port_status) in ms_reset_complete() argument
314 if (!(port_status & PORTSC_CONNECT)) in ms_reset_complete()
317 return port_status; in ms_reset_complete()
321 if (!(port_status & PORTSC_PE)) in ms_reset_complete()
327 return port_status; in ms_reset_complete()