Searched refs:PORTSC_RESET (Results 1 – 2 of 2) sorted by relevance
613 if ((u32Temp & PORTSC_RESET) in ms_hub_control()626 hcd_reg_writel (u32Temp & ~(PORTSC_RWC_BITS | PORTSC_RESET), in ms_hub_control()631 …} while ((u32Temp&(PORTSC_RESET|PORTSC_CONNECT)) == (PORTSC_RESET|PORTSC_CONNECT)&&(time_out++<100… in ms_hub_control()692 if (!(u32Temp & (PORTSC_RESUME|PORTSC_RESET))) // patch from Linux 2.6.28 in ms_hub_control()717 if (u32Temp & PORTSC_RESET) in ms_hub_control()770 u32Temp |= PORTSC_RESET; in ms_hub_control()
368 #define PORTSC_RESET (1<<8) /* Start bus reset */ macro