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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciReg.h50 #define USBPORTSC_CSC BIT1 // Connect Status Change macro
H A DUhci.c393 if ((PortSC & USBPORTSC_CSC) != 0) {
549 PortSC |= USBPORTSC_CSC;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.h82 #define USBPORTSC_CSC BIT1 /* Connect Status Change */ macro
H A DUhcPeim.c741 if ((RHPortStatus & USBPORTSC_CSC) != 0) {
907 RHPortControl |= USBPORTSC_CSC;

Completed in 53 milliseconds