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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c289 UINT16 PortSC; local
305 PortSC = UhciReadReg (Uhc->PciIo, Offset);
313 if (((PortSC & 0x80) == 0) || (PortSC == 0xFFFF)) {
349 UINT16 PortSC; local
365 PortSC = UhciReadReg (Uhc->PciIo, Offset);
367 if ((PortSC & USBPORTSC_CCS) != 0) {
371 if ((PortSC & USBPORTSC_PED) != 0) {
375 if ((PortSC & USBPORTSC_SUSP) != 0) {
380 if ((PortSC
430 UINT16 PortSC; local
509 UINT16 PortSC; local
[all...]

Completed in 33 milliseconds