Home
last modified time | relevance | path

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

/sys/include/
Dpci.h42 #define PCI_SCLASS_BUS_SMBUS 0x05 macro
/sys/dev/
Dpci.c178 } else if ((baseClass == PCI_CLASS_BUS) && (subClass == PCI_SCLASS_BUS_SMBUS)) { in PCICheckFunction()
338 } else if ((baseClass == PCI_CLASS_BUS) && (subClass == PCI_SCLASS_BUS_SMBUS)) { in DebugPCICheckFunction()