Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dserial_reg.h243 #define UART_FCR_PXAR8 0x40 /* receive FIFO threshold = 8 */ macro
/linux-6.1.9/drivers/tty/serial/
Dpxa.c452 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_PXAR8; in serial_pxa_set_termios()