Symbol: SCxSR
drivers/tty/serial/sh-sci.c
1003
return (sci_serial_in(port, SCxSR) & SCxSR_RDxF(port)) != 0;
drivers/tty/serial/sh-sci.c
1019
status = sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
1079
status = sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
1103
status = sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
1107
status = sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
1128
sci_serial_in(port, SCxSR); /* dummy read */
drivers/tty/serial/sh-sci.c
1141
sci_serial_in(port, SCxSR); /* dummy read */
drivers/tty/serial/sh-sci.c
1230
unsigned short status = sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
1953
u16 ssr = sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
1973
sci_serial_out(port, SCxSR,
drivers/tty/serial/sh-sci.c
2058
unsigned short ssr_status = sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
2073
sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
2098
ssr_status = sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
2100
if (s->params->overrun_reg == SCxSR)
drivers/tty/serial/sh-sci.c
2280
unsigned short status = sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
274
.status = SCxSR,
drivers/tty/serial/sh-sci.c
308
[SCxSR] = { 0x04, 8 },
drivers/tty/serial/sh-sci.c
312
.overrun_reg = SCxSR,
drivers/tty/serial/sh-sci.c
330
[SCxSR] = { 0x08, 16 },
drivers/tty/serial/sh-sci.c
336
.overrun_reg = SCxSR,
drivers/tty/serial/sh-sci.c
354
[SCxSR] = { 0x14, 16 },
drivers/tty/serial/sh-sci.c
362
.overrun_reg = SCxSR,
drivers/tty/serial/sh-sci.c
380
[SCxSR] = { 0x14, 16 },
drivers/tty/serial/sh-sci.c
389
.overrun_reg = SCxSR,
drivers/tty/serial/sh-sci.c
408
[SCxSR] = { 0x10, 16 },
drivers/tty/serial/sh-sci.c
437
[SCxSR] = { 0x08, 16 },
drivers/tty/serial/sh-sci.c
470
[SCxSR] = { 0x08, 16 },
drivers/tty/serial/sh-sci.c
497
[SCxSR] = { 0x08, 16 },
drivers/tty/serial/sh-sci.c
521
[SCxSR] = { 0x10, 16 },
drivers/tty/serial/sh-sci.c
548
[SCxSR] = { 0x10, 16 },
drivers/tty/serial/sh-sci.c
576
[SCxSR] = { 0x10, 16 },
drivers/tty/serial/sh-sci.c
608
[SCxSR] = { 0x10, 16 },
drivers/tty/serial/sh-sci.c
634
[SCxSR] = { 0x10, 16 },
drivers/tty/serial/sh-sci.c
663
[SCxSR] = { 0x14, 16 },
drivers/tty/serial/sh-sci.c
669
.overrun_reg = SCxSR,
drivers/tty/serial/sh-sci.c
858
sci_serial_out(port, SCxSR, mask);
drivers/tty/serial/sh-sci.c
862
sci_serial_out(port, SCxSR, sci_serial_in(port, SCxSR) & mask);
drivers/tty/serial/sh-sci.c
865
sci_serial_out(port, SCxSR, mask & ~(SCIF_FERC | SCIF_PERC));
drivers/tty/serial/sh-sci.c
880
status = sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
894
sci_serial_in(port, SCxSR);
drivers/tty/serial/sh-sci.c
981
return !(sci_serial_in(port, SCxSR) & SCI_TDRE);