Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_core.c41 #define PASS_LIMIT 512 macro
94 if (l == i->head && pass_counter++ > PASS_LIMIT) in serial8250_interrupt()
/linux/drivers/tty/serial/
H A Dserial_txx9.c30 #define PASS_LIMIT 256 macro
359 if (pass_counter++ > PASS_LIMIT) in serial_txx9_interrupt()