/arch/powerpc/boot/ |
D | treeboot-walnut.c | 25 void *devp, *sram; in walnut_flashsel_fixup() local 47 sram = finddevice("/plb/ebc/sram"); in walnut_flashsel_fixup() 48 if (!sram) in walnut_flashsel_fixup() 51 if (getprop(sram, "reg", reg_sram, sizeof(reg_sram)) != sizeof(reg_sram)) in walnut_flashsel_fixup() 60 setprop(sram, "reg", reg_sram, sizeof(reg_sram)); in walnut_flashsel_fixup()
|
/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pm.c | 9 extern void mpc52xx_deep_sleep(void __iomem *sram, void __iomem *sdram_regs, 21 static void __iomem *sram; variable 90 sram = mbar + 0x8000; /* Those will be handled by the */ in mpc52xx_pm_prepare() 129 memcpy(saved_sram, sram, sram_size); in mpc52xx_pm_enter() 132 memcpy(sram, mpc52xx_ds_sram, mpc52xx_ds_sram_size); in mpc52xx_pm_enter() 156 mpc52xx_deep_sleep(sram, sdram, cdm, intr); in mpc52xx_pm_enter() 172 memcpy(sram, saved_sram, sram_size); in mpc52xx_pm_enter()
|
D | lite5200_pm.c | 9 extern void lite5200_low_power(void __iomem *sram, void __iomem *mbar); 18 static void __iomem *sram; variable 84 sram = mbar + 0x8000; in lite5200_pm_prepare() 108 _memcpy_fromio(saved_sram, sram, sram_size); in lite5200_save_regs() 114 _memcpy_toio(sram, saved_sram, sram_size); in lite5200_restore_regs() 216 lite5200_low_power(sram, mbar); in lite5200_pm_enter()
|
/arch/avr32/mach-at32ap/ |
D | pm.c | 116 void *sram; in avr32_pm_enter() local 120 sram = avr32_pm_map_sram(); in avr32_pm_enter() 124 sysreg_write(EVBA, (unsigned long)sram); in avr32_pm_enter() 142 sram = avr32_pm_map_sram(); in avr32_pm_enter() 146 sysreg_write(EVBA, (unsigned long)sram); in avr32_pm_enter()
|
/arch/arm/mach-ixp4xx/ |
D | ixp4xx_qmgr.c | 197 if (__raw_readl(&qmgr_regs->sram[queue])) { in qmgr_request_queue() 211 if (addr + len > ARRAY_SIZE(qmgr_regs->sram)) { in qmgr_request_queue() 223 __raw_writel(cfg | (addr << 14), &qmgr_regs->sram[queue]); in qmgr_request_queue() 246 cfg = __raw_readl(&qmgr_regs->sram[queue]); in qmgr_release_queue() 273 __raw_writel(0, &qmgr_regs->sram[queue]); in qmgr_release_queue() 311 __raw_writel(0, &qmgr_regs->sram[i]); in qmgr_init()
|
/arch/blackfin/mm/ |
D | Makefile | 5 obj-y := sram-alloc.o isram-driver.o init.o maccess.o
|
/arch/powerpc/boot/dts/ |
D | pcm030.dts | 80 sram@8000 { 81 compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram";
|
D | motionpro.dts | 82 sram@8000 { 83 compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram";
|
D | lite5200b.dts | 103 sram@8000 { 104 compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram";
|
D | tqm5200.dts | 170 sram@8000 { 171 compatible = "fsl,mpc5200-sram";
|
D | charon.dts | 178 sram@8000 { 179 compatible = "fsl,mpc5200-sram";
|
D | mpc5200b.dtsi | 265 sram@8000 { 266 compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram";
|
D | mpc5125twr.dts | 52 sram@30000000 { 53 compatible = "fsl,mpc5121-sram";
|
/arch/sh/boards/mach-sdk7786/ |
D | Makefile | 4 obj-$(CONFIG_HAVE_SRAM_POOL) += sram.o
|
/arch/x86/platform/ts5500/ |
D | ts5500.c | 79 bool sram; member 134 sbc->sram = tmp & TS5500_SRAM; in ts5500_detect_config() 176 TS5500_SHOW(sram) 184 static DEVICE_ATTR(sram, S_IRUGO, ts5500_show_sram, NULL);
|
/arch/arm/mach-pxa/ |
D | pxa3xx.c | 106 static void __iomem *sram; variable 120 void (*fn)(unsigned int) = (void __force *)(sram + 0x8000); in pxa3xx_cpu_standby() 122 memcpy_toio(sram + 0x8000, pm_enter_standby_start, in pxa3xx_cpu_standby() 221 sram = ioremap(ISRAM_START, ISRAM_SIZE); in pxa3xx_init_pm() 222 if (!sram) { in pxa3xx_init_pm()
|
/arch/arm/plat-omap/ |
D | Makefile | 8 obj-y := sram.o dma.o counter_32k.o
|
/arch/mips/lantiq/dts/ |
D | danube.dtsi | 32 sram@1F000000 { 35 compatible = "lantiq,sram";
|
/arch/arm/mach-omap1/ |
D | Makefile | 6 obj-y := io.o id.o sram-init.o sram.o time.o irq.o mux.o flash.o \
|
/arch/arm/mach-mmp/ |
D | Makefile | 10 obj-$(CONFIG_CPU_MMP2) += mmp2.o sram.o
|
/arch/arm/mach-davinci/ |
D | Makefile | 8 dma.o usb.o common.o sram.o aemif.o
|
/arch/arm/boot/dts/ |
D | sama5d3xcm.dtsi | 51 atmel,use-nfc-sram;
|
D | orion5x.dtsi | 131 reg-names = "regs", "sram";
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | qmgr.h | 57 u32 sram[2048]; /* 0x2000 - 0x3FFF - config and buffer */ member
|
/arch/sh/mm/ |
D | Makefile | 43 obj-$(CONFIG_HAVE_SRAM_POOL) += sram.o
|