Searched refs:USBPORTSC_PR (Results 1 – 4 of 4) sorted by relevance
57 #define USBPORTSC_PR BIT9 // Port Reset macro
391 if ((PortSC & USBPORTSC_PR) != 0) { in Uhci2GetRootHubPortStatus()469 PortSC |= USBPORTSC_PR; in Uhci2SetRootHubPortFeature()555 PortSC &= ~USBPORTSC_PR; in Uhci2ClearRootHubPortFeature()
730 if ((RHPortStatus & USBPORTSC_PR) != 0) { in UhcGetRootHubPortStatus()811 RHPortControl |= USBPORTSC_PR; in UhcSetRootHubPortFeature()903 RHPortControl &= ~USBPORTSC_PR; in UhcClearRootHubPortFeature()
89 #define USBPORTSC_PR BIT9 /* Port Reset */ macro