Rx_Int            369 dev/isa/if_ex.c 	ISA_PUT(MASK_REG, All_Int & ~(Rx_Int | Tx_Int));
Rx_Int            526 dev/isa/if_ex.c 			ISA_PUT_2(MASK_REG, All_Int & ~(Rx_Int | Tx_Int));
Rx_Int            607 dev/isa/if_ex.c 	while ((int_status = ISA_GET(STATUS_REG)) & (Tx_Int | Rx_Int)) {
Rx_Int            608 dev/isa/if_ex.c 		if (int_status & Rx_Int) {
Rx_Int            609 dev/isa/if_ex.c 			ISA_PUT(STATUS_REG, Rx_Int);