Searched refs:PORT_CONNECT_STAT (Results 1 – 3 of 3) sorted by relevance
360 ~(PORT_CONNECT_STAT | PORT_ENABLE_STAT); in USBReset()382 (PORT_CONNECT_STAT | PORT_LOW_SPEED_DEV_ATTACH_STAT); in USBReset()394 hp->RHportStatus->portStatus |= (PORT_CONNECT_STAT); in USBReset()663 if (hp->RHportStatus->portStatus & PORT_CONNECT_STAT) { in handleInsRmvIntr()1057 case PORT_CONNECT_STAT: in setPortChange()
161 …(((getPortStatusAndChange (hci) >> 16) & (PORT_CONNECT_STAT | PORT_ENABLE_STAT)) ? 1 : 0) << ((i +… in rh_send_irq()358 clrPortChange (hci, PORT_CONNECT_STAT); in rh_submit_urb()
172 #define PORT_CONNECT_STAT 0x1 macro