Searched refs:USBPORTSC_PED (Results 1 – 4 of 4) sorted by relevance
51 #define USBPORTSC_PED BIT2 // Port Enable / Disable macro
382 if ((PortSC & USBPORTSC_PED) != 0) { in Uhci2GetRootHubPortStatus()480 PortSC |= USBPORTSC_PED; in Uhci2SetRootHubPortFeature()536 PortSC &= ~USBPORTSC_PED; in Uhci2ClearRootHubPortFeature()
718 if ((RHPortStatus & USBPORTSC_PED) != 0) { in UhcGetRootHubPortStatus()822 RHPortControl |= USBPORTSC_PED; in UhcSetRootHubPortFeature()880 RHPortControl &= ~USBPORTSC_PED; in UhcClearRootHubPortFeature()
83 #define USBPORTSC_PED BIT2 /* Port Enable / Disable */ macro