Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
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)
/linux-6.3-rc2/samples/vfio-mdev/
A Dmtty.c398 switch (data & UART_FCR_TRIGGER_MASK) { in handle_bar_write()
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_port.c2789 up->fcr &= ~UART_FCR_TRIGGER_MASK; in serial8250_do_set_termios()
3133 up->fcr &= ~UART_FCR_TRIGGER_MASK; in do_set_rxtrig()

Completed in 11 milliseconds