Searched refs:All_Int (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/dev/ex/ |
| HD | if_ex.c | 376 CSR_WRITE_1(sc, MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); in ex_init_locked() 377 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_init_locked() 475 CSR_WRITE_1(sc, MASK_REG, All_Int); in ex_start_locked() 558 CSR_WRITE_1(sc, MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); in ex_start_locked() 607 CSR_WRITE_1(sc, MASK_REG, All_Int); in ex_stop() 608 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_stop()
|
| HD | if_exreg.h | 99 #define All_Int 0x0f macro
|