SCxSR             187 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x04,  8 },
SCxSR             191 drivers/tty/serial/sh-sci.c 		.overrun_reg = SCxSR,
SCxSR             207 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x08, 16 },
SCxSR             213 drivers/tty/serial/sh-sci.c 		.overrun_reg = SCxSR,
SCxSR             229 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x14, 16 },
SCxSR             237 drivers/tty/serial/sh-sci.c 		.overrun_reg = SCxSR,
SCxSR             253 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x14, 16 },
SCxSR             262 drivers/tty/serial/sh-sci.c 		.overrun_reg = SCxSR,
SCxSR             279 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x10, 16 },
SCxSR             306 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x08, 16 },
SCxSR             330 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x08, 16 },
SCxSR             352 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x10, 16 },
SCxSR             377 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x10, 16 },
SCxSR             403 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x10, 16 },
SCxSR             433 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x10, 16 },
SCxSR             457 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x10, 16 },
SCxSR             484 drivers/tty/serial/sh-sci.c 			[SCxSR]		= { 0x14, 16 },
SCxSR             490 drivers/tty/serial/sh-sci.c 		.overrun_reg = SCxSR,
SCxSR             648 drivers/tty/serial/sh-sci.c 		serial_port_out(port, SCxSR, mask);
SCxSR             652 drivers/tty/serial/sh-sci.c 		serial_port_out(port, SCxSR,
SCxSR             653 drivers/tty/serial/sh-sci.c 				serial_port_in(port, SCxSR) & mask);
SCxSR             656 drivers/tty/serial/sh-sci.c 		serial_port_out(port, SCxSR, mask & ~(SCIF_FERC | SCIF_PERC));
SCxSR             670 drivers/tty/serial/sh-sci.c 		status = serial_port_in(port, SCxSR);
SCxSR             684 drivers/tty/serial/sh-sci.c 	serial_port_in(port, SCxSR);
SCxSR             696 drivers/tty/serial/sh-sci.c 		status = serial_port_in(port, SCxSR);
SCxSR             769 drivers/tty/serial/sh-sci.c 	return !(serial_port_in(port, SCxSR) & SCI_TDRE);
SCxSR             791 drivers/tty/serial/sh-sci.c 	return (serial_port_in(port, SCxSR) & SCxSR_RDxF(port)) != 0;
SCxSR             806 drivers/tty/serial/sh-sci.c 	status = serial_port_in(port, SCxSR);
SCxSR             856 drivers/tty/serial/sh-sci.c 	status = serial_port_in(port, SCxSR);
SCxSR             880 drivers/tty/serial/sh-sci.c 					status = serial_port_in(port, SCxSR);
SCxSR             884 drivers/tty/serial/sh-sci.c 					status = serial_port_in(port, SCxSR);
SCxSR             907 drivers/tty/serial/sh-sci.c 		serial_port_in(port, SCxSR); /* dummy read */
SCxSR             920 drivers/tty/serial/sh-sci.c 		serial_port_in(port, SCxSR); /* dummy read */
SCxSR             928 drivers/tty/serial/sh-sci.c 	unsigned short status = serial_port_in(port, SCxSR);
SCxSR            1001 drivers/tty/serial/sh-sci.c 	unsigned short status = serial_port_in(port, SCxSR);
SCxSR            1697 drivers/tty/serial/sh-sci.c 		u16 ssr = serial_port_in(port, SCxSR);
SCxSR            1711 drivers/tty/serial/sh-sci.c 		serial_port_out(port, SCxSR,
SCxSR            1770 drivers/tty/serial/sh-sci.c 		unsigned short ssr_status = serial_port_in(port, SCxSR);
SCxSR            1785 drivers/tty/serial/sh-sci.c 			serial_port_in(port, SCxSR);
SCxSR            1810 drivers/tty/serial/sh-sci.c 	ssr_status = serial_port_in(port, SCxSR);
SCxSR            1812 drivers/tty/serial/sh-sci.c 	if (s->params->overrun_reg == SCxSR)
SCxSR            1991 drivers/tty/serial/sh-sci.c 	unsigned short status = serial_port_in(port, SCxSR);
SCxSR            3045 drivers/tty/serial/sh-sci.c 	while ((serial_port_in(port, SCxSR) & bits) != bits)