Home
last modified time | relevance | path

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

/xen/xen/drivers/char/
A Dconsole.c390 #define SERIAL_RX_SIZE 128 macro
391 #define SERIAL_RX_MASK(_i) ((_i)&(SERIAL_RX_SIZE-1))
392 static char serial_rx_ring[SERIAL_RX_SIZE];
514 if ( (serial_rx_prod - serial_rx_cons) != SERIAL_RX_SIZE ) in __serial_rx()
707 if ( (idx + len) > SERIAL_RX_SIZE ) in do_console_io()
708 len = SERIAL_RX_SIZE - idx; in do_console_io()

Completed in 4 milliseconds