Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/
Dioc3_serial.c60 #define MAX_CHARS 256 macro
61 #define FIFO_SIZE (MAX_CHARS-1) /* it's a uchar */
1396 unsigned char ch[MAX_CHARS]; in receive_chars()
1414 read_count = do_read(the_port, ch, MAX_CHARS); in receive_chars()