Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dserial_reg.h67 #define UART_FCR_R_TRIG_11 0xc0 macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h76 #define UART_FCR_R_TRIG_11 0xc0 macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c149 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_11,
208 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_11 |
3094 return UART_FCR_R_TRIG_11; in bytes_to_fcr_rxtrig()
/openbmc/linux/drivers/tty/serial/
H A Dserial-tegra.c1034 tup->fcr_shadow |= UART_FCR_R_TRIG_11; in tegra_uart_hw_init()