Searched refs:LPC32XX_IRAM_BASE (Results 1 – 3 of 3) sorted by relevance
41 iramptr1 = io_p2v(LPC32XX_IRAM_BASE); in lpc32xx_return_iram()42 iramptr2 = io_p2v(LPC32XX_IRAM_BASE + LPC32XX_IRAM_BANK_SIZE); in lpc32xx_return_iram()57 *dmaaddr = LPC32XX_IRAM_BASE; in lpc32xx_return_iram()59 *mapbase = io_p2v(LPC32XX_IRAM_BASE); in lpc32xx_return_iram()97 .virtual = (unsigned long)IO_ADDRESS(LPC32XX_IRAM_BASE),98 .pfn = __phys_to_pfn(LPC32XX_IRAM_BASE),
74 #define TEMP_IRAM_AREA IO_ADDRESS(LPC32XX_IRAM_BASE)
95 #define LPC32XX_IRAM_BASE 0x08000000 macro