Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dserial_reg.h229 #define UART_FCR_PXAR1 0x00 /* receive FIFO threshold = 1 */ macro
/linux-3.4.99/drivers/tty/serial/
Dpxa.c495 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_PXAR1; in serial_pxa_set_termios()