Searched refs:SRAM_BOOTLOADER_SZ (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dsram.c57 #define SRAM_BOOTLOADER_SZ 0x00 macro
59 #define SRAM_BOOTLOADER_SZ 0x80 macro
192 omap_sram_start + SRAM_BOOTLOADER_SZ,
193 omap_sram_size - SRAM_BOOTLOADER_SZ);
198 omap_sram_start + SRAM_BOOTLOADER_SZ,
199 omap_sram_size - SRAM_BOOTLOADER_SZ);
258 memset((void *)omap_sram_base + SRAM_BOOTLOADER_SZ, 0,
259 omap_sram_size - SRAM_BOOTLOADER_SZ);
264 if (size > (omap_sram_ceil - (omap_sram_base + SRAM_BOOTLOADER_SZ))) {

Completed in 108 milliseconds