Home
last modified time | relevance | path

Searched refs:UART_FCR_TRIGGER_MASK (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Dserial_reg.h78 #define UART_FCR_TRIGGER_MASK 0xC0 /* Mask for the FIFO trigger range */ macro
97 #define UART_FCR_R_TRIG_BITS(x) (((x)&UART_FCR_TRIGGER_MASK) >> UART_FCR_R_TRIG_SHIFT)
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_port.c2889 up->fcr &= ~UART_FCR_TRIGGER_MASK; in serial8250_do_set_termios()
3281 up->fcr &= ~UART_FCR_TRIGGER_MASK; in do_set_rxtrig()

Completed in 5 milliseconds