Home
last modified time | relevance | path

Searched defs:PCI_INTERFACE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dglobals.h107 #define PCI_INTERFACE(v) (((v) & 0xff00) >> 8) macro
/netbsd-src/sys/dev/pci/
H A Dpcireg.h149 #define PCI_INTERFACE(cr) \ macro