Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dserial_txx9.c82 #define TXX9_SITFIFO 0x1c macro
353 sio_out(up, TXX9_SITFIFO, up->port.x_char); in transmit_chars()
365 sio_out(up, TXX9_SITFIFO, xmit->buf[xmit->tail]); in transmit_chars()
533 sio_out(up, TXX9_SITFIFO, c); in serial_txx9_put_poll_char()
895 sio_out(up, TXX9_SITFIFO, ch); in serial_txx9_console_putchar()
/linux-4.1.27/arch/mips/txx9/generic/
Dsetup.c532 #define TXX9_SITFIFO 0x1c in early_txx9_sio_putchar() macro
537 __raw_writel(c, early_txx9_sio_port + TXX9_SITFIFO); in early_txx9_sio_putchar()