Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dcon3215.c52 #define RAW3215_TIMER_RUNS 64 /* set if the output delay timer is on */ macro
291 raw->flags &= ~RAW3215_TIMER_RUNS; in raw3215_timeout()
296 !(raw->flags & RAW3215_TIMER_RUNS)) { in raw3215_timeout()
299 raw->flags |= RAW3215_TIMER_RUNS; in raw3215_timeout()
325 !(raw->flags & RAW3215_TIMER_RUNS)) { in raw3215_try_io()
328 raw->flags |= RAW3215_TIMER_RUNS; in raw3215_try_io()