Home
last modified time | relevance | path

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

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