Home
last modified time | relevance | path

Searched refs:USBPORTSC_PR (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.h57 #define USBPORTSC_PR BIT9 // Port Reset macro
DUhci.c391 if ((PortSC & USBPORTSC_PR) != 0) { in Uhci2GetRootHubPortStatus()
469 PortSC |= USBPORTSC_PR; in Uhci2SetRootHubPortFeature()
555 PortSC &= ~USBPORTSC_PR; in Uhci2ClearRootHubPortFeature()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c730 if ((RHPortStatus & USBPORTSC_PR) != 0) { in UhcGetRootHubPortStatus()
811 RHPortControl |= USBPORTSC_PR; in UhcSetRootHubPortFeature()
903 RHPortControl &= ~USBPORTSC_PR; in UhcClearRootHubPortFeature()
DUhcPeim.h89 #define USBPORTSC_PR BIT9 /* Port Reset */ macro