iorpc_uart.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. * Copyright 2013 Tilera Corporation. All Rights Reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License
  6. * as published by the Free Software Foundation, version 2.
  7. *
  8. * This program is distributed in the hope that it will be useful, but
  9. * WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
  11. * NON INFRINGEMENT. See the GNU General Public License for
  12. * more details.
  13. */
  14. /* This file is machine-generated; DO NOT EDIT! */
  15. #ifndef __GXIO_UART_LINUX_RPC_H__
  16. #define __GXIO_UART_LINUX_RPC_H__
  17. #include <hv/iorpc.h>
  18. #include <hv/drv_uart_intf.h>
  19. #include <gxio/uart.h>
  20. #include <gxio/kiorpc.h>
  21. #include <linux/string.h>
  22. #include <linux/module.h>
  23. #include <asm/pgtable.h>
  24. #define GXIO_UART_OP_CFG_INTERRUPT IORPC_OPCODE(IORPC_FORMAT_KERNEL_INTERRUPT, 0x1900)
  25. #define GXIO_UART_OP_GET_MMIO_BASE IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8000)
  26. #define GXIO_UART_OP_CHECK_MMIO_OFFSET IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8001)
  27. int gxio_uart_cfg_interrupt(gxio_uart_context_t *context, int inter_x,
  28. int inter_y, int inter_ipi, int inter_event);
  29. int gxio_uart_get_mmio_base(gxio_uart_context_t *context, HV_PTE *base);
  30. int gxio_uart_check_mmio_offset(gxio_uart_context_t *context,
  31. unsigned long offset, unsigned long size);
  32. #endif /* !__GXIO_UART_LINUX_RPC_H__ */