baseclass         393 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h   unsigned baseclass = classid >> 8;
baseclass         394 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h   return (baseclass == 0x03 /* PCI_BASE_CLASS_DISPLAY */
baseclass         395 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h 	  || baseclass == 0x02 /* PCI_BASE_CLASS_NETWORK */
baseclass         396 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h 	  || baseclass == 0x01 /* PCI_BASE_CLASS_STORAGE */
baseclass         397 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h 	  || baseclass == 0x0b /* PCI_BASE_CLASS_PROCESSOR */
baseclass         400 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h 	  || baseclass == 0x12 /* Processing Accelerators */);