Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dserial_reg.h236 #define UART_FCR_HSU_64_32B 0x80 /* receive FIFO treshold = 32 */ macro
/linux-2.6.39/drivers/tty/serial/
Dmfd.c960 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_HSU_64_32B; in serial_hsu_set_termios()