Searched refs:rxtrig_bytes (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/tty/serial/8250/ |
D | 8250_port.c | 87 .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 …]
|
D | 8250.h | 69 unsigned char rxtrig_bytes[UART_FCR_R_TRIG_MAX_STATE]; member
|