qcom,gpucc-sdm660.h 680 B

12345678910111213141516171819202122232425262728
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2020, The Linux Foundation. All rights reserved.
  4. * Copyright (c) 2020, AngeloGioacchino Del Regno <[email protected]>
  5. */
  6. #ifndef _DT_BINDINGS_CLK_SDM_GPUCC_660_H
  7. #define _DT_BINDINGS_CLK_SDM_GPUCC_660_H
  8. #define GPUCC_CXO_CLK 0
  9. #define GPU_PLL0_PLL 1
  10. #define GPU_PLL1_PLL 2
  11. #define GFX3D_CLK_SRC 3
  12. #define RBCPR_CLK_SRC 4
  13. #define RBBMTIMER_CLK_SRC 5
  14. #define GPUCC_RBCPR_CLK 6
  15. #define GPUCC_GFX3D_CLK 7
  16. #define GPUCC_RBBMTIMER_CLK 8
  17. #define GPU_CX_GDSC 0
  18. #define GPU_GX_GDSC 1
  19. #define GPU_CX_BCR 0
  20. #define GPU_GX_BCR 1
  21. #define RBCPR_BCR 2
  22. #define SPDM_BCR 3
  23. #endif