Searched defs:RHPortStatus (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c685 UINT16 RHPortStatus; local
703 RHPortStatus = USBReadPortW (UhcDev, PSAddr);
708 if ((RHPortStatus & USBPORTSC_CCS) != 0) {
714 if ((RHPortStatus & USBPORTSC_PED) != 0) {
720 if ((RHPortStatus & USBPORTSC_SUSP) != 0) {
726 if ((RHPortStatus & USBPORTSC_PR) != 0) {
732 if ((RHPortStatus & USBPORTSC_LSDA) != 0) {
741 if ((RHPortStatus & USBPORTSC_CSC) != 0) {
747 if ((RHPortStatus & USBPORTSC_PEDC) != 0) {

Completed in 37 milliseconds