Searched defs:PCI_REG_REG_M (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1151 #define PCI_REG_REG_M 0xff /* register mask */ macro
1168 #define PCI_REG_REG_G(x) ((x) & PCI_REG_REG_M)

Completed in 71 milliseconds