Lines Matching refs:tics
60 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()
2320 poll = (tics * 8000) / HZ; in HFC_init()
2332 hfc_tl.expires = jiffies + tics; in HFC_init()
2336 tics = 0; /* indicate the use of controller's timer */ in HFC_init()