Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dserial_reg.h86 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/linux/drivers/usb/serial/
H A Df81232.c573 val = UART_FCR_TRIGGER_8 | UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | in f81232_port_enable()
/linux/drivers/tty/serial/
H A Dsunsu.c797 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_8; in sunsu_change_speed()
/linux/samples/vfio-mdev/
H A Dmtty.c464 case UART_FCR_TRIGGER_8: in handle_bar_write()
/linux/drivers/tty/
H A Dmxser.c615 info->FCR |= UART_FCR_TRIGGER_8; in mxser_change_speed()