qcom,lcc-msm8960.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*
  2. * Copyright (c) 2014, The Linux Foundation. All rights reserved.
  3. *
  4. * This software is licensed under the terms of the GNU General Public
  5. * License version 2, as published by the Free Software Foundation, and
  6. * may be copied, distributed, and modified under those terms.
  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_LCC_MSM8960_H
  14. #define _DT_BINDINGS_CLK_LCC_MSM8960_H
  15. #define PLL4 0
  16. #define MI2S_OSR_SRC 1
  17. #define MI2S_OSR_CLK 2
  18. #define MI2S_DIV_CLK 3
  19. #define MI2S_BIT_DIV_CLK 4
  20. #define MI2S_BIT_CLK 5
  21. #define PCM_SRC 6
  22. #define PCM_CLK_OUT 7
  23. #define PCM_CLK 8
  24. #define SLIMBUS_SRC 9
  25. #define AUDIO_SLIMBUS_CLK 10
  26. #define SPS_SLIMBUS_CLK 11
  27. #define CODEC_I2S_MIC_OSR_SRC 12
  28. #define CODEC_I2S_MIC_OSR_CLK 13
  29. #define CODEC_I2S_MIC_DIV_CLK 14
  30. #define CODEC_I2S_MIC_BIT_DIV_CLK 15
  31. #define CODEC_I2S_MIC_BIT_CLK 16
  32. #define SPARE_I2S_MIC_OSR_SRC 17
  33. #define SPARE_I2S_MIC_OSR_CLK 18
  34. #define SPARE_I2S_MIC_DIV_CLK 19
  35. #define SPARE_I2S_MIC_BIT_DIV_CLK 20
  36. #define SPARE_I2S_MIC_BIT_CLK 21
  37. #define CODEC_I2S_SPKR_OSR_SRC 22
  38. #define CODEC_I2S_SPKR_OSR_CLK 23
  39. #define CODEC_I2S_SPKR_DIV_CLK 24
  40. #define CODEC_I2S_SPKR_BIT_DIV_CLK 25
  41. #define CODEC_I2S_SPKR_BIT_CLK 26
  42. #define SPARE_I2S_SPKR_OSR_SRC 27
  43. #define SPARE_I2S_SPKR_OSR_CLK 28
  44. #define SPARE_I2S_SPKR_DIV_CLK 29
  45. #define SPARE_I2S_SPKR_BIT_DIV_CLK 30
  46. #define SPARE_I2S_SPKR_BIT_CLK 31
  47. #endif