Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dsmc91cxxreg.h345 #define IM_TX_EMPTY_INT 0x04 /* No packets left to TX */ macro
H A Dsmc91cxx.c667 IM_TX_INT | IM_TX_EMPTY_INT); in smc91cxx_start()
836 if (status & IM_TX_EMPTY_INT) { in smc91cxx_intr()
837 bus_space_write_1(bst, bsh, INTR_ACK_REG_B, IM_TX_EMPTY_INT); in smc91cxx_intr()
840 mask &= ~IM_TX_EMPTY_INT; in smc91cxx_intr()