Lines Matching refs:tics
60 static uint poll, tics; variable
1348 if (!tics) in mode_hfcpci()
1355 if (!tics) in mode_hfcpci()
1465 if (!tics) in set_hfcpci_rxtest()
1475 if (!tics) in set_hfcpci_rxtest()
2302 if ((s32)(hfc_jiffies + tics - jiffies) <= 0) in hfcpci_softirq()
2305 hfc_jiffies += tics; in hfcpci_softirq()
2319 tics = (poll * HZ) / 8000; in HFC_init()
2320 if (tics < 1) in HFC_init()
2321 tics = 1; in HFC_init()
2322 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()