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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciReg.h51 #define USBPORTSC_PED BIT2 // Port Enable / Disable macro
H A DUhci.c371 if ((PortSC & USBPORTSC_PED) != 0) {
469 PortSC |= USBPORTSC_PED;
525 PortSC &= ~USBPORTSC_PED;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c714 if ((RHPortStatus & USBPORTSC_PED) != 0) {
818 RHPortControl |= USBPORTSC_PED;
876 RHPortControl &= ~USBPORTSC_PED;
H A DUhcPeim.h83 #define USBPORTSC_PED BIT2 /* Port Enable / Disable */ macro

Completed in 177 milliseconds