Home
last modified time | relevance | path

Searched refs:Tx_Int (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/isa/
Dif_ex.c381 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);
Dif_exreg.h92 #define Tx_Int 0x04 macro