Searched refs:sio_in (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
H A D | serial_txx9.c | 173 static inline unsigned int sio_in(struct uart_txx9_port *up, int offset) sio_in() function 199 sio_out(up, offset, sio_in(up, offset) & ~value); sio_mask() 204 sio_out(up, offset, sio_in(up, offset) | value); sio_set() 256 while ((sio_in(up, TXX9_SIFCR) & TXX9_SIFCR_SWRST) && --tmout) serial_txx9_initialize() 281 ch = sio_in(up, TXX9_SIRFIFO); receive_chars() 339 disr = sio_in(up, TXX9_SIDISR); receive_chars() 387 status = sio_in(up, TXX9_SIDISR); serial_txx9_interrupt() 388 if (!(sio_in(up, TXX9_SIDICR) & TXX9_SIDICR_TIE)) serial_txx9_interrupt() 420 ret = (sio_in(up, TXX9_SICISR) & TXX9_SICISR_TXALS) ? TIOCSER_TEMT : 0; serial_txx9_tx_empty() 433 ret |= (sio_in(up, TXX9_SIFLCR) & TXX9_SIFLCR_RTSSC) ? 0 : TIOCM_RTS; serial_txx9_get_mctrl() 434 ret |= (sio_in(up, TXX9_SICISR) & TXX9_SICISR_CTSS) ? 0 : TIOCM_CTS; serial_txx9_get_mctrl() 472 !(sio_in(up, TXX9_SICISR) & TXX9_SICISR_TXALS)) wait_for_xmitr() 479 (sio_in(up, TXX9_SICISR) & TXX9_SICISR_CTSS)) wait_for_xmitr() 500 ier = sio_in(up, TXX9_SIDICR); serial_txx9_get_poll_char() 503 while (sio_in(up, TXX9_SIDISR) & TXX9_SIDISR_UVALID) serial_txx9_get_poll_char() 506 c = sio_in(up, TXX9_SIRFIFO); serial_txx9_get_poll_char() 526 ier = sio_in(up, TXX9_SIDICR); serial_txx9_put_poll_char() 643 cval = sio_in(up, TXX9_SILCR); serial_txx9_set_termios() 913 ier = sio_in(up, TXX9_SIDICR); serial_txx9_console_write() 918 flcr = sio_in(up, TXX9_SIFLCR); serial_txx9_console_write()
|
H A D | m32r_sio.c | 224 static unsigned int sio_in(struct uart_sio_port *up, int offset) sio_in() function 316 ch = sio_in(up, SIORXB); receive_chars() 475 sts = sio_in(up, SIOSTS); m32r_sio_interrupt() 575 sts = sio_in(up, SIOSTS); m32r_sio_timeout() 999 status = sio_in(up, SIOSTS); wait_for_xmitr() 1038 ier = sio_in(up, SIOTRCR); m32r_sio_console_write()
|
Completed in 129 milliseconds