Home
last modified time | relevance | path

Searched refs:UART_FCR_TRIGGER_MASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h82 #define UART_FCR_TRIGGER_MASK 0xC0 /* Mask for the FIFO trigger range */ macro
101 (((x) & UART_FCR_TRIGGER_MASK) >> UART_FCR_R_TRIG_SHIFT)
/openbmc/u-boot/include/
H A Dns16550.h114 #define UART_FCR_TRIGGER_MASK 0xC0 /* Mask for the FIFO trigger range */ macro
/openbmc/u-boot/include/linux/
H A Dserial_reg.h73 #define UART_FCR_TRIGGER_MASK 0xC0 /* Mask for the FIFO trigger range */ macro
/openbmc/linux/samples/vfio-mdev/
H A Dmtty.c424 switch (data & UART_FCR_TRIGGER_MASK) { in handle_bar_write()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c2810 up->fcr &= ~UART_FCR_TRIGGER_MASK; in serial8250_do_set_termios()
3148 up->fcr &= ~UART_FCR_TRIGGER_MASK; in do_set_rxtrig()