Searched refs:SubClassCode (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.h93 UINT8 SubClassCode; member in struct:__anon10838
H A DUhci.c1397 (UsbClassCReg.SubClassCode != PCI_CLASS_SERIAL_USB) ||
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciReg.h111 UINT8 SubClassCode; member in struct:__anon10817
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciReg.h119 UINT8 SubClassCode; member in struct:__anon10813
H A DEhci.c1393 if ((UsbClassCReg.BaseCode != PCI_CLASS_SERIAL) || (UsbClassCReg.SubClassCode != PCI_CLASS_SERIAL_USB)
1763 (UsbClassCReg.SubClassCode == PCI_CLASS_SERIAL_USB)) {
1812 (UsbClassCReg.SubClassCode == PCI_CLASS_SERIAL_USB)) {
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c170 UINT8 SubClassCode; local
183 SubClassCode = PciRead8 (PcdGet32(PcdUsbEhciPciAddress) + PCI_CLASSCODE_OFFSET + 1);
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.h124 UINT8 SubClassCode; member in struct:__anon10848
H A DXhci.c1656 (UsbClassCReg.SubClassCode != PCI_CLASS_SERIAL_USB) ||

Completed in 61 milliseconds