Home
last modified time | relevance | path

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

/sys/include/
Dpci.h28 #define PCI_CLASS_GRAPHICS 0x03 macro
/sys/dev/
Dpci.c175 } else if ((baseClass == PCI_CLASS_GRAPHICS) && (subClass == 0x00)) { in PCICheckFunction()
335 } else if ((baseClass == PCI_CLASS_GRAPHICS) && (subClass == 0x00)) { in DebugPCICheckFunction()