Searched refs:RHPortControl (Results 1 – 1 of 1) sorted by relevance
640 UINT16 RHPortControl; in UhcGetRootHubPortNumber() local653 RHPortControl = USBReadPortW (UhcDev, PSAddr); in UhcGetRootHubPortNumber()657 if (RHPortControl != 0xff) { in UhcGetRootHubPortNumber()783 UINT16 RHPortControl; in UhcSetRootHubPortFeature() local795 RHPortControl = USBReadPortW (UhcDev, PSAddr); in UhcSetRootHubPortFeature()804 RHPortControl &= 0xfff5; in UhcSetRootHubPortFeature()805 RHPortControl |= USBPORTSC_SUSP; in UhcSetRootHubPortFeature()810 RHPortControl &= 0xfff5; in UhcSetRootHubPortFeature()811 RHPortControl |= USBPORTSC_PR; in UhcSetRootHubPortFeature()821 RHPortControl &= 0xfff5; in UhcSetRootHubPortFeature()[all …]