qcom,ipq9574.h 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
  2. #ifndef INTERCONNECT_QCOM_IPQ9574_H
  3. #define INTERCONNECT_QCOM_IPQ9574_H
  4. #define MASTER_ANOC_PCIE0 0
  5. #define SLAVE_ANOC_PCIE0 1
  6. #define MASTER_SNOC_PCIE0 2
  7. #define SLAVE_SNOC_PCIE0 3
  8. #define MASTER_ANOC_PCIE1 4
  9. #define SLAVE_ANOC_PCIE1 5
  10. #define MASTER_SNOC_PCIE1 6
  11. #define SLAVE_SNOC_PCIE1 7
  12. #define MASTER_ANOC_PCIE2 8
  13. #define SLAVE_ANOC_PCIE2 9
  14. #define MASTER_SNOC_PCIE2 10
  15. #define SLAVE_SNOC_PCIE2 11
  16. #define MASTER_ANOC_PCIE3 12
  17. #define SLAVE_ANOC_PCIE3 13
  18. #define MASTER_SNOC_PCIE3 14
  19. #define SLAVE_SNOC_PCIE3 15
  20. #define MASTER_USB 16
  21. #define SLAVE_USB 17
  22. #define MASTER_USB_AXI 18
  23. #define SLAVE_USB_AXI 19
  24. #define MASTER_NSSNOC_NSSCC 20
  25. #define SLAVE_NSSNOC_NSSCC 21
  26. #define MASTER_NSSNOC_SNOC_0 22
  27. #define SLAVE_NSSNOC_SNOC_0 23
  28. #define MASTER_NSSNOC_SNOC_1 24
  29. #define SLAVE_NSSNOC_SNOC_1 25
  30. #define MASTER_NSSNOC_PCNOC_1 26
  31. #define SLAVE_NSSNOC_PCNOC_1 27
  32. #define MASTER_NSSNOC_QOSGEN_REF 28
  33. #define SLAVE_NSSNOC_QOSGEN_REF 29
  34. #define MASTER_NSSNOC_TIMEOUT_REF 30
  35. #define SLAVE_NSSNOC_TIMEOUT_REF 31
  36. #define MASTER_NSSNOC_XO_DCD 32
  37. #define SLAVE_NSSNOC_XO_DCD 33
  38. #define MASTER_NSSNOC_ATB 34
  39. #define SLAVE_NSSNOC_ATB 35
  40. #define MASTER_MEM_NOC_NSSNOC 36
  41. #define SLAVE_MEM_NOC_NSSNOC 37
  42. #define MASTER_NSSNOC_MEMNOC 38
  43. #define SLAVE_NSSNOC_MEMNOC 39
  44. #define MASTER_NSSNOC_MEM_NOC_1 40
  45. #define SLAVE_NSSNOC_MEM_NOC_1 41
  46. #define MASTER_NSSNOC_PPE 0
  47. #define SLAVE_NSSNOC_PPE 1
  48. #define MASTER_NSSNOC_PPE_CFG 2
  49. #define SLAVE_NSSNOC_PPE_CFG 3
  50. #define MASTER_NSSNOC_NSS_CSR 4
  51. #define SLAVE_NSSNOC_NSS_CSR 5
  52. #define MASTER_NSSNOC_IMEM_QSB 6
  53. #define SLAVE_NSSNOC_IMEM_QSB 7
  54. #define MASTER_NSSNOC_IMEM_AHB 8
  55. #define SLAVE_NSSNOC_IMEM_AHB 9
  56. #endif /* INTERCONNECT_QCOM_IPQ9574_H */