Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dioc4_serial.c323 #define IOC4_MAX_CHARS 256 macro
2344 unsigned char ch[IOC4_MAX_CHARS]; in receive_chars()
2345 int read_count, request_count = IOC4_MAX_CHARS; in receive_chars()
2356 request_count = tty_buffer_request_room(&state->port, IOC4_MAX_CHARS); in receive_chars()