Home
last modified time | relevance | path

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

/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.h68 #define UART_FCR_R_TRIG_01 0x40 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.h68 #define UART_FCR_R_TRIG_01 0x40 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_reg.h70 #define UART_FCR_R_TRIG_01 0x40 macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dserial_reg.h66 #define UART_FCR_R_TRIG_01 0x40 macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_port.c105 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_01 |
128 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_01,
137 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_01 |
195 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_01 |
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial-tegra.c1031 tup->fcr_shadow |= UART_FCR_R_TRIG_01; in tegra_uart_hw_init()
H A Domap-serial.c892 up->fcr = UART_FCR_R_TRIG_01 | UART_FCR_T_TRIG_01 | in serial_omap_set_termios()