Lines Matching full:sclsr
80 SCLSR, /* Line Status Register */ enumerator
174 /* SCLSR (Line Status Register) on (H)SCIF */
413 [SCLSR] = { 0x24, 16 },
416 .overrun_reg = SCLSR,
442 [SCLSR] = { 0x12, 16 },
446 .overrun_reg = SCLSR,
475 [SCLSR] = { 0x12, 16 },
479 .overrun_reg = SCLSR,
503 .overrun_reg = SCLSR,
526 [SCLSR] = { 0x24, 16 },
529 .overrun_reg = SCLSR,
553 [SCLSR] = { 0x24, 16 },
558 .overrun_reg = SCLSR,
581 [SCLSR] = { 0x24, 16 },
589 .overrun_reg = SCLSR,
612 [SCLSR] = { 0x24, 16 },
615 .overrun_reg = SCLSR,
641 [SCLSR] = { 0x28, 16 },
644 .overrun_reg = SCLSR,
654 * SH7705-style SCIF(B) ports, lacking both SCSPTR and SCLSR
2659 if (sci_getreg(port, SCLSR)->size) { in sci_reset()
2660 status = sci_serial_in(port, SCLSR); in sci_reset()
2662 sci_serial_out(port, SCLSR, status); in sci_reset()