Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dcon3215.c51 #define RAW3215_TIMER_RUNS 64 /* set if the output delay timer is on */ macro
291 raw->flags &= ~RAW3215_TIMER_RUNS; in raw3215_timeout()
297 !(raw->flags & RAW3215_TIMER_RUNS)) { in raw3215_timeout()
300 raw->flags |= RAW3215_TIMER_RUNS; in raw3215_timeout()
327 !(raw->flags & RAW3215_TIMER_RUNS)) { in raw3215_try_io()
330 raw->flags |= RAW3215_TIMER_RUNS; in raw3215_try_io()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds