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