Searched refs:PORTSC_CSC (Results 1 – 4 of 4) sorted by relevance
371 if ((u32Temp & (PORTSC_CSC) || PORTSC_PEC) != 0 || in ms_hub_status_data()556 hcd_reg_writel ((u32Temp /*& ~PORTSC_RWC_BITS*/) | PORTSC_CSC, in ms_hub_control()598 if (u32Temp & PORTSC_CSC) in ms_hub_control()2738 if(iPsc & PORTSC_CSC) in ms_ehci_irq()2773 if ((iPsc & PORTSC_CSC) && (iPsc & PORTSC_CONNECT)==0) in ms_ehci_irq()2775 iPsc &= ~(PORTSC_PEC | PORTSC_PE | PORTSC_CSC); in ms_ehci_irq()
375 #define PORTSC_CSC (1<<1) /* Connect Status Change */ macro377 #define PORTSC_RWC_BITS (PORTSC_CSC | PORTSC_PEC | PORTSC_OCC)
180 if ((hcd_reg_readb((U32)&ehci->op_regs->portsc[0]) & PORTSC_CSC) // CSC happen on ehci port in ms_usb_start_wait_urb()
201 return (regv & PORTSC_CSC) ? TRUE : FALSE; in ms_RoothubPortConnectChg()