Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.h51 #define USBPORTSC_PED BIT2 // Port Enable / Disable macro
DUhci.c382 if ((PortSC & USBPORTSC_PED) != 0) { in Uhci2GetRootHubPortStatus()
480 PortSC |= USBPORTSC_PED; in Uhci2SetRootHubPortFeature()
536 PortSC &= ~USBPORTSC_PED; in Uhci2ClearRootHubPortFeature()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c718 if ((RHPortStatus & USBPORTSC_PED) != 0) { in UhcGetRootHubPortStatus()
822 RHPortControl |= USBPORTSC_PED; in UhcSetRootHubPortFeature()
880 RHPortControl &= ~USBPORTSC_PED; in UhcClearRootHubPortFeature()
DUhcPeim.h83 #define USBPORTSC_PED BIT2 /* Port Enable / Disable */ macro