Searched refs:CLRBIT (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.h | 152 #define CLRBIT(A, N) ((A)[(N)/BITS_PER_MAP] &= ~(1<<((N)%BITS_PER_MAP))) macro
|
H A D | hash_page.c | 1332 CLRBIT(freep, free_bit);
|
/titanic_41/usr/src/uts/common/io/afe/ |
H A D | afeimpl.h | 303 #define CLRBIT(afep, reg, val) PUTCSR(afep, reg, GETCSR(afep, reg) & ~(val)) macro
|
H A D | afe.c | 707 CLRBIT(afep, CSR_NAR, NAR_RX_PROMISC); in afe_setrxfilt() 725 CLRBIT(afep, CSR_NAR, NAR_RX_MULTI); in afe_setrxfilt() 728 CLRBIT(afep, CSR_NAR, NAR_RX_MULTI); in afe_setrxfilt() 1142 CLRBIT(afep, CSR_CR, CR_PAUSE); in afe_mii_notify() 1446 CLRBIT(afep, CSR_NAR, NAR_TX_ENABLE | NAR_RX_ENABLE); in afe_stopmac()
|
/titanic_41/usr/src/uts/common/io/mxfe/ |
H A D | mxfeimpl.h | 343 #define CLRBIT(mxfep, reg, val) \ macro
|
H A D | mxfe.c | 680 CLRBIT(mxfep, CSR_NAR, NAR_RX_PROMISC); in mxfe_m_promisc() 983 CLRBIT(mxfep, CSR_TCTL, TCTL_PWR | TCTL_ANE); in mxfe_stopphy() 1786 CLRBIT(mxfep, CSR_NAR, NAR_TX_ENABLE | NAR_RX_ENABLE); in mxfe_stopmac() 2345 CLRBIT(mxfep, CSR_NAR, NAR_RX_PROMISC); in mxfe_send_setup()
|
/titanic_41/usr/src/uts/common/io/efe/ |
H A D | efe.h | 320 #define CLRBIT(efep, reg, bit) \ macro
|
H A D | efe.c | 1298 CLRBIT(efep, CSR_GENCTL, GENCTL_INT); in efe_intr_disable()
|
/titanic_41/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 754 #define CLRBIT(dca, reg, val) \ macro
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | dca.c | 873 CLRBIT(dca, CSR_DMACTL, in dca_attach() 971 CLRBIT(dca, CSR_DMACTL, DMACTL_MCR1IE | DMACTL_MCR2IE | DMACTL_EIE); in dca_detach()
|