hardware.h 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. /*
  2. * arch/arm/mach-pxa/include/mach/hardware.h
  3. *
  4. * Author: Nicolas Pitre
  5. * Created: Jun 15, 2001
  6. * Copyright: MontaVista Software Inc.
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. */
  12. #ifndef __ASM_ARCH_HARDWARE_H
  13. #define __ASM_ARCH_HARDWARE_H
  14. /*
  15. * Workarounds for at least 2 errata so far require this.
  16. * The mapping is set in mach-pxa/generic.c.
  17. */
  18. #define UNCACHED_PHYS_0 0xff000000
  19. #define UNCACHED_ADDR UNCACHED_PHYS_0
  20. /*
  21. * Intel PXA2xx internal register mapping:
  22. *
  23. * 0x40000000 - 0x41ffffff <--> 0xf2000000 - 0xf3ffffff
  24. * 0x44000000 - 0x45ffffff <--> 0xf4000000 - 0xf5ffffff
  25. * 0x48000000 - 0x49ffffff <--> 0xf6000000 - 0xf7ffffff
  26. * 0x4c000000 - 0x4dffffff <--> 0xf8000000 - 0xf9ffffff
  27. * 0x50000000 - 0x51ffffff <--> 0xfa000000 - 0xfbffffff
  28. * 0x54000000 - 0x55ffffff <--> 0xfc000000 - 0xfdffffff
  29. * 0x58000000 - 0x59ffffff <--> 0xfe000000 - 0xffffffff
  30. *
  31. * Note that not all PXA2xx chips implement all those addresses, and the
  32. * kernel only maps the minimum needed range of this mapping.
  33. */
  34. #define io_p2v(x) (0xf2000000 + ((x) & 0x01ffffff) + (((x) & 0x1c000000) >> 1))
  35. #define io_v2p(x) (0x3c000000 + ((x) & 0x01ffffff) + (((x) & 0x0e000000) << 1))
  36. #ifndef __ASSEMBLY__
  37. # define __REG(x) (*((volatile u32 *)io_p2v(x)))
  38. /* With indexed regs we don't want to feed the index through io_p2v()
  39. especially if it is a variable, otherwise horrible code will result. */
  40. # define __REG2(x,y) \
  41. (*(volatile u32 *)((u32)&__REG(x) + (y)))
  42. # define __PREG(x) (io_v2p((u32)&(x)))
  43. #else
  44. # define __REG(x) io_p2v(x)
  45. # define __PREG(x) io_v2p(x)
  46. #endif
  47. #ifndef __ASSEMBLY__
  48. #include <asm/cputype.h>
  49. /*
  50. * CPU Stepping CPU_ID JTAG_ID
  51. *
  52. * PXA210 B0 0x69052922 0x2926C013
  53. * PXA210 B1 0x69052923 0x3926C013
  54. * PXA210 B2 0x69052924 0x4926C013
  55. * PXA210 C0 0x69052D25 0x5926C013
  56. *
  57. * PXA250 A0 0x69052100 0x09264013
  58. * PXA250 A1 0x69052101 0x19264013
  59. * PXA250 B0 0x69052902 0x29264013
  60. * PXA250 B1 0x69052903 0x39264013
  61. * PXA250 B2 0x69052904 0x49264013
  62. * PXA250 C0 0x69052D05 0x59264013
  63. *
  64. * PXA255 A0 0x69052D06 0x69264013
  65. *
  66. * PXA26x A0 0x69052903 0x39264013
  67. * PXA26x B0 0x69052D05 0x59264013
  68. *
  69. * PXA27x A0 0x69054110 0x09265013
  70. * PXA27x A1 0x69054111 0x19265013
  71. * PXA27x B0 0x69054112 0x29265013
  72. * PXA27x B1 0x69054113 0x39265013
  73. * PXA27x C0 0x69054114 0x49265013
  74. * PXA27x C5 0x69054117 0x79265013
  75. *
  76. * PXA30x A0 0x69056880 0x0E648013
  77. * PXA30x A1 0x69056881 0x1E648013
  78. * PXA31x A0 0x69056890 0x0E649013
  79. * PXA31x A1 0x69056891 0x1E649013
  80. * PXA31x A2 0x69056892 0x2E649013
  81. * PXA32x B1 0x69056825 0x5E642013
  82. * PXA32x B2 0x69056826 0x6E642013
  83. *
  84. * PXA930 B0 0x69056835 0x5E643013
  85. * PXA930 B1 0x69056837 0x7E643013
  86. * PXA930 B2 0x69056838 0x8E643013
  87. *
  88. * PXA935 A0 0x56056931 0x1E653013
  89. * PXA935 B0 0x56056936 0x6E653013
  90. * PXA935 B1 0x56056938 0x8E653013
  91. */
  92. #ifdef CONFIG_PXA25x
  93. #define __cpu_is_pxa210(id) \
  94. ({ \
  95. unsigned int _id = (id) & 0xf3f0; \
  96. _id == 0x2120; \
  97. })
  98. #define __cpu_is_pxa250(id) \
  99. ({ \
  100. unsigned int _id = (id) & 0xf3ff; \
  101. _id <= 0x2105; \
  102. })
  103. #define __cpu_is_pxa255(id) \
  104. ({ \
  105. unsigned int _id = (id) & 0xffff; \
  106. _id == 0x2d06; \
  107. })
  108. #define __cpu_is_pxa25x(id) \
  109. ({ \
  110. unsigned int _id = (id) & 0xf300; \
  111. _id == 0x2100; \
  112. })
  113. #else
  114. #define __cpu_is_pxa210(id) (0)
  115. #define __cpu_is_pxa250(id) (0)
  116. #define __cpu_is_pxa255(id) (0)
  117. #define __cpu_is_pxa25x(id) (0)
  118. #endif
  119. #ifdef CONFIG_PXA27x
  120. #define __cpu_is_pxa27x(id) \
  121. ({ \
  122. unsigned int _id = (id) >> 4 & 0xfff; \
  123. _id == 0x411; \
  124. })
  125. #else
  126. #define __cpu_is_pxa27x(id) (0)
  127. #endif
  128. #ifdef CONFIG_CPU_PXA300
  129. #define __cpu_is_pxa300(id) \
  130. ({ \
  131. unsigned int _id = (id) >> 4 & 0xfff; \
  132. _id == 0x688; \
  133. })
  134. #else
  135. #define __cpu_is_pxa300(id) (0)
  136. #endif
  137. #ifdef CONFIG_CPU_PXA310
  138. #define __cpu_is_pxa310(id) \
  139. ({ \
  140. unsigned int _id = (id) >> 4 & 0xfff; \
  141. _id == 0x689; \
  142. })
  143. #else
  144. #define __cpu_is_pxa310(id) (0)
  145. #endif
  146. #ifdef CONFIG_CPU_PXA320
  147. #define __cpu_is_pxa320(id) \
  148. ({ \
  149. unsigned int _id = (id) >> 4 & 0xfff; \
  150. _id == 0x603 || _id == 0x682; \
  151. })
  152. #else
  153. #define __cpu_is_pxa320(id) (0)
  154. #endif
  155. #ifdef CONFIG_CPU_PXA930
  156. #define __cpu_is_pxa930(id) \
  157. ({ \
  158. unsigned int _id = (id) >> 4 & 0xfff; \
  159. _id == 0x683; \
  160. })
  161. #else
  162. #define __cpu_is_pxa930(id) (0)
  163. #endif
  164. #ifdef CONFIG_CPU_PXA935
  165. #define __cpu_is_pxa935(id) \
  166. ({ \
  167. unsigned int _id = (id) >> 4 & 0xfff; \
  168. _id == 0x693; \
  169. })
  170. #else
  171. #define __cpu_is_pxa935(id) (0)
  172. #endif
  173. #ifdef CONFIG_CPU_PXA950
  174. #define __cpu_is_pxa950(id) \
  175. ({ \
  176. unsigned int _id = (id) >> 4 & 0xfff; \
  177. _id == 0x697; \
  178. })
  179. #else
  180. #define __cpu_is_pxa950(id) (0)
  181. #endif
  182. #define cpu_is_pxa210() \
  183. ({ \
  184. __cpu_is_pxa210(read_cpuid_id()); \
  185. })
  186. #define cpu_is_pxa250() \
  187. ({ \
  188. __cpu_is_pxa250(read_cpuid_id()); \
  189. })
  190. #define cpu_is_pxa255() \
  191. ({ \
  192. __cpu_is_pxa255(read_cpuid_id()); \
  193. })
  194. #define cpu_is_pxa25x() \
  195. ({ \
  196. __cpu_is_pxa25x(read_cpuid_id()); \
  197. })
  198. #define cpu_is_pxa27x() \
  199. ({ \
  200. __cpu_is_pxa27x(read_cpuid_id()); \
  201. })
  202. #define cpu_is_pxa300() \
  203. ({ \
  204. __cpu_is_pxa300(read_cpuid_id()); \
  205. })
  206. #define cpu_is_pxa310() \
  207. ({ \
  208. __cpu_is_pxa310(read_cpuid_id()); \
  209. })
  210. #define cpu_is_pxa320() \
  211. ({ \
  212. __cpu_is_pxa320(read_cpuid_id()); \
  213. })
  214. #define cpu_is_pxa930() \
  215. ({ \
  216. __cpu_is_pxa930(read_cpuid_id()); \
  217. })
  218. #define cpu_is_pxa935() \
  219. ({ \
  220. __cpu_is_pxa935(read_cpuid_id()); \
  221. })
  222. #define cpu_is_pxa950() \
  223. ({ \
  224. __cpu_is_pxa950(read_cpuid_id()); \
  225. })
  226. /*
  227. * CPUID Core Generation Bit
  228. * <= 0x2 for pxa21x/pxa25x/pxa26x/pxa27x
  229. * == 0x3 for pxa300/pxa310/pxa320
  230. */
  231. #if defined(CONFIG_PXA25x) || defined(CONFIG_PXA27x)
  232. #define __cpu_is_pxa2xx(id) \
  233. ({ \
  234. unsigned int _id = (id) >> 13 & 0x7; \
  235. _id <= 0x2; \
  236. })
  237. #else
  238. #define __cpu_is_pxa2xx(id) (0)
  239. #endif
  240. #ifdef CONFIG_PXA3xx
  241. #define __cpu_is_pxa3xx(id) \
  242. ({ \
  243. unsigned int _id = (id) >> 13 & 0x7; \
  244. _id == 0x3; \
  245. })
  246. #else
  247. #define __cpu_is_pxa3xx(id) (0)
  248. #endif
  249. #if defined(CONFIG_CPU_PXA930) || defined(CONFIG_CPU_PXA935)
  250. #define __cpu_is_pxa93x(id) \
  251. ({ \
  252. unsigned int _id = (id) >> 4 & 0xfff; \
  253. _id == 0x683 || _id == 0x693; \
  254. })
  255. #else
  256. #define __cpu_is_pxa93x(id) (0)
  257. #endif
  258. #define cpu_is_pxa2xx() \
  259. ({ \
  260. __cpu_is_pxa2xx(read_cpuid_id()); \
  261. })
  262. #define cpu_is_pxa3xx() \
  263. ({ \
  264. __cpu_is_pxa3xx(read_cpuid_id()); \
  265. })
  266. #define cpu_is_pxa93x() \
  267. ({ \
  268. __cpu_is_pxa93x(read_cpuid_id()); \
  269. })
  270. /*
  271. * return current memory and LCD clock frequency in units of 10kHz
  272. */
  273. extern unsigned int get_memclk_frequency_10khz(void);
  274. /* return the clock tick rate of the OS timer */
  275. extern unsigned long get_clock_tick_rate(void);
  276. #endif
  277. #if defined(CONFIG_MACH_ARMCORE) && defined(CONFIG_PCI)
  278. #define PCIBIOS_MIN_IO 0
  279. #define PCIBIOS_MIN_MEM 0
  280. #define pcibios_assign_all_busses() 1
  281. #define ARCH_HAS_DMA_SET_COHERENT_MASK
  282. #endif
  283. #endif /* _ASM_ARCH_HARDWARE_H */