Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h60 int coeff_count; /* curren coeff block */ member
H A Dhfcmulti.c1821 coeff = &(hc->chan[ch].coeff[hc->chan[ch].coeff_count * 16]); in hfcmulti_dtmf()
1872 hc->chan[ch].coeff_count++; in hfcmulti_dtmf()
1873 if (hc->chan[ch].coeff_count == 8) { in hfcmulti_dtmf()
1874 hc->chan[ch].coeff_count = 0; in hfcmulti_dtmf()
3421 hc->chan[bch->slot].coeff_count = 0; in deactivate_bchannel()