~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/sh/boards/mach-migor/sdram.S

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0
  2  *
  3  * Migo-R sdram self/auto-refresh setup code
  4  *
  5  *  Copyright (C) 2009 Magnus Damm
  6  */
  7 
  8 #include <linux/sys.h>
  9 #include <linux/errno.h>
 10 #include <linux/linkage.h>
 11 #include <asm/asm-offsets.h>
 12 #include <asm/suspend.h>
 13 #include <asm/romimage-macros.h>
 14 
 15 /* code to enter and leave self-refresh. must be self-contained.
 16  * this code will be copied to on-chip memory and executed from there.
 17  */
 18         .balign 4
 19 ENTRY(migor_sdram_enter_start)
 20 
 21         /* SBSC: disable power down and put in self-refresh mode */
 22         mov.l   1f, r4
 23         mov.l   2f, r1
 24         mov.l   @r4, r2
 25         or      r1, r2
 26         mov.l   3f, r3
 27         and     r3, r2
 28         mov.l   r2, @r4
 29 
 30         rts
 31          nop
 32 
 33         .balign 4
 34 1:      .long   0xfe400008 /* SDCR0 */
 35 2:      .long   0x00000400
 36 3:      .long   0xffff7fff
 37 ENTRY(migor_sdram_enter_end)
 38 
 39         .balign 4
 40 ENTRY(migor_sdram_leave_start)
 41 
 42         /* SBSC: set auto-refresh mode */
 43         mov.l   1f, r4
 44         mov.l   @r4, r0
 45         mov.l   4f, r1
 46         and     r1, r0
 47         mov.l   r0, @r4
 48         mov.l   6f, r4
 49         mov.l   8f, r0
 50         mov.l   @r4, r1
 51         mov     #-1, r4
 52         add     r4, r1
 53         or      r1, r0
 54         mov.l   7f, r1
 55         mov.l   r0, @r1
 56 
 57         rts
 58          nop
 59 
 60         .balign 4
 61 1:      .long   0xfe400008 /* SDCR0 */
 62 4:      .long   0xfffffbff
 63 6:      .long   0xfe40001c /* RTCOR */
 64 7:      .long   0xfe400018 /* RTCNT */
 65 8:      .long   0xa55a0000
 66 ENTRY(migor_sdram_leave_end)

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php