Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/8250/
H A D8250_port.c79 .rxtrig_bytes = {1, 4, 8, 14},
99 .rxtrig_bytes = {8, 16, 24, 28},
108 .rxtrig_bytes = {1, 16, 32, 56},
182 .rxtrig_bytes = {1, 4, 8, 14},
261 .rxtrig_bytes = {1, 4, 8, 14},
270 .rxtrig_bytes = {1, 4, 8, 14},
3086 int rxtrig_bytes; in do_serial8250_get_rxtrig() local
3092 return rxtrig_bytes; in do_serial8250_get_rxtrig()
3099 int rxtrig_bytes; in rx_trig_bytes_show() local
3102 if (rxtrig_bytes < 0) in rx_trig_bytes_show()
[all …]
H A D8250.h72 unsigned char rxtrig_bytes[UART_FCR_R_TRIG_MAX_STATE]; member