Home
last modified time | relevance | path

Searched refs:PORTSC_PEC (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI.h373 #define PORTSC_PEC (1<<3) /* Port Enable/Disable Change */ macro
377 #define PORTSC_RWC_BITS (PORTSC_CSC | PORTSC_PEC | PORTSC_OCC)
H A DdrvEhciHcd.c371 if ((u32Temp & (PORTSC_CSC) || PORTSC_PEC) != 0 || in ms_hub_status_data()
538 hcd_reg_writel ((u32Temp /*& ~PORTSC_RWC_BITS*/) | PORTSC_PEC, in ms_hub_control()
607 if (u32Temp & PORTSC_PEC) in ms_hub_control()
2775 iPsc &= ~(PORTSC_PEC | PORTSC_PE | PORTSC_CSC); in ms_ehci_irq()