Searched refs:All_Int (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/ex/ |
| D | if_ex.c | 374 CSR_WRITE_1(sc, MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); in ex_init_locked() 375 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_init_locked() 473 CSR_WRITE_1(sc, MASK_REG, All_Int); in ex_start_locked() 556 CSR_WRITE_1(sc, MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); in ex_start_locked() 605 CSR_WRITE_1(sc, MASK_REG, All_Int); in ex_stop() 606 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_stop()
|
| D | if_exreg.h | 99 #define All_Int 0x0f macro
|