Lines Matching refs:SCxSR
187 [SCxSR] = { 0x04, 8 },
191 .overrun_reg = SCxSR,
207 [SCxSR] = { 0x08, 16 },
213 .overrun_reg = SCxSR,
229 [SCxSR] = { 0x14, 16 },
237 .overrun_reg = SCxSR,
253 [SCxSR] = { 0x14, 16 },
262 .overrun_reg = SCxSR,
279 [SCxSR] = { 0x10, 16 },
306 [SCxSR] = { 0x08, 16 },
330 [SCxSR] = { 0x08, 16 },
352 [SCxSR] = { 0x10, 16 },
377 [SCxSR] = { 0x10, 16 },
403 [SCxSR] = { 0x10, 16 },
433 [SCxSR] = { 0x10, 16 },
457 [SCxSR] = { 0x10, 16 },
484 [SCxSR] = { 0x14, 16 },
490 .overrun_reg = SCxSR,
648 serial_port_out(port, SCxSR, mask); in sci_clear_SCxSR()
652 serial_port_out(port, SCxSR, in sci_clear_SCxSR()
653 serial_port_in(port, SCxSR) & mask); in sci_clear_SCxSR()
656 serial_port_out(port, SCxSR, mask & ~(SCIF_FERC | SCIF_PERC)); in sci_clear_SCxSR()
670 status = serial_port_in(port, SCxSR); in sci_poll_get_char()
684 serial_port_in(port, SCxSR); in sci_poll_get_char()
696 status = serial_port_in(port, SCxSR); in sci_poll_put_char()
769 return !(serial_port_in(port, SCxSR) & SCI_TDRE); in sci_txfill()
791 return (serial_port_in(port, SCxSR) & SCxSR_RDxF(port)) != 0; in sci_rxfill()
806 status = serial_port_in(port, SCxSR); in sci_transmit_chars()
856 status = serial_port_in(port, SCxSR); in sci_receive_chars()
878 status = serial_port_in(port, SCxSR); in sci_receive_chars()
900 serial_port_in(port, SCxSR); /* dummy read */ in sci_receive_chars()
913 serial_port_in(port, SCxSR); /* dummy read */ in sci_receive_chars()
921 unsigned short status = serial_port_in(port, SCxSR); in sci_handle_errors()
994 unsigned short status = serial_port_in(port, SCxSR); in sci_handle_breaks()
1690 u16 ssr = serial_port_in(port, SCxSR); in sci_rx_interrupt()
1704 serial_port_out(port, SCxSR, in sci_rx_interrupt()
1763 unsigned short ssr_status = serial_port_in(port, SCxSR); in sci_er_interrupt()
1778 serial_port_in(port, SCxSR); in sci_er_interrupt()
1803 ssr_status = serial_port_in(port, SCxSR); in sci_mpxed_interrupt()
1805 if (s->params->overrun_reg == SCxSR) in sci_mpxed_interrupt()
1984 unsigned short status = serial_port_in(port, SCxSR); in sci_tx_empty()
3038 while ((serial_port_in(port, SCxSR) & bits) != bits) in serial_console_write()