Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.h58 #define USBPORTSC_SUSP BIT12 // Suspend macro
DUhci.c386 if ((PortSC & USBPORTSC_SUSP) != 0) { in Uhci2GetRootHubPortStatus()
463 PortSC |= USBPORTSC_SUSP; in Uhci2SetRootHubPortFeature()
544 PortSC &= ~USBPORTSC_SUSP; in Uhci2ClearRootHubPortFeature()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c724 if ((RHPortStatus & USBPORTSC_SUSP) != 0) { in UhcGetRootHubPortStatus()
805 RHPortControl |= USBPORTSC_SUSP; in UhcSetRootHubPortFeature()
889 RHPortControl &= ~USBPORTSC_SUSP; in UhcClearRootHubPortFeature()
DUhcPeim.h90 #define USBPORTSC_SUSP BIT12 /* Suspend */ macro