Searched refs:Tx_Int (Results 1 – 2 of 2) sorted by relevance
378 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()
98 #define Tx_Int 0x04 macro