Home
last modified time | relevance | path

Searched refs:PCN_CSR_CSR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c522 CSR_WRITE_4(pcnp, PCN_IO32_RAP, PCN_CSR_CSR); in pcn_quiesce()
785 pcn_csr_write(pcnp, PCN_CSR_CSR, PCN_CSR_TX|PCN_CSR_INTEN); in pcn_send()
839 while ((status = pcn_csr_read(pcnp, PCN_CSR_CSR)) & PCN_CSR_INTR) { in pcn_intr()
840 pcn_csr_write(pcnp, PCN_CSR_CSR, status); in pcn_intr()
1109 PCN_CSR_SETBIT(pcnp, PCN_CSR_CSR, PCN_CSR_START|PCN_CSR_INTEN); in pcn_startall()
1124 PCN_CSR_SETBIT(pcnp, PCN_CSR_CSR, PCN_CSR_STOP); in pcn_stopall()
H A Dpcn.h75 #define PCN_CSR_CSR 0x00 macro