Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c2893 const struct serial8250_config *conf_type = &uart_config[up->port.type]; in fcr_get_rxtrig_bytes() local
2896 bytes = conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(up->fcr)]; in fcr_get_rxtrig_bytes()
2903 const struct serial8250_config *conf_type = &uart_config[up->port.type]; in bytes_to_fcr_rxtrig() local
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()
3025 const struct serial8250_config *conf_type = &uart_config[up->port.type]; in register_dev_spec_attr_grp() local
3027 if (conf_type->rxtrig_bytes[0]) in register_dev_spec_attr_grp()