Searched refs:gxio_uart_write (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/tile/gxio/ |
H A D | uart.c | 73 void gxio_uart_write(gxio_uart_context_t *context, uint64_t offset, gxio_uart_write() function 79 EXPORT_SYMBOL_GPL(gxio_uart_write); variable
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | tilegx.c | 98 gxio_uart_write(context, UART_INTERRUPT_STATUS, handle_receive() 124 gxio_uart_write(context, UART_TRANSMIT_DATA, (unsigned long)c); tilegx_putchar() 140 gxio_uart_write(context, UART_INTERRUPT_STATUS, handle_transmit() 164 gxio_uart_write(context, UART_INTERRUPT_STATUS, handle_transmit() 375 gxio_uart_write(context, UART_INTERRUPT_MASK, intr_mask.word); tilegx_startup() 378 gxio_uart_write(context, UART_INTERRUPT_STATUS, tilegx_startup() 420 gxio_uart_write(context, UART_INTERRUPT_MASK, intr_mask.word); tilegx_shutdown() 510 gxio_uart_write(context, UART_DIVISOR, divisor.word); tilegx_set_termios() 511 gxio_uart_write(context, UART_TYPE, type.word); tilegx_set_termios() 595 gxio_uart_write(context, UART_TRANSMIT_DATA, (unsigned long)c); tilegx_poll_put_char()
|
/linux-4.1.27/arch/tile/include/gxio/ |
H A D | uart.h | 95 extern void gxio_uart_write(gxio_uart_context_t *context, uint64_t offset,
|
Completed in 89 milliseconds