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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciReg.h57 #define USBPORTSC_PR BIT9 // Port Reset macro
H A DUhci.c380 if ((PortSC & USBPORTSC_PR) != 0) {
458 PortSC |= USBPORTSC_PR;
544 PortSC &= ~USBPORTSC_PR;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c726 if ((RHPortStatus & USBPORTSC_PR) != 0) {
807 RHPortControl |= USBPORTSC_PR;
899 RHPortControl &= ~USBPORTSC_PR;
H A DUhcPeim.h89 #define USBPORTSC_PR BIT9 /* Port Reset */ macro

Completed in 66 milliseconds