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

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c60 #define CSR_WRITE_4(pcnp, reg, val) \ macro
518 CSR_WRITE_4(pcnp, PCN_IO32_RAP, PCN_CSR_EXTCTL1);
519 CSR_WRITE_4(pcnp, PCN_IO32_RDP, CSR_READ_4(pcnp, PCN_IO32_RDP) &
522 CSR_WRITE_4(pcnp, PCN_IO32_RAP, PCN_CSR_CSR);
523 CSR_WRITE_4(pcnp, PCN_IO32_RDP,
1028 CSR_WRITE_4(pcnp, PCN_IO32_RDP, 0);
1416 CSR_WRITE_4(pcnp, PCN_IO32_RAP, reg);
1438 CSR_WRITE_4(pcnp, PCN_IO32_RAP, reg);
1439 CSR_WRITE_4(pcnp, PCN_IO32_RDP, val);
1449 CSR_WRITE_4(pcn
[all...]
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h1816 #define CSR_WRITE_4(d, reg, v) \ macro
1830 #define CSR_PCI_WRITE_4(d, reg, v) CSR_WRITE_4(d, Y2_CFG_SPC + (reg), (v))

Completed in 60 milliseconds