Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsh-sci.c138 static const struct plat_sci_reg sci_regmap[SCIx_NR_REGTYPES][SCIx_NR_REGS] = { variable
381 #define sci_getreg(up, offset) (sci_regmap[to_sci_port(up)->cfg->regtype] + offset)
626 const struct plat_sci_reg *reg = sci_regmap[s->cfg->regtype] + SCSPTR; in sci_init_pins()
1768 const struct plat_sci_reg *reg = sci_regmap[s->cfg->regtype] + SCSPTR; in sci_break_ctl()