Home
last modified time | relevance | path

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