Home
last modified time | relevance | path

Searched refs:PORTSC_CSC (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c371 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()
H A DdrvEHCI.h375 #define PORTSC_CSC (1<<1) /* Connect Status Change */ macro
377 #define PORTSC_RWC_BITS (PORTSC_CSC | PORTSC_PEC | PORTSC_OCC)
H A DdrvMsg.c180 if ((hcd_reg_readb((U32)&ehci->op_regs->portsc[0]) & PORTSC_CSC) // CSC happen on ehci port in ms_usb_start_wait_urb()
H A DdrvUSBHwCtl.c201 return (regv & PORTSC_CSC) ? TRUE : FALSE; in ms_RoothubPortConnectChg()