Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dtilegx.c98 gxio_uart_write(context, UART_INTERRUPT_STATUS, in handle_receive()
124 gxio_uart_write(context, UART_TRANSMIT_DATA, (unsigned long)c); in tilegx_putchar()
140 gxio_uart_write(context, UART_INTERRUPT_STATUS, in handle_transmit()
164 gxio_uart_write(context, UART_INTERRUPT_STATUS, in handle_transmit()
375 gxio_uart_write(context, UART_INTERRUPT_MASK, intr_mask.word); in tilegx_startup()
378 gxio_uart_write(context, UART_INTERRUPT_STATUS, in tilegx_startup()
420 gxio_uart_write(context, UART_INTERRUPT_MASK, intr_mask.word); in tilegx_shutdown()
510 gxio_uart_write(context, UART_DIVISOR, divisor.word); in tilegx_set_termios()
511 gxio_uart_write(context, UART_TYPE, type.word); in tilegx_set_termios()
595 gxio_uart_write(context, UART_TRANSMIT_DATA, (unsigned long)c); in tilegx_poll_put_char()
/linux-4.1.27/arch/tile/gxio/
Duart.c73 void gxio_uart_write(gxio_uart_context_t *context, uint64_t offset, in gxio_uart_write() function
79 EXPORT_SYMBOL_GPL(gxio_uart_write);
/linux-4.1.27/arch/tile/include/gxio/
Duart.h95 extern void gxio_uart_write(gxio_uart_context_t *context, uint64_t offset,