Home
last modified time | relevance | path

Searched refs:Tx_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()
560 CSR_WRITE_1(sc, MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); in ex_start_locked()
635 (int_status = CSR_READ_1(sc, STATUS_REG)) & (Tx_Int | Rx_Int)) { in ex_intr()
642 } else if (int_status & Tx_Int) { in ex_intr()
643 CSR_WRITE_1(sc, STATUS_REG, Tx_Int); in ex_intr()
H A Dif_exreg.h98 #define Tx_Int 0x04 macro