Home
last modified time | relevance | path

Searched refs:UART_FCR_R_TRIG_SHIFT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h99 #define UART_FCR_R_TRIG_SHIFT 6 macro
101 (((x) & UART_FCR_TRIGGER_MASK) >> UART_FCR_R_TRIG_SHIFT)
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c3082 return (--i) << UART_FCR_R_TRIG_SHIFT; in bytes_to_fcr_rxtrig()