Home
last modified time | relevance | path

Searched refs:sci_in (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/serial/
A Dserial_sh.c27 return sci_in(port, SCRFDR) & 0xff; in scif_rxfill()
35 return sci_in(port, SCRFDR) & 0xff; in scif_rxfill()
44 return sci_in(port, SCFDR) & SCIF_RFDC_MASK; in scif_rxfill()
55 sci_in(port, SCFCR); in sh_serial_init_generic()
77 sci_in(port, SCxSR); in handle_error()
79 sci_in(port, SCLSR); in handle_error()
102 if (sci_in(port, SCxSR) & SCIF_ERRORS) { in sh_serial_tstc_generic()
114 status = sci_in(port, SCxSR); in serial_getc_check()
118 if (sci_in(port, SCLSR) & SCxSR_ORER(port)) in serial_getc_check()
134 ch = sci_in(port, SCxRDR); in sh_serial_getc_generic()
[all …]
A Dserial_sh.h202 # define SCxSR_RDxF_CLEAR(port) (sci_in(port, SCxSR) & 0xfffc)
203 # define SCxSR_ERROR_CLEAR(port) (sci_in(port, SCxSR) & 0xfd73)
204 # define SCxSR_TDxE_CLEAR(port) (sci_in(port, SCxSR) & 0xffdf)
205 # define SCxSR_BREAK_CLEAR(port) (sci_in(port, SCxSR) & 0xffe3)
424 #define sci_in(port, reg) sci_##reg##_in(port) macro

Completed in 6 milliseconds