Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dserial_reg.h232 #define UART_FCR_PXAR8 0x40 /* receive FIFO threshold = 8 */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h248 #define UART_FCR_PXAR8 0x40 /* receive FIFO threshold = 8 */ macro
/openbmc/linux/drivers/tty/serial/
H A Dpxa.c429 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_PXAR8; in serial_pxa_set_termios()