Lines Matching refs:SCxSR
184 [SCxSR] = { 0x04, 8 },
188 .overrun_reg = SCxSR,
204 [SCxSR] = { 0x08, 16 },
210 .overrun_reg = SCxSR,
226 [SCxSR] = { 0x14, 16 },
234 .overrun_reg = SCxSR,
250 [SCxSR] = { 0x14, 16 },
259 .overrun_reg = SCxSR,
276 [SCxSR] = { 0x10, 16 },
303 [SCxSR] = { 0x08, 16 },
328 [SCxSR] = { 0x08, 16 },
350 [SCxSR] = { 0x10, 16 },
375 [SCxSR] = { 0x10, 16 },
401 [SCxSR] = { 0x10, 16 },
431 [SCxSR] = { 0x10, 16 },
455 [SCxSR] = { 0x10, 16 },
482 [SCxSR] = { 0x14, 16 },
488 .overrun_reg = SCxSR,
654 serial_port_out(port, SCxSR, mask); in sci_clear_SCxSR()
658 serial_port_out(port, SCxSR, in sci_clear_SCxSR()
659 serial_port_in(port, SCxSR) & mask); in sci_clear_SCxSR()
662 serial_port_out(port, SCxSR, mask & ~(SCIF_FERC | SCIF_PERC)); in sci_clear_SCxSR()
676 status = serial_port_in(port, SCxSR); in sci_poll_get_char()
690 serial_port_in(port, SCxSR); in sci_poll_get_char()
702 status = serial_port_in(port, SCxSR); in sci_poll_put_char()
775 return !(serial_port_in(port, SCxSR) & SCI_TDRE); in sci_txfill()
797 return (serial_port_in(port, SCxSR) & SCxSR_RDxF(port)) != 0; in sci_rxfill()
812 status = serial_port_in(port, SCxSR); in sci_transmit_chars()
859 status = serial_port_in(port, SCxSR); in sci_receive_chars()
883 status = serial_port_in(port, SCxSR); in sci_receive_chars()
887 status = serial_port_in(port, SCxSR); in sci_receive_chars()
910 serial_port_in(port, SCxSR); /* dummy read */ in sci_receive_chars()
923 serial_port_in(port, SCxSR); /* dummy read */ in sci_receive_chars()
931 unsigned short status = serial_port_in(port, SCxSR); in sci_handle_errors()
1004 unsigned short status = serial_port_in(port, SCxSR); in sci_handle_breaks()
1700 u16 ssr = serial_port_in(port, SCxSR); in sci_rx_interrupt()
1714 serial_port_out(port, SCxSR, in sci_rx_interrupt()
1777 unsigned short ssr_status = serial_port_in(port, SCxSR); in sci_er_interrupt()
1792 serial_port_in(port, SCxSR); in sci_er_interrupt()
1817 ssr_status = serial_port_in(port, SCxSR); in sci_mpxed_interrupt()
1819 if (s->params->overrun_reg == SCxSR) in sci_mpxed_interrupt()
1999 unsigned short status = serial_port_in(port, SCxSR); in sci_tx_empty()
3025 while ((serial_port_in(port, SCxSR) & bits) != bits) in serial_console_write()