Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dns16550.h115 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dserial_reg.h79 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dserial_reg.h79 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_reg.h81 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dserial_reg.h77 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/samples/vfio-mdev/
H A Dmtty.c391 case UART_FCR_TRIGGER_8: in handle_bar_write()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsunsu.c826 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_TRIGGER_8; in sunsu_change_speed()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dmxser.c702 fcr |= UART_FCR_TRIGGER_8; in mxser_change_speed()