Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/isdn/hardware/mISDN/
Dhfcpci.c46 static uint poll, tics; variable
1334 if (!tics) in mode_hfcpci()
1341 if (!tics) in mode_hfcpci()
1451 if (!tics) in set_hfcpci_rxtest()
1461 if (!tics) in set_hfcpci_rxtest()
2298 if ((s32)(hfc_jiffies + tics - jiffies) <= 0) in hfcpci_softirq()
2301 hfc_jiffies += tics; in hfcpci_softirq()
2315 tics = (poll * HZ) / 8000; in HFC_init()
2316 if (tics < 1) in HFC_init()
2317 tics = 1; in HFC_init()
[all …]
/linux-5.19.10/drivers/isdn/mISDN/
Ddsp_core.c1118 int tics; in dsp_init() local
1151 tics = (poll * HZ) / 8000; in dsp_init()
1152 if (tics * 8000 == poll * HZ) { in dsp_init()
1153 dsp_tics = tics; in dsp_init()