Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dns16550.h117 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/openbmc/u-boot/include/linux/
H A Dserial_reg.h76 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h85 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/openbmc/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()
H A Df81534.c609 value = UART_FCR_TRIGGER_8 | UART_FCR_ENABLE_FIFO; /* TL: 8 */ in f81534_set_port_config()
/openbmc/linux/samples/vfio-mdev/
H A Dmtty.c433 case UART_FCR_TRIGGER_8: in handle_bar_write()
/openbmc/linux/drivers/tty/serial/
H A Dsunsu.c820 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_8; in sunsu_change_speed()
/openbmc/linux/drivers/tty/
H A Dmxser.c618 info->FCR |= UART_FCR_TRIGGER_8; in mxser_change_speed()