Searched refs:last_strobe (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dserial_txx927.c557 static unsigned long last_strobe; local
562 if ((jiffies - last_strobe) >= RS_STROBE_TIME) {
572 last_strobe = jiffies;
H A Dserial.c1092 static unsigned long last_strobe; local
1097 if ((jiffies - last_strobe) >= RS_STROBE_TIME) {
1123 last_strobe = jiffies;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dserial.c655 static unsigned long last_strobe; local
660 if ((jiffies - last_strobe) >= RS_STROBE_TIME) {
670 last_strobe = jiffies;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/baget/
H A Dvacserial.c2256 static unsigned long last_strobe = 0; local
2261 if ((jiffies - last_strobe) >= RS_STROBE_TIME) {
2283 last_strobe = jiffies;

Completed in 79 milliseconds