Home
last modified time | relevance | path

Searched refs:SRAM_START (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-anakin/
Dhardware.h20 #define SRAM_START 0x00000000 macro
60 #define FLUSH_BASE_PHYS SRAM_START
/linux-2.4.37.9/drivers/mtd/maps/
Dcdb89712.c164 start: SRAM_START,
165 end: SRAM_START + SRAM_SIZE - 1,
179 cdb89712_sram_map.map_priv_1 = (unsigned long)ioremap(SRAM_START, SRAM_SIZE); in init_cdb89712_sram()
294 FLASH_SIZE, FLASH_START, SRAM_SIZE, SRAM_START, BOOTROM_SIZE, BOOTROM_START); in init_cdb89712_maps()
/linux-2.4.37.9/include/asm-arm/arch-clps711x/
Dhardware.h104 #define SRAM_START 0x60000000 macro
/linux-2.4.37.9/drivers/atm/
Dlanai.c680 #define SRAM_START (0x20000) macro
685 return lanai->base + SRAM_START + offset; in sram_addr()