Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dserial_reg.h251 #define UART_FCR_PXAR32 0xc0 /* receive FIFO threshold = 32 */ macro
/linux/drivers/tty/serial/
H A Dpxa.c431 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_PXAR32; in serial_pxa_set_termios()