Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/isdn/hardware/mISDN/
Dhfcpci.c59 static uint poll, tics; variable
1349 if (!tics) in mode_hfcpci()
1356 if (!tics) in mode_hfcpci()
1466 if (!tics) in set_hfcpci_rxtest()
1476 if (!tics) in set_hfcpci_rxtest()
2324 if ((s32)(hfc_jiffies + tics - jiffies) <= 0) in hfcpci_softirq()
2327 hfc_jiffies += tics; in hfcpci_softirq()
2341 tics = (poll * HZ) / 8000; in HFC_init()
2342 if (tics < 1) in HFC_init()
2343 tics = 1; in HFC_init()
[all …]
/linux-2.6.39/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()