Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_port.c71 .rxtrig_bytes = {1, 4, 8, 14},
91 .rxtrig_bytes = {8, 16, 24, 28},
100 .rxtrig_bytes = {1, 16, 32, 56},
113 .rxtrig_bytes = {16, 32, 112, 120},
123 .rxtrig_bytes = {8, 16, 56, 60},
174 .rxtrig_bytes = {1, 4, 8, 14},
216 .rxtrig_bytes = {1, 8, 16, 30},
224 .rxtrig_bytes = {1, 16, 32, 62},
232 .rxtrig_bytes = {1, 32, 64, 126},
253 .rxtrig_bytes = {1, 4, 8, 14},
[all …]
H A D8250.h72 unsigned char rxtrig_bytes[UART_FCR_R_TRIG_MAX_STATE]; member