Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/plat-omap/
Dsram.c48 unsigned long available, new_ceil = (unsigned long)omap_sram_ceil; in omap_sram_push_address() local
57 new_ceil -= size; in omap_sram_push_address()
58 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()
59 omap_sram_ceil = IOMEM(new_ceil); in omap_sram_push_address()