Home
last modified time | relevance | path

Searched refs:dsp_tics (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/isdn/mISDN/
Ddsp_core.c184 int dsp_poll, dsp_tics; variable
1140 dsp_tics = poll * HZ / 8000; in dsp_init()
1141 if (dsp_tics * 8000 != poll * HZ) { in dsp_init()
1153 dsp_tics = tics; in dsp_init()
1170 "%d jiffies.\n", dsp_poll, dsp_tics); in dsp_init()
1199 dsp_spl_tl.expires = jiffies + dsp_tics; in dsp_init()
Ddsp.h38 extern int dsp_tics;
Ddsp_cmx.c1844 if ((s32)(dsp_spl_jiffies + dsp_tics-jiffies) <= 0)
1847 dsp_spl_jiffies += dsp_tics;