Searched refs:PORTSC_CONNECT (Results 1 – 3 of 3) sorted by relevance
314 if (!(port_status & PORTSC_CONNECT)) in ms_reset_complete()631 …} while ((u32Temp&(PORTSC_RESET|PORTSC_CONNECT)) == (PORTSC_RESET|PORTSC_CONNECT)&&(time_out++<100… in ms_hub_control()699 if (u32Temp & PORTSC_CONNECT) in ms_hub_control()758 if( u32Temp&PORTSC_CONNECT ) in ms_hub_control()2773 if ((iPsc & PORTSC_CSC) && (iPsc & PORTSC_CONNECT)==0) in ms_ehci_irq()2841 if( (hcd_reg_readl ((U32)&pEhci->op_regs->portsc[0])&PORTSC_CONNECT) == 0 ) in ms_urb_enqueue()
376 #define PORTSC_CONNECT (1<<0) /* Current Connect Status */ macro
192 return (regv & PORTSC_CONNECT) ? TRUE : FALSE; in ms_RoothubPortConnected()