Lines Matching refs:tics
46 static uint poll, tics; variable
1335 if (!tics) in mode_hfcpci()
1342 if (!tics) in mode_hfcpci()
1452 if (!tics) in set_hfcpci_rxtest()
1462 if (!tics) in set_hfcpci_rxtest()
2304 if ((s32)(hfc_jiffies + tics - jiffies) <= 0) in hfcpci_softirq()
2307 hfc_jiffies += tics; in hfcpci_softirq()
2321 tics = (poll * HZ) / 8000; in HFC_init()
2322 if (tics < 1) in HFC_init()
2323 tics = 1; in HFC_init()
2324 poll = (tics * 8000) / HZ; in HFC_init()
2336 hfc_tl.expires = jiffies + tics; in HFC_init()
2340 tics = 0; /* indicate the use of controller's timer */ in HFC_init()