Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dserial_reg.h80 #define UART_FCR_TRIGGER_14 0xC0 /* Mask for trigger set at 14 */ macro
/Linux-v4.19/samples/vfio-mdev/
Dmtty.c413 case UART_FCR_TRIGGER_14: in handle_bar_write()
/Linux-v4.19/drivers/tty/serial/
Dsunsu.c827 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_14; in sunsu_change_speed()
/Linux-v4.19/drivers/tty/
Dmxser.c706 fcr |= UART_FCR_TRIGGER_14; in mxser_change_speed()