Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/mISDN/
H A 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()
H A Ddsp.h38 extern int dsp_tics;
H A Ddsp_cmx.c1833 if ((s32)(dsp_spl_jiffies + dsp_tics-jiffies) <= 0)
1836 dsp_spl_jiffies += dsp_tics;