Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dserial_reg.h78 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/linux-4.4.14/drivers/usb/serial/
Df81232.c403 val = UART_FCR_TRIGGER_8 | UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | in f81232_port_enable()
/linux-4.4.14/drivers/isdn/hisax/
Delsa_ser.c127 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_8; in change_speed()
/linux-4.4.14/drivers/tty/serial/
Dsunsu.c829 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_8; in sunsu_change_speed()
/linux-4.4.14/drivers/tty/
Dmxser.c701 fcr |= UART_FCR_TRIGGER_8; in mxser_change_speed()