Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-omap1/
A Dsram-init.c43 unsigned long available, new_ceil = (unsigned long)omap_sram_ceil; in omap_sram_push_address() local
52 new_ceil -= size; in omap_sram_push_address()
53 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()
54 omap_sram_ceil = IOMEM(new_ceil); in omap_sram_push_address()
/linux-6.3-rc2/arch/arm/mach-omap2/
A Dsram.c65 unsigned long available, new_ceil = (unsigned long)omap_sram_ceil; in omap_sram_push_address() local
74 new_ceil -= size; in omap_sram_push_address()
75 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()
76 omap_sram_ceil = IOMEM(new_ceil); in omap_sram_push_address()

Completed in 3 milliseconds