Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/gxio/
Duart.h42 } gxio_uart_context_t; typedef
58 extern int gxio_uart_cfg_interrupt(gxio_uart_context_t *context,
74 extern int gxio_uart_init(gxio_uart_context_t *context, int uart_index);
88 extern int gxio_uart_destroy(gxio_uart_context_t *context);
95 extern void gxio_uart_write(gxio_uart_context_t *context, uint64_t offset,
103 extern uint64_t gxio_uart_read(gxio_uart_context_t *context, uint64_t offset);
Diorpc_uart.h32 int gxio_uart_cfg_interrupt(gxio_uart_context_t *context, int inter_x,
35 int gxio_uart_get_mmio_base(gxio_uart_context_t *context, HV_PTE *base);
37 int gxio_uart_check_mmio_offset(gxio_uart_context_t *context,
/linux-4.4.14/arch/tile/gxio/
Duart.c28 int gxio_uart_init(gxio_uart_context_t *context, int uart_index) in gxio_uart_init()
59 int gxio_uart_destroy(gxio_uart_context_t *context) in gxio_uart_destroy()
73 void gxio_uart_write(gxio_uart_context_t *context, uint64_t offset, in gxio_uart_write()
82 uint64_t gxio_uart_read(gxio_uart_context_t *context, uint64_t offset) in gxio_uart_read()
Diorpc_uart.c22 int gxio_uart_cfg_interrupt(gxio_uart_context_t *context, int inter_x, in gxio_uart_cfg_interrupt()
43 int gxio_uart_get_mmio_base(gxio_uart_context_t *context, HV_PTE *base) in gxio_uart_get_mmio_base()
64 int gxio_uart_check_mmio_offset(gxio_uart_context_t *context, in gxio_uart_check_mmio_offset()
/linux-4.4.14/drivers/tty/serial/
Dtilegx.c49 gxio_uart_context_t context;
71 gxio_uart_context_t *context = &tile_uart->context; in receive_chars()
89 gxio_uart_context_t *context = &tile_uart->context; in handle_receive()
117 static int tilegx_putchar(gxio_uart_context_t *context, char c) in tilegx_putchar()
137 gxio_uart_context_t *context = &tile_uart->context; in handle_transmit()
180 gxio_uart_context_t *context; in tilegx_interrupt()
212 gxio_uart_context_t *context; in tilegx_tx_empty()
262 gxio_uart_context_t *context; in tilegx_start_tx()
303 gxio_uart_context_t *context; in tilegx_stop_rx()
332 gxio_uart_context_t *context; in tilegx_startup()
[all …]