Home
last modified time | relevance | path

Searched refs:PORT_CONNECT (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c555 if (!(port_status & PORT_CONNECT)) { in check_reset_complete()
796 if ( ((temp & PORT_CONNECT) == 0) && ((hcd->pre_sts & PORT_CONNECT) != 0) ) in ehci_hub_status_data()
814 if (!(temp & PORT_CONNECT)) in ehci_hub_status_data()
1547 if ( ((temp & PORT_CONNECT) == 0) && ((temp & PORT_CSC) == 0) ) in ehci_hub_control()
1549 if ((hcd->pre_temp & PORT_CONNECT) != 0) in ehci_hub_control()
1583 } while ((temp&(PORT_RESET|PORT_CONNECT)) == (PORT_RESET|PORT_CONNECT)&&(time_out++<10000)); in ehci_hub_control()
1619 if (temp & PORT_CONNECT) { in ehci_hub_control()
1791 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()
1854 if( temp&PORT_CONNECT ) in ehci_hub_control()
8304 if( (ehci_readl ((U32)&ehci->regs->port_status[0])&PORT_CONNECT) == 0 ) in ehci_urb_enqueue()
[all …]
H A DdrvUSBEntry.c616 if (temp_s & PORT_CONNECT) in MDrv_UsbDeviceConnect()
1646 wValue = ehci_readb((U32)&ehci->regs->port_status[0]) & PORT_CONNECT; in Usb_host_Init_EX()
1722 if (temp_s & PORT_CONNECT) 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.c5580 if (!(temp & PORT_CONNECT)) in hub_port_connect_change()
8652 temp_s &= PORT_CONNECT; in usb_reset_device()
H A DdrvEHCI.h1243 #define PORT_CONNECT (1<<0) /* device connected */ macro
H A DdrvEHCIDBG.cpp389 (status & PORT_CONNECT) ? " CONNECT" : "" in dbg_port_buf()