Home
last modified time | relevance | path

Searched refs:Rx_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()
639 if (int_status & Rx_Int) { in ex_intr()
640 CSR_WRITE_1(sc, STATUS_REG, Rx_Int); in ex_intr()
H A Dif_exreg.h99 #define Rx_Int 0x02 macro