Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dm32r_sio.c68 #define PASS_LIMIT 256 macro
487 if (l == i->head && pass_counter++ > PASS_LIMIT) { in m32r_sio_interrupt()
Dserial_txx9.c39 #define PASS_LIMIT 256 macro
406 if (pass_counter++ > PASS_LIMIT) in serial_txx9_interrupt()
/drivers/tty/serial/8250/
D8250_core.c61 #define PASS_LIMIT 512 macro
137 if (l == i->head && pass_counter++ > PASS_LIMIT) { in serial8250_interrupt()