Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dserial_reg.h65 #define UART_FCR_R_TRIG_01 0x40 macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h74 #define UART_FCR_R_TRIG_01 0x40 macro
/openbmc/linux/drivers/tty/serial/8250/
H A 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,
/openbmc/linux/drivers/tty/serial/
H A Dserial-tegra.c1039 tup->fcr_shadow |= UART_FCR_R_TRIG_01; in tegra_uart_hw_init()
H A Domap-serial.c811 up->fcr = UART_FCR_R_TRIG_01 | UART_FCR_T_TRIG_01 | in serial_omap_set_termios()