Lines Matching refs:PORT_CONNECT
555 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()
8555 if( (ehci_readl ((U32)&ehci->regs->port_status[0])&PORT_CONNECT) == 0 ) in ehci_urb_dequeue()