Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dhfcpci.c60 static uint poll, tics; variable
1350 if (!tics) in mode_hfcpci()
1357 if (!tics) in mode_hfcpci()
1467 if (!tics) in set_hfcpci_rxtest()
1477 if (!tics) in set_hfcpci_rxtest()
2300 if ((s32)(hfc_jiffies + tics - jiffies) <= 0) in hfcpci_softirq()
2303 hfc_jiffies += tics; in hfcpci_softirq()
2317 tics = (poll * HZ) / 8000; in HFC_init()
2318 if (tics < 1) in HFC_init()
2319 tics = 1; in HFC_init()
[all …]
/Linux-v4.19/drivers/isdn/mISDN/
Ddsp_core.c1121 int tics; in dsp_init() local
1154 tics = (poll * HZ) / 8000; in dsp_init()
1155 if (tics * 8000 == poll * HZ) { in dsp_init()
1156 dsp_tics = tics; in dsp_init()