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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciReg.h52 #define USBPORTSC_PEDC BIT3 // Port Enable / Disable Change macro
H A DUhci.c397 if ((PortSC & USBPORTSC_PEDC) != 0) {
554 PortSC |= USBPORTSC_PEDC;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.h84 #define USBPORTSC_PEDC BIT3 /* Port Enable / Disable Change */ macro
H A DUhcPeim.c747 if ((RHPortStatus & USBPORTSC_PEDC) != 0) {
915 RHPortControl |= USBPORTSC_PEDC;

Completed in 71 milliseconds