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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsh-sci.c149 status = sci_in(port, SCxSR);
160 c = sci_in(port, SCxRDR);
163 sci_in(port, SCxSR);
175 status = sci_in(port, SCxSR);
301 return sci_in(port, SCTFDR) & 0xff;
311 return sci_in(port, SCRFDR) & 0xff;
319 return sci_in(port, SCTFDR) & 0xff;
322 return sci_in(port, SCFDR) >> 8;
341 return sci_in(port, SCRFDR) & 0xff;
344 return sci_in(por
[all...]
H A Dsh-sci.h264 # define SCxSR_RDxF_CLEAR(port) (sci_in(port, SCxSR) & 0xfffc)
265 # define SCxSR_ERROR_CLEAR(port) (sci_in(port, SCxSR) & 0xfd73)
266 # define SCxSR_TDxE_CLEAR(port) (sci_in(port, SCxSR) & 0xffdf)
267 # define SCxSR_BREAK_CLEAR(port) (sci_in(port, SCxSR) & 0xffe3)
487 #define sci_in(port, reg) sci_##reg##_in(port) macro

Completed in 59 milliseconds