Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_port.c84 .rxtrig_bytes = {1, 4, 8, 14},
104 .rxtrig_bytes = {8, 16, 24, 28},
113 .rxtrig_bytes = {1, 16, 32, 56},
126 .rxtrig_bytes = {16, 32, 112, 120},
136 .rxtrig_bytes = {8, 16, 56, 60},
194 .rxtrig_bytes = {1, 4, 8, 14},
236 .rxtrig_bytes = {1, 8, 16, 30},
244 .rxtrig_bytes = {1, 16, 32, 62},
252 .rxtrig_bytes = {1, 32, 64, 126},
273 .rxtrig_bytes = {1, 4, 8, 14},
[all …]
D8250.h69 unsigned char rxtrig_bytes[UART_FCR_R_TRIG_MAX_STATE]; member