exynos_tmu_data.h 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. /*
  2. * exynos_tmu_data.h - Samsung EXYNOS tmu data header file
  3. *
  4. * Copyright (C) 2013 Samsung Electronics
  5. * Amit Daniel Kachhap <amit.daniel@samsung.com>
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  20. *
  21. */
  22. #ifndef _EXYNOS_TMU_DATA_H
  23. #define _EXYNOS_TMU_DATA_H
  24. /* Exynos generic registers */
  25. #define EXYNOS_TMU_REG_TRIMINFO 0x0
  26. #define EXYNOS_TMU_REG_CONTROL 0x20
  27. #define EXYNOS_TMU_REG_STATUS 0x28
  28. #define EXYNOS_TMU_REG_CURRENT_TEMP 0x40
  29. #define EXYNOS_TMU_REG_INTEN 0x70
  30. #define EXYNOS_TMU_REG_INTSTAT 0x74
  31. #define EXYNOS_TMU_REG_INTCLEAR 0x78
  32. #define EXYNOS_TMU_TEMP_MASK 0xff
  33. #define EXYNOS_TMU_REF_VOLTAGE_SHIFT 24
  34. #define EXYNOS_TMU_REF_VOLTAGE_MASK 0x1f
  35. #define EXYNOS_TMU_BUF_SLOPE_SEL_MASK 0xf
  36. #define EXYNOS_TMU_BUF_SLOPE_SEL_SHIFT 8
  37. #define EXYNOS_TMU_CORE_EN_SHIFT 0
  38. /* Exynos3250 specific registers */
  39. #define EXYNOS_TMU_TRIMINFO_CON1 0x10
  40. /* Exynos4210 specific registers */
  41. #define EXYNOS4210_TMU_REG_THRESHOLD_TEMP 0x44
  42. #define EXYNOS4210_TMU_REG_TRIG_LEVEL0 0x50
  43. /* Exynos5250, Exynos4412, Exynos3250 specific registers */
  44. #define EXYNOS_TMU_TRIMINFO_CON2 0x14
  45. #define EXYNOS_THD_TEMP_RISE 0x50
  46. #define EXYNOS_THD_TEMP_FALL 0x54
  47. #define EXYNOS_EMUL_CON 0x80
  48. #define EXYNOS_TRIMINFO_RELOAD_ENABLE 1
  49. #define EXYNOS_TRIMINFO_25_SHIFT 0
  50. #define EXYNOS_TRIMINFO_85_SHIFT 8
  51. #define EXYNOS_TMU_TRIP_MODE_SHIFT 13
  52. #define EXYNOS_TMU_TRIP_MODE_MASK 0x7
  53. #define EXYNOS_TMU_THERM_TRIP_EN_SHIFT 12
  54. #define EXYNOS_TMU_INTEN_RISE0_SHIFT 0
  55. #define EXYNOS_TMU_INTEN_RISE1_SHIFT 4
  56. #define EXYNOS_TMU_INTEN_RISE2_SHIFT 8
  57. #define EXYNOS_TMU_INTEN_RISE3_SHIFT 12
  58. #define EXYNOS_TMU_INTEN_FALL0_SHIFT 16
  59. #define EXYNOS_EMUL_TIME 0x57F0
  60. #define EXYNOS_EMUL_TIME_MASK 0xffff
  61. #define EXYNOS_EMUL_TIME_SHIFT 16
  62. #define EXYNOS_EMUL_DATA_SHIFT 8
  63. #define EXYNOS_EMUL_DATA_MASK 0xFF
  64. #define EXYNOS_EMUL_ENABLE 0x1
  65. #define EXYNOS_MAX_TRIGGER_PER_REG 4
  66. /* Exynos5260 specific */
  67. #define EXYNOS5260_TMU_REG_INTEN 0xC0
  68. #define EXYNOS5260_TMU_REG_INTSTAT 0xC4
  69. #define EXYNOS5260_TMU_REG_INTCLEAR 0xC8
  70. #define EXYNOS5260_EMUL_CON 0x100
  71. /* Exynos4412 specific */
  72. #define EXYNOS4412_MUX_ADDR_VALUE 6
  73. #define EXYNOS4412_MUX_ADDR_SHIFT 20
  74. /*exynos5440 specific registers*/
  75. #define EXYNOS5440_TMU_S0_7_TRIM 0x000
  76. #define EXYNOS5440_TMU_S0_7_CTRL 0x020
  77. #define EXYNOS5440_TMU_S0_7_DEBUG 0x040
  78. #define EXYNOS5440_TMU_S0_7_STATUS 0x060
  79. #define EXYNOS5440_TMU_S0_7_TEMP 0x0f0
  80. #define EXYNOS5440_TMU_S0_7_TH0 0x110
  81. #define EXYNOS5440_TMU_S0_7_TH1 0x130
  82. #define EXYNOS5440_TMU_S0_7_TH2 0x150
  83. #define EXYNOS5440_TMU_S0_7_IRQEN 0x210
  84. #define EXYNOS5440_TMU_S0_7_IRQ 0x230
  85. /* exynos5440 common registers */
  86. #define EXYNOS5440_TMU_IRQ_STATUS 0x000
  87. #define EXYNOS5440_TMU_PMIN 0x004
  88. #define EXYNOS5440_TMU_INTEN_RISE0_SHIFT 0
  89. #define EXYNOS5440_TMU_INTEN_RISE1_SHIFT 1
  90. #define EXYNOS5440_TMU_INTEN_RISE2_SHIFT 2
  91. #define EXYNOS5440_TMU_INTEN_RISE3_SHIFT 3
  92. #define EXYNOS5440_TMU_INTEN_FALL0_SHIFT 4
  93. #define EXYNOS5440_TMU_TH_RISE4_SHIFT 24
  94. #define EXYNOS5440_EFUSE_SWAP_OFFSET 8
  95. #if defined(CONFIG_SOC_EXYNOS3250)
  96. extern struct exynos_tmu_init_data const exynos3250_default_tmu_data;
  97. #define EXYNOS3250_TMU_DRV_DATA (&exynos3250_default_tmu_data)
  98. #else
  99. #define EXYNOS3250_TMU_DRV_DATA (NULL)
  100. #endif
  101. #if defined(CONFIG_CPU_EXYNOS4210)
  102. extern struct exynos_tmu_init_data const exynos4210_default_tmu_data;
  103. #define EXYNOS4210_TMU_DRV_DATA (&exynos4210_default_tmu_data)
  104. #else
  105. #define EXYNOS4210_TMU_DRV_DATA (NULL)
  106. #endif
  107. #if defined(CONFIG_SOC_EXYNOS4412)
  108. extern struct exynos_tmu_init_data const exynos4412_default_tmu_data;
  109. #define EXYNOS4412_TMU_DRV_DATA (&exynos4412_default_tmu_data)
  110. #else
  111. #define EXYNOS4412_TMU_DRV_DATA (NULL)
  112. #endif
  113. #if defined(CONFIG_SOC_EXYNOS5250)
  114. extern struct exynos_tmu_init_data const exynos5250_default_tmu_data;
  115. #define EXYNOS5250_TMU_DRV_DATA (&exynos5250_default_tmu_data)
  116. #else
  117. #define EXYNOS5250_TMU_DRV_DATA (NULL)
  118. #endif
  119. #if defined(CONFIG_SOC_EXYNOS5260)
  120. extern struct exynos_tmu_init_data const exynos5260_default_tmu_data;
  121. #define EXYNOS5260_TMU_DRV_DATA (&exynos5260_default_tmu_data)
  122. #else
  123. #define EXYNOS5260_TMU_DRV_DATA (NULL)
  124. #endif
  125. #if defined(CONFIG_SOC_EXYNOS5420)
  126. extern struct exynos_tmu_init_data const exynos5420_default_tmu_data;
  127. #define EXYNOS5420_TMU_DRV_DATA (&exynos5420_default_tmu_data)
  128. #else
  129. #define EXYNOS5420_TMU_DRV_DATA (NULL)
  130. #endif
  131. #if defined(CONFIG_SOC_EXYNOS5440)
  132. extern struct exynos_tmu_init_data const exynos5440_default_tmu_data;
  133. #define EXYNOS5440_TMU_DRV_DATA (&exynos5440_default_tmu_data)
  134. #else
  135. #define EXYNOS5440_TMU_DRV_DATA (NULL)
  136. #endif
  137. #endif /*_EXYNOS_TMU_DATA_H*/