mt6795-larb-port.h 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
  2. /*
  3. * Copyright (c) 2022 Collabora Ltd.
  4. * Author: AngeloGioacchino Del Regno <[email protected]>
  5. */
  6. #ifndef _DT_BINDINGS_MEMORY_MT6795_LARB_PORT_H_
  7. #define _DT_BINDINGS_MEMORY_MT6795_LARB_PORT_H_
  8. #include <dt-bindings/memory/mtk-memory-port.h>
  9. #define M4U_LARB0_ID 0
  10. #define M4U_LARB1_ID 1
  11. #define M4U_LARB2_ID 2
  12. #define M4U_LARB3_ID 3
  13. #define M4U_LARB4_ID 4
  14. /* larb0 */
  15. #define M4U_PORT_DISP_OVL0 MTK_M4U_ID(M4U_LARB0_ID, 0)
  16. #define M4U_PORT_DISP_RDMA0 MTK_M4U_ID(M4U_LARB0_ID, 1)
  17. #define M4U_PORT_DISP_RDMA1 MTK_M4U_ID(M4U_LARB0_ID, 2)
  18. #define M4U_PORT_DISP_WDMA0 MTK_M4U_ID(M4U_LARB0_ID, 3)
  19. #define M4U_PORT_DISP_OVL1 MTK_M4U_ID(M4U_LARB0_ID, 4)
  20. #define M4U_PORT_DISP_RDMA2 MTK_M4U_ID(M4U_LARB0_ID, 5)
  21. #define M4U_PORT_DISP_WDMA1 MTK_M4U_ID(M4U_LARB0_ID, 6)
  22. #define M4U_PORT_DISP_OD_R MTK_M4U_ID(M4U_LARB0_ID, 7)
  23. #define M4U_PORT_DISP_OD_W MTK_M4U_ID(M4U_LARB0_ID, 8)
  24. #define M4U_PORT_MDP_RDMA0 MTK_M4U_ID(M4U_LARB0_ID, 9)
  25. #define M4U_PORT_MDP_RDMA1 MTK_M4U_ID(M4U_LARB0_ID, 10)
  26. #define M4U_PORT_MDP_WDMA MTK_M4U_ID(M4U_LARB0_ID, 11)
  27. #define M4U_PORT_MDP_WROT0 MTK_M4U_ID(M4U_LARB0_ID, 12)
  28. #define M4U_PORT_MDP_WROT1 MTK_M4U_ID(M4U_LARB0_ID, 13)
  29. /* larb1 */
  30. #define M4U_PORT_VDEC_MC MTK_M4U_ID(M4U_LARB1_ID, 0)
  31. #define M4U_PORT_VDEC_PP MTK_M4U_ID(M4U_LARB1_ID, 1)
  32. #define M4U_PORT_VDEC_UFO MTK_M4U_ID(M4U_LARB1_ID, 2)
  33. #define M4U_PORT_VDEC_VLD MTK_M4U_ID(M4U_LARB1_ID, 3)
  34. #define M4U_PORT_VDEC_VLD2 MTK_M4U_ID(M4U_LARB1_ID, 4)
  35. #define M4U_PORT_VDEC_AVC_MV MTK_M4U_ID(M4U_LARB1_ID, 5)
  36. #define M4U_PORT_VDEC_PRED_RD MTK_M4U_ID(M4U_LARB1_ID, 6)
  37. #define M4U_PORT_VDEC_PRED_WR MTK_M4U_ID(M4U_LARB1_ID, 7)
  38. #define M4U_PORT_VDEC_PPWRAP MTK_M4U_ID(M4U_LARB1_ID, 8)
  39. /* larb2 */
  40. #define M4U_PORT_CAM_IMGO MTK_M4U_ID(M4U_LARB2_ID, 0)
  41. #define M4U_PORT_CAM_RRZO MTK_M4U_ID(M4U_LARB2_ID, 1)
  42. #define M4U_PORT_CAM_AAO MTK_M4U_ID(M4U_LARB2_ID, 2)
  43. #define M4U_PORT_CAM_LCSO MTK_M4U_ID(M4U_LARB2_ID, 3)
  44. #define M4U_PORT_CAM_ESFKO MTK_M4U_ID(M4U_LARB2_ID, 4)
  45. #define M4U_PORT_CAM_IMGO_S MTK_M4U_ID(M4U_LARB2_ID, 5)
  46. #define M4U_PORT_CAM_LSCI MTK_M4U_ID(M4U_LARB2_ID, 6)
  47. #define M4U_PORT_CAM_LSCI_D MTK_M4U_ID(M4U_LARB2_ID, 7)
  48. #define M4U_PORT_CAM_BPCI MTK_M4U_ID(M4U_LARB2_ID, 8)
  49. #define M4U_PORT_CAM_BPCI_D MTK_M4U_ID(M4U_LARB2_ID, 9)
  50. #define M4U_PORT_CAM_UFDI MTK_M4U_ID(M4U_LARB2_ID, 10)
  51. #define M4U_PORT_CAM_IMGI MTK_M4U_ID(M4U_LARB2_ID, 11)
  52. #define M4U_PORT_CAM_IMG2O MTK_M4U_ID(M4U_LARB2_ID, 12)
  53. #define M4U_PORT_CAM_IMG3O MTK_M4U_ID(M4U_LARB2_ID, 13)
  54. #define M4U_PORT_CAM_VIPI MTK_M4U_ID(M4U_LARB2_ID, 14)
  55. #define M4U_PORT_CAM_VIP2I MTK_M4U_ID(M4U_LARB2_ID, 15)
  56. #define M4U_PORT_CAM_VIP3I MTK_M4U_ID(M4U_LARB2_ID, 16)
  57. #define M4U_PORT_CAM_LCEI MTK_M4U_ID(M4U_LARB2_ID, 17)
  58. #define M4U_PORT_CAM_RB MTK_M4U_ID(M4U_LARB2_ID, 18)
  59. #define M4U_PORT_CAM_RP MTK_M4U_ID(M4U_LARB2_ID, 19)
  60. #define M4U_PORT_CAM_WR MTK_M4U_ID(M4U_LARB2_ID, 20)
  61. /* larb3 */
  62. #define M4U_PORT_VENC_RCPU MTK_M4U_ID(M4U_LARB3_ID, 0)
  63. #define M4U_PORT_VENC_REC MTK_M4U_ID(M4U_LARB3_ID, 1)
  64. #define M4U_PORT_VENC_BSDMA MTK_M4U_ID(M4U_LARB3_ID, 2)
  65. #define M4U_PORT_VENC_SV_COMV MTK_M4U_ID(M4U_LARB3_ID, 3)
  66. #define M4U_PORT_VENC_RD_COMV MTK_M4U_ID(M4U_LARB3_ID, 4)
  67. #define M4U_PORT_JPGENC_BSDMA MTK_M4U_ID(M4U_LARB3_ID, 5)
  68. #define M4U_PORT_REMDC_SDMA MTK_M4U_ID(M4U_LARB3_ID, 6)
  69. #define M4U_PORT_REMDC_BSDMA MTK_M4U_ID(M4U_LARB3_ID, 7)
  70. #define M4U_PORT_JPGENC_RDMA MTK_M4U_ID(M4U_LARB3_ID, 8)
  71. #define M4U_PORT_JPGENC_SDMA MTK_M4U_ID(M4U_LARB3_ID, 9)
  72. #define M4U_PORT_JPGDEC_WDMA MTK_M4U_ID(M4U_LARB3_ID, 10)
  73. #define M4U_PORT_JPGDEC_BSDMA MTK_M4U_ID(M4U_LARB3_ID, 11)
  74. #define M4U_PORT_VENC_CUR_LUMA MTK_M4U_ID(M4U_LARB3_ID, 12)
  75. #define M4U_PORT_VENC_CUR_CHROMA MTK_M4U_ID(M4U_LARB3_ID, 13)
  76. #define M4U_PORT_VENC_REF_LUMA MTK_M4U_ID(M4U_LARB3_ID, 14)
  77. #define M4U_PORT_VENC_REF_CHROMA MTK_M4U_ID(M4U_LARB3_ID, 15)
  78. #define M4U_PORT_REMDC_WDMA MTK_M4U_ID(M4U_LARB3_ID, 16)
  79. #define M4U_PORT_VENC_NBM_RDMA MTK_M4U_ID(M4U_LARB3_ID, 17)
  80. #define M4U_PORT_VENC_NBM_WDMA MTK_M4U_ID(M4U_LARB3_ID, 18)
  81. /* larb4 */
  82. #define M4U_PORT_MJC_MV_RD MTK_M4U_ID(M4U_LARB4_ID, 0)
  83. #define M4U_PORT_MJC_MV_WR MTK_M4U_ID(M4U_LARB4_ID, 1)
  84. #define M4U_PORT_MJC_DMA_RD MTK_M4U_ID(M4U_LARB4_ID, 2)
  85. #define M4U_PORT_MJC_DMA_WR MTK_M4U_ID(M4U_LARB4_ID, 3)
  86. #endif