Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dserial_txx9.c185 sio_out(up, offset, sio_in(up, offset) & ~value); in sio_mask()
190 sio_out(up, offset, sio_in(up, offset) | value); in sio_set()
256 ch = sio_in(up, TXX9_SIRFIFO); in receive_chars()
314 disr = sio_in(up, TXX9_SIDISR); in receive_chars()
340 status = sio_in(up, TXX9_SIDISR); in serial_txx9_interrupt()
448 ier = sio_in(up, TXX9_SIDICR); in serial_txx9_get_poll_char()
454 c = sio_in(up, TXX9_SIRFIFO); in serial_txx9_get_poll_char()
473 ier = sio_in(up, TXX9_SIDICR); in serial_txx9_put_poll_char()
587 cval = sio_in(up, TXX9_SILCR); in serial_txx9_set_termios()
854 ier = sio_in(up, TXX9_SIDICR); in serial_txx9_console_write()
[all …]