qcom,aop-qmp.h 943 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Copyright (c) 2017, The Linux Foundation. All rights reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 and
  6. * only version 2 as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. */
  13. #ifndef _DT_BINDINGS_CLK_QCOM_AOP_QMP_H
  14. #define _DT_BINDINGS_CLK_QCOM_AOP_QMP_H
  15. #define QDSS_CLK_LEVEL_OFF 0
  16. #define QDSS_CLK_LEVEL_DYNAMIC 1
  17. #define QDSS_CLK_LEVEL_TURBO 2
  18. #define QDSS_CLK_LEVEL_NOMINAL 3
  19. #define QDSS_CLK_LEVEL_SVS_L1 4
  20. #define QDSS_CLK_LEVEL_SVS 5
  21. #define QDSS_CLK_LEVEL_LOW_SVS 6
  22. #define QDSS_CLK_LEVEL_MIN_SVS 7
  23. /* clocks id */
  24. #define QDSS_CLK 0
  25. #define QDSS_AO_CLK 1
  26. #endif