Home
last modified time | relevance | path

Searched refs:UART_FCR_R_TRIG_01 (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dserial_reg.h74 #define UART_FCR_R_TRIG_01 0x40 macro
/linux-6.6.21/drivers/tty/serial/8250/
D8250_port.c101 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_01 |
124 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_01,
133 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_01 |
191 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_01 |
321 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_01,
329 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_01,
/linux-6.6.21/drivers/tty/serial/
Dserial-tegra.c1039 tup->fcr_shadow |= UART_FCR_R_TRIG_01; in tegra_uart_hw_init()
Domap-serial.c811 up->fcr = UART_FCR_R_TRIG_01 | UART_FCR_T_TRIG_01 | in serial_omap_set_termios()