Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c72 #define PCN_CSR_SETBIT(pcnp, reg, x) \ macro
567 PCN_CSR_SETBIT(pcnp, PCN_CSR_EXTCTL1, PCN_EXTCTL1_SPND); in pcn_suspend()
644 PCN_CSR_SETBIT(pcnp, PCN_CSR_MODE, PCN_MODE_PROMISC); in pcn_m_promisc()
744 PCN_CSR_SETBIT(pcnp, PCN_CSR_EXTCTL1, PCN_EXTCTL1_LTINTEN); in pcn_send()
861 PCN_CSR_SETBIT(pcnp, PCN_CSR_EXTCTL2, in pcn_intr()
1061 PCN_CSR_SETBIT(pcnp, PCN_CSR_MODE, PCN_MODE_PROMISC); in pcn_initialize()
1081 PCN_CSR_SETBIT(pcnp, PCN_CSR_IMR, PCN_IMR_DXSUFLO); in pcn_initialize()
1084 PCN_CSR_SETBIT(pcnp, PCN_CSR_TFEAT, PCN_TFEAT_PAD_TX); in pcn_initialize()
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()
[all …]