Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c518 CSR_WRITE_4(pcnp, PCN_IO32_RAP, PCN_CSR_EXTCTL1); in pcn_quiesce()
567 PCN_CSR_SETBIT(pcnp, PCN_CSR_EXTCTL1, PCN_EXTCTL1_SPND); in pcn_suspend()
569 if ((val = pcn_csr_read(pcnp, PCN_CSR_EXTCTL1)) & in pcn_suspend()
582 PCN_CSR_CLRBIT(pcnp, PCN_CSR_EXTCTL1, PCN_EXTCTL1_SPND); in pcn_resume()
744 PCN_CSR_SETBIT(pcnp, PCN_CSR_EXTCTL1, PCN_EXTCTL1_LTINTEN); in pcn_send()
816 PCN_CSR_CLRBIT(pcnp, PCN_CSR_EXTCTL1, in pcn_reclaim()
1134 PCN_CSR_SETBIT(pcnp, PCN_CSR_EXTCTL1, PCN_EXTCTL1_SINTEN); in pcn_start_timer()
1148 PCN_CSR_CLRBIT(pcnp, PCN_CSR_EXTCTL1, PCN_EXTCTL1_SINTEN); in pcn_stop_timer()
H A Dpcn.h80 #define PCN_CSR_EXTCTL1 0x05 macro