Searched refs:Tx_Int (Results 1 – 2 of 2) sorted by relevance
381 ISA_PUT(MASK_REG, All_Int & ~(Rx_Int | Tx_Int));538 ISA_PUT_2(MASK_REG, All_Int & ~(Rx_Int | Tx_Int));618 while ((int_status = ISA_GET(STATUS_REG)) & (Tx_Int | Rx_Int)) {623 } else if (int_status & Tx_Int) {624 ISA_PUT(STATUS_REG, Tx_Int);
92 #define Tx_Int 0x04 macro