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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dclmpccvar.h60 #define CLMPCC_FLG_START_BREAK 0x0002 macro
H A Dclmpcc.c655 SET(ch->ch_flags, CLMPCC_FLG_START_BREAK);
993 if ( ISSET(ch->ch_flags, CLMPCC_FLG_START_BREAK |
997 if ( ISCLR(ch->ch_flags, CLMPCC_FLG_START_BREAK |
1241 if ( ISSET(ch->ch_flags, CLMPCC_FLG_START_BREAK) ) {
1242 CLR(ch->ch_flags, CLMPCC_FLG_START_BREAK);

Completed in 71 milliseconds