Lines Matching refs:old_jiffies
131 static unsigned long old_jiffies; in ps2_gpio_irq_rx() local
136 if (old_jiffies == 0) in ps2_gpio_irq_rx()
137 old_jiffies = jiffies; in ps2_gpio_irq_rx()
139 if ((jiffies - old_jiffies) > usecs_to_jiffies(100)) { in ps2_gpio_irq_rx()
144 old_jiffies = jiffies; in ps2_gpio_irq_rx()
208 old_jiffies = 0; in ps2_gpio_irq_rx()
220 old_jiffies = 0; in ps2_gpio_irq_rx()
232 static unsigned long old_jiffies; in ps2_gpio_irq_tx() local
237 if (old_jiffies == 0) in ps2_gpio_irq_tx()
238 old_jiffies = jiffies; in ps2_gpio_irq_tx()
240 if ((jiffies - old_jiffies) > usecs_to_jiffies(100)) { in ps2_gpio_irq_tx()
245 old_jiffies = jiffies; in ps2_gpio_irq_tx()
290 old_jiffies = 0; in ps2_gpio_irq_tx()
306 old_jiffies = 0; in ps2_gpio_irq_tx()