Home
last modified time | relevance | path

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

/drivers/tty/hvc/
Dhvc_console.c63 #define N_INBUF 16 macro
597 char buf[N_INBUF] __ALIGNED__; in hvc_poll()
632 int count = tty_buffer_request_room(&hp->port, N_INBUF); in hvc_poll()