Home
last modified time | relevance | path

Searched refs:LPC32XX_IRAM_BASE (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/arm/mach-lpc32xx/
Dcommon.c193 [1] = DEFINE_RES_MEM(LPC32XX_IRAM_BASE, SZ_128K),
258 iramptr1 = io_p2v(LPC32XX_IRAM_BASE); in lpc32xx_return_iram_size()
259 iramptr2 = io_p2v(LPC32XX_IRAM_BASE + LPC32XX_IRAM_BANK_SIZE); in lpc32xx_return_iram_size()
372 .virtual = IO_ADDRESS(LPC32XX_IRAM_BASE),
373 .pfn = __phys_to_pfn(LPC32XX_IRAM_BASE),
Dpm.c78 #define TEMP_IRAM_AREA IO_ADDRESS(LPC32XX_IRAM_BASE)
/linux-3.4.99/arch/arm/mach-lpc32xx/include/mach/
Dplatform.h104 #define LPC32XX_IRAM_BASE 0x08000000 macro