Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c164 .rxtrig_bytes = {1, 4, 8, 14},
184 .rxtrig_bytes = {8, 16, 24, 28},
193 .rxtrig_bytes = {1, 16, 32, 56},
215 .rxtrig_bytes = {8, 16, 56, 60},
273 .rxtrig_bytes = {1, 4, 8, 14},
347 .rxtrig_bytes = {1, 4, 8, 14},
2896 bytes = conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(up->fcr)]; in fcr_get_rxtrig_bytes()
2906 if (!conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(UART_FCR_R_TRIG_00)]) in bytes_to_fcr_rxtrig()
2910 if (bytes < conf_type->rxtrig_bytes[i]) in bytes_to_fcr_rxtrig()
2933 int rxtrig_bytes; in do_serial8250_get_rxtrig() local
[all …]
D8250.h68 unsigned char rxtrig_bytes[UART_FCR_R_TRIG_MAX_STATE]; member