HomeSort by: relevance | last modified time | path
    Searched refs:IST_TX_EMPTY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amiga/dev/
if_esreg.h 147 #define IST_TX_EMPTY 0x04 /* TX FIFO empty */
153 #define ACK_TX_EMPTY IST_TX_EMPTY
if_es.c 101 int estxint2 = 0; /* IST_TX active after IST_TX_EMPTY */
104 int estxint5 = 0; /* IST_TX_EMPTY interrupts */
395 if (intact & IST_TX_EMPTY) {
401 ++estxint5; /* count # IST_TX_EMPTY ints */
487 if (smc->b2.ist & IST_TX_EMPTY) {

Completed in 12 milliseconds