Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/serial/
Dserial_txx9.c29 #define PASS_LIMIT 256 macro
381 if (pass_counter++ > PASS_LIMIT) in serial_txx9_interrupt()
/linux-5.19.10/drivers/tty/serial/8250/
D8250_core.c58 #define PASS_LIMIT 512 macro
134 if (l == i->head && pass_counter++ > PASS_LIMIT) in serial8250_interrupt()