Home
last modified time | relevance | path

Searched refs:PCI_SCLASS_BRIDGE_ISA (Results 1 – 2 of 2) sorted by relevance

/sys/include/
Dpci.h36 #define PCI_SCLASS_BRIDGE_ISA 0x01 macro
/sys/dev/
Dpci.c150 } else if (subClass == PCI_SCLASS_BRIDGE_ISA) { in PCICheckFunction()
313 } else if (subClass == PCI_SCLASS_BRIDGE_ISA) { in DebugPCICheckFunction()