Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c48 static unsigned long hfc_jiffies; variable
2303 if ((s32)(hfc_jiffies + tics - jiffies) <= 0) in hfcpci_softirq()
2304 hfc_jiffies = jiffies + 1; in hfcpci_softirq()
2306 hfc_jiffies += tics; in hfcpci_softirq()
2307 hfc_tl.expires = hfc_jiffies; in hfcpci_softirq()
2336 hfc_jiffies = hfc_tl.expires; in HFC_init()