Searched refs:MAX_CHARS (Results 1 – 1 of 1) sorted by relevance
57 #define MAX_CHARS 256 macro58 #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()