Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dglobals.h108 #define PCI_REVISION(v) ((v) & 0xff) macro
/netbsd-src/sys/dev/pci/
H A Dpcireg.h154 #define PCI_REVISION(cr) \ macro