to_sci_port       498 drivers/tty/serial/sh-sci.c #define sci_getreg(up, offset)		(&to_sci_port(up)->params->regs[offset])
to_sci_port       570 drivers/tty/serial/sh-sci.c 	return SCSCR_RIE | (to_sci_port(port)->cfg->scscr & SCSCR_REIE);
to_sci_port       575 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port       649 drivers/tty/serial/sh-sci.c 	} else if (to_sci_port(port)->params->overrun_mask == SCIFA_ORER) {
to_sci_port       707 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port       723 drivers/tty/serial/sh-sci.c 		if (to_sci_port(port)->has_rtscts) {
to_sci_port       757 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port       779 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port       930 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port       972 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      1106 drivers/tty/serial/sh-sci.c 	struct sci_port *sci = to_sci_port(port);
to_sci_port      1116 drivers/tty/serial/sh-sci.c 	struct sci_port *sci = to_sci_port(port);
to_sci_port      1138 drivers/tty/serial/sh-sci.c 	struct sci_port *sci = to_sci_port(port);
to_sci_port      1155 drivers/tty/serial/sh-sci.c 	struct sci_port *sci = to_sci_port(port);
to_sci_port      1568 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      1654 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      1664 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      1692 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      1766 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      1807 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      2051 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      2096 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      2122 drivers/tty/serial/sh-sci.c 	mctrl_gpio_enable_ms(to_sci_port(port)->gpios);
to_sci_port      2158 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      2176 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      2183 drivers/tty/serial/sh-sci.c 	mctrl_gpio_disable_ms(to_sci_port(port)->gpios);
to_sci_port      2341 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      2378 drivers/tty/serial/sh-sci.c 	struct sci_port *s = to_sci_port(port);
to_sci_port      2646 drivers/tty/serial/sh-sci.c 	struct sci_port *sci_port = to_sci_port(port);
to_sci_port      2680 drivers/tty/serial/sh-sci.c 	struct sci_port *sport = to_sci_port(port);
to_sci_port      2708 drivers/tty/serial/sh-sci.c 	struct sci_port *sport = to_sci_port(port);
to_sci_port      2721 drivers/tty/serial/sh-sci.c 	struct sci_port *sport = to_sci_port(port);
to_sci_port      2743 drivers/tty/serial/sh-sci.c 		struct sci_port *sport = to_sci_port(port);
to_sci_port       168 drivers/tty/serial/sh-sci.h #define SCxSR_ERRORS(port)	(to_sci_port(port)->params->error_mask)
to_sci_port       173 drivers/tty/serial/sh-sci.h 	(to_sci_port(port)->params->error_clear)