Searched refs:sio_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 Dserial_txx9.c174 static inline unsigned int sio_in(struct uart_txx9_port *up, int offset) function
200 sio_out(up, offset, sio_in(up, offset) & ~value);
205 sio_out(up, offset, sio_in(up, offset) | value);
260 while ((sio_in(up, TXX9_SIFCR) & TXX9_SIFCR_SWRST) && --tmout)
286 ch = sio_in(up, TXX9_SIRFIFO);
344 disr = sio_in(up, TXX9_SIDISR);
392 status = sio_in(up, TXX9_SIDISR);
393 if (!(sio_in(up, TXX9_SIDICR) & TXX9_SIDICR_TIE))
425 ret = (sio_in(up, TXX9_SICISR) & TXX9_SICISR_TXALS) ? TIOCSER_TEMT : 0;
438 ret |= (sio_in(u
[all...]
H A Dm32r_sio.c241 static unsigned int sio_in(struct uart_sio_port *up, int offset) function
326 ch = sio_in(up, SIORXB);
482 sts = sio_in(up, SIOSTS);
582 sts = sio_in(up, SIOSTS);
1014 status = sio_in(up, SIOSTS);
1052 ier = sio_in(up, SIOTRCR);

Completed in 80 milliseconds