Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/8250/
D8250_port.c87 .rxtrig_bytes = {1, 4, 8, 14},
107 .rxtrig_bytes = {8, 16, 24, 28},
116 .rxtrig_bytes = {1, 16, 32, 56},
138 .rxtrig_bytes = {8, 16, 56, 60},
196 .rxtrig_bytes = {1, 4, 8, 14},
238 .rxtrig_bytes = {1, 8, 16, 30},
246 .rxtrig_bytes = {1, 16, 32, 62},
254 .rxtrig_bytes = {1, 32, 64, 126},
275 .rxtrig_bytes = {1, 4, 8, 14},
284 .rxtrig_bytes = {1, 4, 8, 14},
[all …]
D8250.h69 unsigned char rxtrig_bytes[UART_FCR_R_TRIG_MAX_STATE]; member