Home
last modified time | relevance | path

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

/sys/dev/
Dpci.c138 uint8_t baseClass, subClass; in PCICheckFunction() local
142 subClass = PCIGetSubClass(bus, device, func); in PCICheckFunction()
147 if (subClass == PCI_SCLASS_BRIDGE_HOST) { in PCICheckFunction()
150 } else if (subClass == PCI_SCLASS_BRIDGE_ISA) { in PCICheckFunction()
153 } else if (subClass == PCI_SCLASS_BRIDGE_PCI) { in PCICheckFunction()
157 } else if (subClass == PCI_SCLASS_BRIDGE_MISC) { in PCICheckFunction()
162 if (subClass == PCI_SCLASS_STORAGE_SATA) { in PCICheckFunction()
167 } else if (subClass == PCI_SCLASS_STORAGE_IDE) { in PCICheckFunction()
171 } else if ((baseClass == PCI_CLASS_NETWORK) && (subClass == 0x00)) { in PCICheckFunction()
175 } else if ((baseClass == PCI_CLASS_GRAPHICS) && (subClass == 0x00)) { in PCICheckFunction()
[all …]