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