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

/netbsd-current/sys/dev/ic/
H A Dclmpccvar.h78 u_char ch_cor4; /* Current Rx Fifo threshold */ member in struct:clmpcc_chan
H A Dclmpcc.c889 ch->ch_cor4 = CLMPCC_COR4_FIFO_LOW;
891 ch->ch_cor4 = CLMPCC_COR4_FIFO_MED;
893 ch->ch_cor4 = CLMPCC_COR4_FIFO_HIGH;
963 if ( ch->ch_cor4 != (r1 & CLMPCC_COR4_FIFO_MASK) ) {
1167 reg = (reg & ~CLMPCC_COR4_FIFO_MASK) | ch->ch_cor4;
1275 if ( etcmode || ftc >= ch->ch_cor4 )

Completed in 190 milliseconds