Searched refs:ProgInterface (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.h92 UINT8 ProgInterface; member in struct:__anon10838
H A DUhci.c1398 (UsbClassCReg.ProgInterface != PCI_IF_UHCI)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciReg.h118 UINT8 ProgInterface; member in struct:__anon10813
H A DEhci.c1394 || ((UsbClassCReg.ProgInterface != PCI_IF_EHCI) && (UsbClassCReg.ProgInterface !=PCI_IF_UHCI))) {
1761 if ((UsbClassCReg.ProgInterface == PCI_IF_UHCI) &&
1810 if ((UsbClassCReg.ProgInterface == PCI_IF_EHCI) &&
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c169 UINT8 ProgInterface; local
182 ProgInterface = PciRead8 (PcdGet32(PcdUsbEhciPciAddress) + PCI_CLASSCODE_OFFSET);
186 if ((ProgInterface != PCI_IF_EHCI) || (SubClassCode != PCI_CLASS_SERIAL_USB) || (BaseCode != PCI_CLASS_SERIAL)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.h123 UINT8 ProgInterface; member in struct:__anon10848
H A DXhci.c1657 (UsbClassCReg.ProgInterface != PCI_IF_XHCI)) {

Completed in 61 milliseconds