Home
last modified time | relevance | path

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

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