Searched refs:rxtrig_bytes (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_port.c | 86 .rxtrig_bytes = {1, 4, 8, 14}, 106 .rxtrig_bytes = {8, 16, 24, 28}, 115 .rxtrig_bytes = {1, 16, 32, 56}, 137 .rxtrig_bytes = {8, 16, 56, 60}, 195 .rxtrig_bytes = {1, 4, 8, 14}, 269 .rxtrig_bytes = {1, 4, 8, 14}, 2534 bytes = conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(up->fcr)]; in fcr_get_rxtrig_bytes() 2544 if (!conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(UART_FCR_R_TRIG_00)]) in bytes_to_fcr_rxtrig() 2548 if (bytes < conf_type->rxtrig_bytes[i]) in bytes_to_fcr_rxtrig() 2571 int rxtrig_bytes; in do_serial8250_get_rxtrig() local [all …]
|
D | 8250.h | 68 unsigned char rxtrig_bytes[UART_FCR_R_TRIG_MAX_STATE]; member
|