Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dserial_reg.h81 #define UART_FCR_TRIGGER_14 0xC0 /* Mask for trigger set at 14 */ macro
/linux-5.19.10/samples/vfio-mdev/
Dmtty.c397 case UART_FCR_TRIGGER_14: in handle_bar_write()
/linux-5.19.10/drivers/tty/serial/
Dsunsu.c818 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_14; in sunsu_change_speed()
/linux-5.19.10/drivers/tty/
Dmxser.c619 info->FCR |= UART_FCR_TRIGGER_14; in mxser_change_speed()