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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dcon3215.c56 #define RAW3215_TIMER_RUNS 64 /* set if the output delay timer is on */ macro
303 if (raw->flags & RAW3215_TIMER_RUNS) {
305 raw->flags &= ~RAW3215_TIMER_RUNS;
330 if (raw->flags & RAW3215_TIMER_RUNS) {
332 raw->flags &= ~RAW3215_TIMER_RUNS;
334 } else if (!(raw->flags & RAW3215_TIMER_RUNS)) {
341 raw->flags |= RAW3215_TIMER_RUNS;

Completed in 76 milliseconds