Home
last modified time | relevance | path

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

/arch/arm/plat-omap/
Dsram.c47 unsigned long available, new_ceil = (unsigned long)omap_sram_ceil; in omap_sram_push_address() local
56 new_ceil -= size; in omap_sram_push_address()
57 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()
58 omap_sram_ceil = IOMEM(new_ceil); in omap_sram_push_address()