Home
last modified time | relevance | path

Searched refs:UART_FCR_TRIGGER_1 (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dserial_reg.h83 #define UART_FCR_TRIGGER_1 0x00 /* Mask for trigger set at 1 */ macro
/linux-6.6.21/drivers/mmc/core/
Dsdio_uart.c283 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_1; in sdio_uart_change_speed()
/linux-6.6.21/samples/vfio-mdev/
Dmtty.c425 case UART_FCR_TRIGGER_1: in handle_bar_write()
/linux-6.6.21/drivers/usb/serial/
Df81534.c607 value = UART_FCR_TRIGGER_1 | UART_FCR_ENABLE_FIFO; /* TL: 1 */ in f81534_set_port_config()
/linux-6.6.21/drivers/tty/serial/
Dsunsu.c814 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_1; in sunsu_change_speed()
/linux-6.6.21/drivers/tty/
Dmxser.c612 info->FCR |= UART_FCR_TRIGGER_1; in mxser_change_speed()
/linux-6.6.21/drivers/tty/serial/8250/
D8250_port.c2808 up->fcr |= UART_FCR_TRIGGER_1; in serial8250_do_set_termios()