Home
last modified time | relevance | path

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

/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,
/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()