Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c57 #define MAX_CHARS 256 macro
58 #define FIFO_SIZE (MAX_CHARS-1) /* it's a uchar */
1393 unsigned char ch[MAX_CHARS]; in receive_chars()
1408 read_count = do_read(the_port, ch, MAX_CHARS); in receive_chars()