Lines Matching refs:SCxSR

185 			[SCxSR]		= { 0x04,  8 },
189 .overrun_reg = SCxSR,
205 [SCxSR] = { 0x08, 16 },
211 .overrun_reg = SCxSR,
227 [SCxSR] = { 0x14, 16 },
235 .overrun_reg = SCxSR,
251 [SCxSR] = { 0x14, 16 },
260 .overrun_reg = SCxSR,
277 [SCxSR] = { 0x10, 16 },
304 [SCxSR] = { 0x08, 16 },
329 [SCxSR] = { 0x08, 16 },
351 [SCxSR] = { 0x10, 16 },
376 [SCxSR] = { 0x10, 16 },
402 [SCxSR] = { 0x10, 16 },
432 [SCxSR] = { 0x10, 16 },
456 [SCxSR] = { 0x10, 16 },
483 [SCxSR] = { 0x14, 16 },
489 .overrun_reg = SCxSR,
655 serial_port_out(port, SCxSR, mask); in sci_clear_SCxSR()
659 serial_port_out(port, SCxSR, in sci_clear_SCxSR()
660 serial_port_in(port, SCxSR) & mask); in sci_clear_SCxSR()
663 serial_port_out(port, SCxSR, mask & ~(SCIF_FERC | SCIF_PERC)); in sci_clear_SCxSR()
677 status = serial_port_in(port, SCxSR); in sci_poll_get_char()
691 serial_port_in(port, SCxSR); in sci_poll_get_char()
703 status = serial_port_in(port, SCxSR); in sci_poll_put_char()
776 return !(serial_port_in(port, SCxSR) & SCI_TDRE); in sci_txfill()
798 return (serial_port_in(port, SCxSR) & SCxSR_RDxF(port)) != 0; in sci_rxfill()
813 status = serial_port_in(port, SCxSR); in sci_transmit_chars()
860 status = serial_port_in(port, SCxSR); in sci_receive_chars()
884 status = serial_port_in(port, SCxSR); in sci_receive_chars()
888 status = serial_port_in(port, SCxSR); in sci_receive_chars()
909 serial_port_in(port, SCxSR); /* dummy read */ in sci_receive_chars()
922 serial_port_in(port, SCxSR); /* dummy read */ in sci_receive_chars()
930 unsigned short status = serial_port_in(port, SCxSR); in sci_handle_errors()
995 unsigned short status = serial_port_in(port, SCxSR); in sci_handle_breaks()
1684 u16 ssr = serial_port_in(port, SCxSR); in sci_rx_interrupt()
1698 serial_port_out(port, SCxSR, in sci_rx_interrupt()
1761 unsigned short ssr_status = serial_port_in(port, SCxSR); in sci_er_interrupt()
1776 serial_port_in(port, SCxSR); in sci_er_interrupt()
1801 ssr_status = serial_port_in(port, SCxSR); in sci_mpxed_interrupt()
1803 if (s->params->overrun_reg == SCxSR) in sci_mpxed_interrupt()
1983 unsigned short status = serial_port_in(port, SCxSR); in sci_tx_empty()
2998 while ((serial_port_in(port, SCxSR) & bits) != bits) in serial_console_write()