HomeSort by relevance Sort by last modified time
    Searched refs:PCI_CLASS_BRIDGE_ISA (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciBus.h 221 #define IS_ISA_BRIDGE(_p) IS_CLASS2 (_p, PCI_CLASS_BRIDGE, PCI_CLASS_BRIDGE_ISA)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci22.h 159 #define PCI_CLASS_BRIDGE_ISA 0x01
269 #define IS_PCI_LPC(_p) IS_CLASS3 (_p, PCI_CLASS_BRIDGE, PCI_CLASS_BRIDGE_ISA, 0)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci22.h 167 #define PCI_CLASS_BRIDGE_ISA 0x01
278 #define IS_PCI_LPC(_p) IS_CLASS3 (_p, PCI_CLASS_BRIDGE, PCI_CLASS_BRIDGE_ISA, 0)
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/IsaAcpiDxe/
PcatIsaAcpi.c 110 if (Pci.Hdr.ClassCode[1] == PCI_CLASS_BRIDGE_ISA) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
LpcDriver.c 194 if (Pci.Hdr.ClassCode[1] == PCI_CLASS_BRIDGE_ISA) {
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pci22.h 189 #define PCI_CLASS_BRIDGE_ISA 0x01
433 #define IS_PCI_LPC(_p) IS_CLASS2 (_p, PCI_CLASS_BRIDGE, PCI_CLASS_BRIDGE_ISA)
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PciHostBridgeLib/
XenSupport.c 411 if (Pci.Hdr.ClassCode[1] == PCI_CLASS_BRIDGE_ISA ||
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PciHostBridgeLib/
PciHostBridgeSupport.c 537 if (Pci.Hdr.ClassCode[1] == PCI_CLASS_BRIDGE_ISA ||
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyPlatform.c 566 ClassLists[1].SubClass = (UINT8) PCI_CLASS_BRIDGE_ISA;
    [all...]
  /external/u-boot/include/
pci_ids.h 53 #define PCI_CLASS_BRIDGE_ISA 0x0601
    [all...]

Completed in 186 milliseconds