Searched refs:rxtrig_bytes (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/tty/serial/8250/ |
D | 8250_port.c | 82 .rxtrig_bytes = {1, 4, 8, 14}, 102 .rxtrig_bytes = {8, 16, 24, 28}, 111 .rxtrig_bytes = {1, 16, 32, 56}, 124 .rxtrig_bytes = {16, 32, 112, 120}, 134 .rxtrig_bytes = {8, 16, 56, 60}, 192 .rxtrig_bytes = {1, 4, 8, 14}, 234 .rxtrig_bytes = {1, 8, 16, 30}, 242 .rxtrig_bytes = {1, 16, 32, 62}, 250 .rxtrig_bytes = {1, 32, 64, 126}, 271 .rxtrig_bytes = {1, 4, 8, 14}, [all …]
|
D | 8250.h | 72 unsigned char rxtrig_bytes[UART_FCR_R_TRIG_MAX_STATE]; member
|