Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dstrip.c263 unsigned long pps_timer; /* Timer to determine pps */ member
1292 strip_info->pps_timer = jiffies; in ResetRadio()
1657 if (jiffies - strip_info->pps_timer > HZ) in strip_xmit()
1659 unsigned long t = jiffies - strip_info->pps_timer; in strip_xmit()
1664 strip_info->pps_timer = jiffies; in strip_xmit()