Home
last modified time | relevance | path

Searched refs:UART_FCR_TRIGGER_8 (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dserial_reg.h80 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dserial_reg.h85 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dserial_reg.h56 #define UART_FCR_TRIGGER_8 0x80 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dserial_reg.h43 #define UART_FCR_TRIGGER_8 0x80 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dserial_reg.h56 #define UART_FCR_TRIGGER_8 0x80 macro
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Df81232.c596 val = UART_FCR_TRIGGER_8 | UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | in f81232_port_enable()
H A Df81534.c611 value = UART_FCR_TRIGGER_8 | UART_FCR_ENABLE_FIFO; /* TL: 8 */ in f81534_set_port_config()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsunsu.c826 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_8; in sunsu_change_speed()
/kernel/linux/linux-5.10/samples/vfio-mdev/
H A Dmtty.c391 case UART_FCR_TRIGGER_8: in handle_bar_write()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsunsu.c820 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_8; in sunsu_change_speed()
/kernel/linux/linux-6.6/samples/vfio-mdev/
H A Dmtty.c433 case UART_FCR_TRIGGER_8: in handle_bar_write()
/kernel/linux/linux-6.6/drivers/tty/
H A Dmxser.c618 info->FCR |= UART_FCR_TRIGGER_8; in mxser_change_speed()
/kernel/linux/linux-5.10/drivers/tty/
H A Dmxser.c702 fcr |= UART_FCR_TRIGGER_8; in mxser_change_speed()

Completed in 34 milliseconds