Searched refs:Rx_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)) {619 if (int_status & Rx_Int) {620 ISA_PUT(STATUS_REG, Rx_Int);
93 #define Rx_Int 0x02 macro