iorpc_trio.h 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /*
  2. * Copyright 2012 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_TRIO_LINUX_RPC_H__
  16. #define __GXIO_TRIO_LINUX_RPC_H__
  17. #include <hv/iorpc.h>
  18. #include <hv/drv_trio_intf.h>
  19. #include <gxio/trio.h>
  20. #include <gxio/kiorpc.h>
  21. #include <linux/string.h>
  22. #include <linux/module.h>
  23. #include <asm/pgtable.h>
  24. #define GXIO_TRIO_OP_ALLOC_ASIDS IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1400)
  25. #define GXIO_TRIO_OP_ALLOC_MEMORY_MAPS IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1402)
  26. #define GXIO_TRIO_OP_ALLOC_PIO_REGIONS IORPC_OPCODE(IORPC_FORMAT_NONE, 0x140e)
  27. #define GXIO_TRIO_OP_INIT_PIO_REGION_AUX IORPC_OPCODE(IORPC_FORMAT_NONE, 0x140f)
  28. #define GXIO_TRIO_OP_INIT_MEMORY_MAP_MMU_AUX IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x1417)
  29. #define GXIO_TRIO_OP_GET_PORT_PROPERTY IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x1418)
  30. #define GXIO_TRIO_OP_CONFIG_LEGACY_INTR IORPC_OPCODE(IORPC_FORMAT_KERNEL_INTERRUPT, 0x1419)
  31. #define GXIO_TRIO_OP_CONFIG_MSI_INTR IORPC_OPCODE(IORPC_FORMAT_KERNEL_INTERRUPT, 0x141a)
  32. #define GXIO_TRIO_OP_SET_MPS_MRS IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x141c)
  33. #define GXIO_TRIO_OP_FORCE_RC_LINK_UP IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x141d)
  34. #define GXIO_TRIO_OP_FORCE_EP_LINK_UP IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x141e)
  35. #define GXIO_TRIO_OP_GET_MMIO_BASE IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8000)
  36. #define GXIO_TRIO_OP_CHECK_MMIO_OFFSET IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8001)
  37. int gxio_trio_alloc_asids(gxio_trio_context_t * context, unsigned int count,
  38. unsigned int first, unsigned int flags);
  39. int gxio_trio_alloc_memory_maps(gxio_trio_context_t * context,
  40. unsigned int count, unsigned int first,
  41. unsigned int flags);
  42. int gxio_trio_alloc_pio_regions(gxio_trio_context_t * context,
  43. unsigned int count, unsigned int first,
  44. unsigned int flags);
  45. int gxio_trio_init_pio_region_aux(gxio_trio_context_t * context,
  46. unsigned int pio_region, unsigned int mac,
  47. uint32_t bus_address_hi, unsigned int flags);
  48. int gxio_trio_init_memory_map_mmu_aux(gxio_trio_context_t * context,
  49. unsigned int map, unsigned long va,
  50. uint64_t size, unsigned int asid,
  51. unsigned int mac, uint64_t bus_address,
  52. unsigned int node,
  53. unsigned int order_mode);
  54. int gxio_trio_get_port_property(gxio_trio_context_t * context,
  55. struct pcie_trio_ports_property *trio_ports);
  56. int gxio_trio_config_legacy_intr(gxio_trio_context_t * context, int inter_x,
  57. int inter_y, int inter_ipi, int inter_event,
  58. unsigned int mac, unsigned int intx);
  59. int gxio_trio_config_msi_intr(gxio_trio_context_t * context, int inter_x,
  60. int inter_y, int inter_ipi, int inter_event,
  61. unsigned int mac, unsigned int mem_map,
  62. uint64_t mem_map_base, uint64_t mem_map_limit,
  63. unsigned int asid);
  64. int gxio_trio_set_mps_mrs(gxio_trio_context_t * context, uint16_t mps,
  65. uint16_t mrs, unsigned int mac);
  66. int gxio_trio_force_rc_link_up(gxio_trio_context_t * context, unsigned int mac);
  67. int gxio_trio_force_ep_link_up(gxio_trio_context_t * context, unsigned int mac);
  68. int gxio_trio_get_mmio_base(gxio_trio_context_t * context, HV_PTE *base);
  69. int gxio_trio_check_mmio_offset(gxio_trio_context_t * context,
  70. unsigned long offset, unsigned long size);
  71. #endif /* !__GXIO_TRIO_LINUX_RPC_H__ */