leon.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. /*
  2. * Copyright (C) 2004 Konrad Eisele (eiselekd@web.de,konrad@gaisler.com) Gaisler Research
  3. * Copyright (C) 2004 Stefan Holst (mail@s-holst.de) Uni-Stuttgart
  4. * Copyright (C) 2009 Daniel Hellstrom (daniel@gaisler.com) Aeroflex Gaisler AB
  5. * Copyright (C) 2009 Konrad Eisele (konrad@gaisler.com) Aeroflex Gaisler AB
  6. */
  7. #ifndef LEON_H_INCLUDE
  8. #define LEON_H_INCLUDE
  9. #ifdef CONFIG_SPARC_LEON
  10. #define ASI_LEON_NOCACHE 0x01
  11. #define ASI_LEON_DCACHE_MISS 0x1
  12. #define ASI_LEON_CACHEREGS 0x02
  13. #define ASI_LEON_IFLUSH 0x10
  14. #define ASI_LEON_DFLUSH 0x11
  15. #define ASI_LEON_MMUFLUSH 0x18
  16. #define ASI_LEON_MMUREGS 0x19
  17. #define ASI_LEON_BYPASS 0x1c
  18. #define ASI_LEON_FLUSH_PAGE 0x10
  19. /* mmu register access, ASI_LEON_MMUREGS */
  20. #define LEON_CNR_CTRL 0x000
  21. #define LEON_CNR_CTXP 0x100
  22. #define LEON_CNR_CTX 0x200
  23. #define LEON_CNR_F 0x300
  24. #define LEON_CNR_FADDR 0x400
  25. #define LEON_CNR_CTX_NCTX 256 /*number of MMU ctx */
  26. #define LEON_CNR_CTRL_TLBDIS 0x80000000
  27. #define LEON_MMUTLB_ENT_MAX 64
  28. /*
  29. * diagnostic access from mmutlb.vhd:
  30. * 0: pte address
  31. * 4: pte
  32. * 8: additional flags
  33. */
  34. #define LEON_DIAGF_LVL 0x3
  35. #define LEON_DIAGF_WR 0x8
  36. #define LEON_DIAGF_WR_SHIFT 3
  37. #define LEON_DIAGF_HIT 0x10
  38. #define LEON_DIAGF_HIT_SHIFT 4
  39. #define LEON_DIAGF_CTX 0x1fe0
  40. #define LEON_DIAGF_CTX_SHIFT 5
  41. #define LEON_DIAGF_VALID 0x2000
  42. #define LEON_DIAGF_VALID_SHIFT 13
  43. /* irq masks */
  44. #define LEON_HARD_INT(x) (1 << (x)) /* irq 0-15 */
  45. #define LEON_IRQMASK_R 0x0000fffe /* bit 15- 1 of lregs.irqmask */
  46. #define LEON_IRQPRIO_R 0xfffe0000 /* bit 31-17 of lregs.irqmask */
  47. /* leon uart register definitions */
  48. #define LEON_OFF_UDATA 0x0
  49. #define LEON_OFF_USTAT 0x4
  50. #define LEON_OFF_UCTRL 0x8
  51. #define LEON_OFF_USCAL 0xc
  52. #define LEON_UCTRL_RE 0x01
  53. #define LEON_UCTRL_TE 0x02
  54. #define LEON_UCTRL_RI 0x04
  55. #define LEON_UCTRL_TI 0x08
  56. #define LEON_UCTRL_PS 0x10
  57. #define LEON_UCTRL_PE 0x20
  58. #define LEON_UCTRL_FL 0x40
  59. #define LEON_UCTRL_LB 0x80
  60. #define LEON_USTAT_DR 0x01
  61. #define LEON_USTAT_TS 0x02
  62. #define LEON_USTAT_TH 0x04
  63. #define LEON_USTAT_BR 0x08
  64. #define LEON_USTAT_OV 0x10
  65. #define LEON_USTAT_PE 0x20
  66. #define LEON_USTAT_FE 0x40
  67. #define LEON_MCFG2_SRAMDIS 0x00002000
  68. #define LEON_MCFG2_SDRAMEN 0x00004000
  69. #define LEON_MCFG2_SRAMBANKSZ 0x00001e00 /* [12-9] */
  70. #define LEON_MCFG2_SRAMBANKSZ_SHIFT 9
  71. #define LEON_MCFG2_SDRAMBANKSZ 0x03800000 /* [25-23] */
  72. #define LEON_MCFG2_SDRAMBANKSZ_SHIFT 23
  73. #define LEON_TCNT0_MASK 0x7fffff
  74. #define LEON_USTAT_ERROR (LEON_USTAT_OV | LEON_USTAT_PE | LEON_USTAT_FE)
  75. /* no break yet */
  76. #define ASI_LEON3_SYSCTRL 0x02
  77. #define ASI_LEON3_SYSCTRL_ICFG 0x08
  78. #define ASI_LEON3_SYSCTRL_DCFG 0x0c
  79. #define ASI_LEON3_SYSCTRL_CFG_SNOOPING (1 << 27)
  80. #define ASI_LEON3_SYSCTRL_CFG_SSIZE(c) (1 << ((c >> 20) & 0xf))
  81. #ifndef __ASSEMBLY__
  82. /* do a virtual address read without cache */
  83. static inline unsigned long leon_readnobuffer_reg(unsigned long paddr)
  84. {
  85. unsigned long retval;
  86. __asm__ __volatile__("lda [%1] %2, %0\n\t" :
  87. "=r"(retval) : "r"(paddr), "i"(ASI_LEON_NOCACHE));
  88. return retval;
  89. }
  90. /* do a physical address bypass write, i.e. for 0x80000000 */
  91. static inline void leon_store_reg(unsigned long paddr, unsigned long value)
  92. {
  93. __asm__ __volatile__("sta %0, [%1] %2\n\t" : : "r"(value), "r"(paddr),
  94. "i"(ASI_LEON_BYPASS) : "memory");
  95. }
  96. /* do a physical address bypass load, i.e. for 0x80000000 */
  97. static inline unsigned long leon_load_reg(unsigned long paddr)
  98. {
  99. unsigned long retval;
  100. __asm__ __volatile__("lda [%1] %2, %0\n\t" :
  101. "=r"(retval) : "r"(paddr), "i"(ASI_LEON_BYPASS));
  102. return retval;
  103. }
  104. static inline void leon_srmmu_disabletlb(void)
  105. {
  106. unsigned int retval;
  107. __asm__ __volatile__("lda [%%g0] %2, %0\n\t" : "=r"(retval) : "r"(0),
  108. "i"(ASI_LEON_MMUREGS));
  109. retval |= LEON_CNR_CTRL_TLBDIS;
  110. __asm__ __volatile__("sta %0, [%%g0] %2\n\t" : : "r"(retval), "r"(0),
  111. "i"(ASI_LEON_MMUREGS) : "memory");
  112. }
  113. static inline void leon_srmmu_enabletlb(void)
  114. {
  115. unsigned int retval;
  116. __asm__ __volatile__("lda [%%g0] %2, %0\n\t" : "=r"(retval) : "r"(0),
  117. "i"(ASI_LEON_MMUREGS));
  118. retval = retval & ~LEON_CNR_CTRL_TLBDIS;
  119. __asm__ __volatile__("sta %0, [%%g0] %2\n\t" : : "r"(retval), "r"(0),
  120. "i"(ASI_LEON_MMUREGS) : "memory");
  121. }
  122. /* macro access for leon_load_reg() and leon_store_reg() */
  123. #define LEON3_BYPASS_LOAD_PA(x) (leon_load_reg((unsigned long)(x)))
  124. #define LEON3_BYPASS_STORE_PA(x, v) (leon_store_reg((unsigned long)(x), (unsigned long)(v)))
  125. #define LEON3_BYPASS_ANDIN_PA(x, v) LEON3_BYPASS_STORE_PA(x, LEON3_BYPASS_LOAD_PA(x) & v)
  126. #define LEON3_BYPASS_ORIN_PA(x, v) LEON3_BYPASS_STORE_PA(x, LEON3_BYPASS_LOAD_PA(x) | v)
  127. #define LEON_BYPASS_LOAD_PA(x) leon_load_reg((unsigned long)(x))
  128. #define LEON_BYPASS_STORE_PA(x, v) leon_store_reg((unsigned long)(x), (unsigned long)(v))
  129. #define LEON_REGLOAD_PA(x) leon_load_reg((unsigned long)(x)+LEON_PREGS)
  130. #define LEON_REGSTORE_PA(x, v) leon_store_reg((unsigned long)(x)+LEON_PREGS, (unsigned long)(v))
  131. #define LEON_REGSTORE_OR_PA(x, v) LEON_REGSTORE_PA(x, LEON_REGLOAD_PA(x) | (unsigned long)(v))
  132. #define LEON_REGSTORE_AND_PA(x, v) LEON_REGSTORE_PA(x, LEON_REGLOAD_PA(x) & (unsigned long)(v))
  133. /* macro access for leon_readnobuffer_reg() */
  134. #define LEON_BYPASSCACHE_LOAD_VA(x) leon_readnobuffer_reg((unsigned long)(x))
  135. extern void leon_init(void);
  136. extern void leon_switch_mm(void);
  137. extern void leon_init_IRQ(void);
  138. extern unsigned long last_valid_pfn;
  139. static inline unsigned long sparc_leon3_get_dcachecfg(void)
  140. {
  141. unsigned int retval;
  142. __asm__ __volatile__("lda [%1] %2, %0\n\t" :
  143. "=r"(retval) :
  144. "r"(ASI_LEON3_SYSCTRL_DCFG),
  145. "i"(ASI_LEON3_SYSCTRL));
  146. return retval;
  147. }
  148. /* enable snooping */
  149. static inline void sparc_leon3_enable_snooping(void)
  150. {
  151. __asm__ __volatile__ ("lda [%%g0] 2, %%l1\n\t"
  152. "set 0x800000, %%l2\n\t"
  153. "or %%l2, %%l1, %%l2\n\t"
  154. "sta %%l2, [%%g0] 2\n\t" : : : "l1", "l2");
  155. };
  156. static inline int sparc_leon3_snooping_enabled(void)
  157. {
  158. u32 cctrl;
  159. __asm__ __volatile__("lda [%%g0] 2, %0\n\t" : "=r"(cctrl));
  160. return (cctrl >> 23) & 1;
  161. };
  162. static inline void sparc_leon3_disable_cache(void)
  163. {
  164. __asm__ __volatile__ ("lda [%%g0] 2, %%l1\n\t"
  165. "set 0x00000f, %%l2\n\t"
  166. "andn %%l2, %%l1, %%l2\n\t"
  167. "sta %%l2, [%%g0] 2\n\t" : : : "l1", "l2");
  168. };
  169. static inline unsigned long sparc_leon3_asr17(void)
  170. {
  171. u32 asr17;
  172. __asm__ __volatile__ ("rd %%asr17, %0\n\t" : "=r"(asr17));
  173. return asr17;
  174. };
  175. static inline int sparc_leon3_cpuid(void)
  176. {
  177. return sparc_leon3_asr17() >> 28;
  178. }
  179. #endif /*!__ASSEMBLY__*/
  180. #ifdef CONFIG_SMP
  181. # define LEON3_IRQ_IPI_DEFAULT 13
  182. # define LEON3_IRQ_TICKER (leon3_ticker_irq)
  183. # define LEON3_IRQ_CROSS_CALL 15
  184. #endif
  185. #if defined(PAGE_SIZE_LEON_8K)
  186. #define LEON_PAGE_SIZE_LEON 1
  187. #elif defined(PAGE_SIZE_LEON_16K)
  188. #define LEON_PAGE_SIZE_LEON 2)
  189. #else
  190. #define LEON_PAGE_SIZE_LEON 0
  191. #endif
  192. #if LEON_PAGE_SIZE_LEON == 0
  193. /* [ 8, 6, 6 ] + 12 */
  194. #define LEON_PGD_SH 24
  195. #define LEON_PGD_M 0xff
  196. #define LEON_PMD_SH 18
  197. #define LEON_PMD_SH_V (LEON_PGD_SH-2)
  198. #define LEON_PMD_M 0x3f
  199. #define LEON_PTE_SH 12
  200. #define LEON_PTE_M 0x3f
  201. #elif LEON_PAGE_SIZE_LEON == 1
  202. /* [ 7, 6, 6 ] + 13 */
  203. #define LEON_PGD_SH 25
  204. #define LEON_PGD_M 0x7f
  205. #define LEON_PMD_SH 19
  206. #define LEON_PMD_SH_V (LEON_PGD_SH-1)
  207. #define LEON_PMD_M 0x3f
  208. #define LEON_PTE_SH 13
  209. #define LEON_PTE_M 0x3f
  210. #elif LEON_PAGE_SIZE_LEON == 2
  211. /* [ 6, 6, 6 ] + 14 */
  212. #define LEON_PGD_SH 26
  213. #define LEON_PGD_M 0x3f
  214. #define LEON_PMD_SH 20
  215. #define LEON_PMD_SH_V (LEON_PGD_SH-0)
  216. #define LEON_PMD_M 0x3f
  217. #define LEON_PTE_SH 14
  218. #define LEON_PTE_M 0x3f
  219. #elif LEON_PAGE_SIZE_LEON == 3
  220. /* [ 4, 7, 6 ] + 15 */
  221. #define LEON_PGD_SH 28
  222. #define LEON_PGD_M 0x0f
  223. #define LEON_PMD_SH 21
  224. #define LEON_PMD_SH_V (LEON_PGD_SH-0)
  225. #define LEON_PMD_M 0x7f
  226. #define LEON_PTE_SH 15
  227. #define LEON_PTE_M 0x3f
  228. #else
  229. #error cannot determine LEON_PAGE_SIZE_LEON
  230. #endif
  231. #define PAGE_MIN_SHIFT (12)
  232. #define PAGE_MIN_SIZE (1UL << PAGE_MIN_SHIFT)
  233. #define LEON3_XCCR_SETS_MASK 0x07000000UL
  234. #define LEON3_XCCR_SSIZE_MASK 0x00f00000UL
  235. #define LEON2_CCR_DSETS_MASK 0x03000000UL
  236. #define LEON2_CFG_SSIZE_MASK 0x00007000UL
  237. #ifndef __ASSEMBLY__
  238. extern unsigned long srmmu_swprobe(unsigned long vaddr, unsigned long *paddr);
  239. extern void leon_flush_icache_all(void);
  240. extern void leon_flush_dcache_all(void);
  241. extern void leon_flush_cache_all(void);
  242. extern void leon_flush_tlb_all(void);
  243. extern int leon_flush_during_switch;
  244. extern int leon_flush_needed(void);
  245. struct vm_area_struct;
  246. extern void leon_flush_icache_all(void);
  247. extern void leon_flush_dcache_all(void);
  248. extern void leon_flush_pcache_all(struct vm_area_struct *vma, unsigned long page);
  249. extern void leon_flush_cache_all(void);
  250. extern void leon_flush_tlb_all(void);
  251. extern int leon_flush_during_switch;
  252. extern int leon_flush_needed(void);
  253. extern void leon_flush_pcache_all(struct vm_area_struct *vma, unsigned long page);
  254. /* struct that hold LEON3 cache configuration registers */
  255. struct leon3_cacheregs {
  256. unsigned long ccr; /* 0x00 - Cache Control Register */
  257. unsigned long iccr; /* 0x08 - Instruction Cache Configuration Register */
  258. unsigned long dccr; /* 0x0c - Data Cache Configuration Register */
  259. };
  260. /* struct that hold LEON2 cache configuration register
  261. * & configuration register
  262. */
  263. struct leon2_cacheregs {
  264. unsigned long ccr, cfg;
  265. };
  266. #ifdef __KERNEL__
  267. #include <linux/interrupt.h>
  268. struct device_node;
  269. extern unsigned int leon_build_device_irq(unsigned int real_irq,
  270. irq_flow_handler_t flow_handler,
  271. const char *name, int do_ack);
  272. extern void leon_update_virq_handling(unsigned int virq,
  273. irq_flow_handler_t flow_handler,
  274. const char *name, int do_ack);
  275. extern void leon_clear_clock_irq(void);
  276. extern void leon_load_profile_irq(int cpu, unsigned int limit);
  277. extern void leon_init_timers(irq_handler_t counter_fn);
  278. extern void leon_clear_clock_irq(void);
  279. extern void leon_load_profile_irq(int cpu, unsigned int limit);
  280. extern void leon_trans_init(struct device_node *dp);
  281. extern void leon_node_init(struct device_node *dp, struct device_node ***nextp);
  282. extern void leon_init_IRQ(void);
  283. extern void leon_init(void);
  284. extern unsigned long srmmu_swprobe(unsigned long vaddr, unsigned long *paddr);
  285. extern void init_leon(void);
  286. extern void poke_leonsparc(void);
  287. extern void leon3_getCacheRegs(struct leon3_cacheregs *regs);
  288. extern int leon_flush_needed(void);
  289. extern void leon_switch_mm(void);
  290. extern int srmmu_swprobe_trace;
  291. extern int leon3_ticker_irq;
  292. #ifdef CONFIG_SMP
  293. extern int leon_smp_nrcpus(void);
  294. extern void leon_clear_profile_irq(int cpu);
  295. extern void leon_smp_done(void);
  296. extern void leon_boot_cpus(void);
  297. extern int leon_boot_one_cpu(int i);
  298. void leon_init_smp(void);
  299. extern void cpu_idle(void);
  300. extern void init_IRQ(void);
  301. extern void cpu_panic(void);
  302. extern int __leon_processor_id(void);
  303. void leon_enable_irq_cpu(unsigned int irq_nr, unsigned int cpu);
  304. extern irqreturn_t leon_percpu_timer_interrupt(int irq, void *unused);
  305. extern unsigned int real_irq_entry[];
  306. extern unsigned int smpleon_ipi[];
  307. extern unsigned int patchme_maybe_smp_msg[];
  308. extern unsigned int t_nmi[], linux_trap_ipi15_leon[];
  309. extern unsigned int linux_trap_ipi15_sun4m[];
  310. extern int leon_ipi_irq;
  311. #endif /* CONFIG_SMP */
  312. #endif /* __KERNEL__ */
  313. #endif /* __ASSEMBLY__ */
  314. /* macros used in leon_mm.c */
  315. #define PFN(x) ((x) >> PAGE_SHIFT)
  316. #define _pfn_valid(pfn) ((pfn < last_valid_pfn) && (pfn >= PFN(phys_base)))
  317. #define _SRMMU_PTE_PMASK_LEON 0xffffffff
  318. #else /* defined(CONFIG_SPARC_LEON) */
  319. /* nop definitions for !LEON case */
  320. #define leon_init() do {} while (0)
  321. #define leon_switch_mm() do {} while (0)
  322. #define leon_init_IRQ() do {} while (0)
  323. #define init_leon() do {} while (0)
  324. #define leon_smp_done() do {} while (0)
  325. #define leon_boot_cpus() do {} while (0)
  326. #define leon_boot_one_cpu(i) 1
  327. #define leon_init_smp() do {} while (0)
  328. #endif /* !defined(CONFIG_SPARC_LEON) */
  329. #endif