Searched defs:PCI_SUBCLASS (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/sandpoint/stand/altboot/ | ||
H A D | globals.h | 106 #define PCI_SUBCLASS(v) (((v) >> 16) & 0xff) macro |
/netbsd-src/sys/dev/pci/ | ||
H A D | pcireg.h | 144 #define PCI_SUBCLASS(cr) \ macro |