Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.h52 #define USBPORTSC_PEDC BIT3 // Port Enable / Disable Change macro
DUhci.c408 if ((PortSC & USBPORTSC_PEDC) != 0) { in Uhci2GetRootHubPortStatus()
565 PortSC |= USBPORTSC_PEDC; in Uhci2ClearRootHubPortFeature()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.h84 #define USBPORTSC_PEDC BIT3 /* Port Enable / Disable Change */ macro
DUhcPeim.c751 if ((RHPortStatus & USBPORTSC_PEDC) != 0) { in UhcGetRootHubPortStatus()
919 RHPortControl |= USBPORTSC_PEDC; in UhcClearRootHubPortFeature()