Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_port.c85 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
114 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10 |
146 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
160 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
167 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
174 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
188 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
204 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
238 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
246 .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
[all …]
/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.h69 #define UART_FCR_R_TRIG_10 0x80 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.h69 #define UART_FCR_R_TRIG_10 0x80 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_reg.h71 #define UART_FCR_R_TRIG_10 0x80 macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dserial_reg.h67 #define UART_FCR_R_TRIG_10 0x80 macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dvr41xx_siu.c534 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10; in siu_set_termios()
H A Dserial-tegra.c1029 tup->fcr_shadow |= UART_FCR_R_TRIG_10; in tegra_uart_hw_init()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c298 fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10; in sdio_uart_change_speed()