Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dclmpccvar.h60 #define CLMPCC_FLG_START_BREAK 0x0002 macro
Dclmpcc.c658 SET(ch->ch_flags, CLMPCC_FLG_START_BREAK); in clmpccioctl()
996 if ( ISSET(ch->ch_flags, CLMPCC_FLG_START_BREAK | in clmpcc_start()
1000 if ( ISCLR(ch->ch_flags, CLMPCC_FLG_START_BREAK | in clmpcc_start()
1242 if ( ISSET(ch->ch_flags, CLMPCC_FLG_START_BREAK) ) { in clmpcc_txintr()
1243 CLR(ch->ch_flags, CLMPCC_FLG_START_BREAK); in clmpcc_txintr()