Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dtilegx.c74 count.word = gxio_uart_read(context, UART_FIFO_COUNT); in receive_chars()
76 c = (char)gxio_uart_read(context, UART_RECEIVE_DATA); in receive_chars()
120 flag.word = gxio_uart_read(context, UART_FLAG); in tilegx_putchar()
188 intr_stat.word = gxio_uart_read(context, UART_INTERRUPT_STATUS); in tilegx_interrupt()
219 flag.word = gxio_uart_read(context, UART_FLAG); in tilegx_tx_empty()
372 intr_mask.word = gxio_uart_read(context, UART_INTERRUPT_MASK); in tilegx_startup()
417 intr_mask.word = gxio_uart_read(context, UART_INTERRUPT_MASK); in tilegx_shutdown()
475 divisor.word = gxio_uart_read(context, UART_DIVISOR); in tilegx_set_termios()
476 type.word = gxio_uart_read(context, UART_TYPE); in tilegx_set_termios()
582 count.word = gxio_uart_read(context, UART_FIFO_COUNT); in tilegx_poll_get_char()
[all …]
/linux-4.4.14/arch/tile/gxio/
Duart.c82 uint64_t gxio_uart_read(gxio_uart_context_t *context, uint64_t offset) in gxio_uart_read() function
87 EXPORT_SYMBOL_GPL(gxio_uart_read);
/linux-4.4.14/arch/tile/include/gxio/
Duart.h103 extern uint64_t gxio_uart_read(gxio_uart_context_t *context, uint64_t offset);