Home
last modified time | relevance | path

Searched defs:sci_port_params (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/serial/
H A Dsh-sci-common.h64 struct sci_port_params { struct
67 const struct sci_port_params_bits *param_bits; argument
68 unsigned int fifosize;
69 unsigned int overrun_reg;
70 unsigned int overrun_mask;
71 unsigned int sampling_rate_mask;
72 unsigned int error_mask;
73 unsigned int error_clear;
H A Dsh-sci.c123 static const struct sci_port_params sci_port_params[SCIx_NR_REGTYPES] = { variable