Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dm32r_sio.c70 #define PASS_LIMIT 256 macro
502 if (l == i->head && pass_counter++ > PASS_LIMIT) { in m32r_sio_interrupt()
Dserial_txx9.c39 #define PASS_LIMIT 256 macro
413 if (pass_counter++ > PASS_LIMIT) in serial_txx9_interrupt()
D8250.c86 #define PASS_LIMIT 256 macro
1647 if (l == i->head && pass_counter++ > PASS_LIMIT) { in serial8250_interrupt()