Home
last modified time | relevance | path

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

/drivers/tty/serial/8250/
D8250_port.c83 .rxtrig_bytes = {1, 4, 8, 14},
103 .rxtrig_bytes = {8, 16, 24, 28},
112 .rxtrig_bytes = {1, 16, 32, 56},
125 .rxtrig_bytes = {16, 32, 112, 120},
135 .rxtrig_bytes = {8, 16, 56, 60},
193 .rxtrig_bytes = {1, 4, 8, 14},
235 .rxtrig_bytes = {1, 8, 16, 30},
243 .rxtrig_bytes = {1, 16, 32, 62},
251 .rxtrig_bytes = {1, 32, 64, 126},
272 .rxtrig_bytes = {1, 4, 8, 14},
[all …]
D8250.h72 unsigned char rxtrig_bytes[UART_FCR_R_TRIG_MAX_STATE]; member