Searched refs:RAM (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-l7200.S20 mov r2, #0xf1000000 @ RAM address of initrd
H A Dhead.S388 * bits for the RAM area only.
392 mov r9, r9, lsl #18 @ start of RAM
393 add r10, r9, #0x10000000 @ a reasonable RAM size
397 1: cmp r1, r9 @ if virt > start of RAM
399 cmp r1, r10 @ if virt > end of RAM
409 * If the execution is in RAM then we would only be duplicating the above.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Dvmlinux.lds.S18 /* For most platforms, this will define useful things like RAM addr/size. */
24 into RAM, and similarly `ROMK_' for ROM-resident kernels. Note that all
151 /* Contents of `init' section for a kernel that's loaded into RAM. */
169 should go into RAM. */
210 /* The contents of a `typical' kram area for a kernel in RAM. */
222 ROM and RAM should be appropriate memory areas to use for kernel
223 ROM and RAM data. This assumes that ROM starts at 0 (and thus can
225 #define ROMK_SECTIONS(ROM, RAM) \
241 } > RAM AT> ROM \
247 } > RAM
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dnand_init.S5 ## The bootrom copies data from the NAND flash to the internal RAM but
7 ## code copies more data from NAND flash to internal RAM. Obvioulsy this
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/boot/rescue/
H A Dhead.S20 ;; Copy 68KB NAND flash to Internal RAM (if NAND boot)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dhead.S167 l32i a4, a2, 0 # start destination (in RAM)
168 l32i a5, a2, 4 # end desination (in RAM)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dhead-uc-fr451.S66 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
86 # GR8 = base of uncovered RAM
87 # GR9 = top of uncovered RAM
H A Dhead-uc-fr401.S251 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
268 # GR8 = base of uncovered RAM
269 # GR9 = top of uncovered RAM
H A Dhead-uc-fr555.S239 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
256 # GR8 = base of uncovered RAM
257 # GR9 = top of uncovered RAM
H A Dhead-mmu-fr451.S232 # IAMPR0/DAMPR0 0xC0000000-0xCFFFFFFF Cached kernel RAM Window
250 # need to open a window onto at least part of the RAM for the kernel's use
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm740.S78 ldr r0, =(CONFIG_DRAM_BASE & 0xFFFFF000) @ base[31:12] of RAM
79 ldr r1, =(CONFIG_DRAM_SIZE >> 12) @ size of RAM (must be >= 4KB)
86 mcr p15, 0, r0, c6, c1 @ set area 1, RAM
H A Dproc-arm940.S270 ldr r0, =(CONFIG_DRAM_BASE & 0xFFFFF000) @ base[31:12] of RAM
271 ldr r1, =(CONFIG_DRAM_SIZE >> 12) @ size of RAM (must be >= 4KB)
278 mcr p15, 0, r0, c6, c1, 0 @ set area 1, RAM
H A Dproc-arm946.S316 ldr r0, =(CONFIG_DRAM_BASE & 0xFFFFF000) @ base[31:12] of RAM
317 ldr r1, =(CONFIG_DRAM_SIZE >> 12) @ size of RAM (must be >= 4KB)
324 mcr p15, 0, r0, c6, c1, 0 @ set region 1, RAM
351 * region 1 (RAM) rw rw : b0011
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Drw4_init.S57 mtdcr pb0pesr,r10 # to load RAM image via RiscWatch
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ds_pri.c109 IoAdapter->a.ram_out (&IoAdapter->a, &RAM->SWReg, SWREG_HALT_CPU) ;
111 while ( (i < 100) && (IoAdapter->a.ram_in (&IoAdapter->a, &RAM->SWReg) != 0) )
H A Dio.h253 #define RAM ((struct dual *)0) macro
H A Ddi.c39 #define RAM ((struct dual *)0) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/boot/compressed/
H A Dhead.S186 * bits for the RAM area only.
190 mov r8, r8, lsl #18 @ start of RAM
191 add r9, r8, #0x10000000 @ a reasonable RAM size
195 1: cmp r1, r8 @ if virt > start of RAM
197 cmp r1, r9 @ if virt > end of RAM
207 * If the execution is in RAM then we would only be duplicating the above.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A D3c505.h196 } RAM; member in union:Selftest::__anon5106
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dpnp.h275 RAM = 0, enumerator in enum:_PnP_SUB_TYPE
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dfirestream.h438 #define RAM 0x1c4 macro
H A Dfirestream.c1674 write_fs (dev, RAM, (1 << (28 - FS155_VPI_BITS - FS155_VCI_BITS)) - 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A Dhead.S33 ;; data from NAND flash to internal RAM to get the code
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Daisdram.S251 beqz s5,1f # Running from RAM, simply return
264 /* If we found the controller, but we are already in RAM, there is nothing
268 bnez s5,1f # Not running from RAM, go ahead
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dhead.S216 jump _inram ; Jump to cached RAM.

Completed in 219 milliseconds

12