Home
last modified time | relevance | path

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

/NextBSD/sys/dev/digi/
HDdigireg.h143 #define EMPTYTX_IND 0x04 macro
150 #define ALL_IND (BREAK_IND|LOWTX_IND|EMPTYTX_IND|DATA_IND|MODEMCHG_IND)
HDdigi.c1292 if (event.event & (LOWTX_IND | EMPTYTX_IND)) { in digi_intr()
1296 event.event & EMPTYTX_IND ? " EMPTYTX" : "")); in digi_intr()