Home
last modified time | relevance | path

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

/linux-6.1.9/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()
2303 if ((s32)(hfc_jiffies + tics - jiffies) <= 0) in hfcpci_softirq()
2306 hfc_jiffies += tics; in hfcpci_softirq()
2320 tics = (poll * HZ) / 8000; in HFC_init()
2321 if (tics < 1) in HFC_init()
2322 tics = 1; in HFC_init()
[all …]
/linux-6.1.9/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()