Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ex/
H A Dif_ex.c378 CSR_WRITE_1(sc, MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); in ex_init_locked()
379 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_init_locked()
477 CSR_WRITE_1(sc, MASK_REG, All_Int); in ex_start_locked()
560 CSR_WRITE_1(sc, MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); in ex_start_locked()
609 CSR_WRITE_1(sc, MASK_REG, All_Int); in ex_stop()
610 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_stop()
H A Dif_exreg.h101 #define All_Int 0x0f macro