Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/8250/
D8250_port.c94 .rxtrig_bytes = {1, 4, 8, 14},
114 .rxtrig_bytes = {8, 16, 24, 28},
123 .rxtrig_bytes = {1, 16, 32, 56},
145 .rxtrig_bytes = {8, 16, 56, 60},
203 .rxtrig_bytes = {1, 4, 8, 14},
245 .rxtrig_bytes = {1, 8, 16, 30},
253 .rxtrig_bytes = {1, 16, 32, 62},
261 .rxtrig_bytes = {1, 32, 64, 126},
282 .rxtrig_bytes = {1, 4, 8, 14},
291 .rxtrig_bytes = {1, 4, 8, 14},
[all …]
D8250.h67 unsigned char rxtrig_bytes[UART_FCR_R_TRIG_MAX_STATE]; member