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

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c63 #define CSR_WRITE_2(pcnp, reg, val) \ macro
1428 CSR_WRITE_2(pcnp, PCN_IO16_RAP, reg);
1461 CSR_WRITE_2(pcnp, PCN_IO16_RAP, reg);
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h1818 #define CSR_WRITE_2(d, reg, v) \ macro
1831 #define CSR_PCI_WRITE_2(d, reg, v) CSR_WRITE_2(d, Y2_CFG_SPC + (reg), (v))
1841 CSR_WRITE_2((sc), GMAC_REG((port), (reg)), (val))

Completed in 59 milliseconds