Searched refs:ROUND_DOWN (Results 1 – 2 of 2) sorted by relevance
26 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) macro53 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()110 omap_sram_start = ROUND_DOWN(omap_sram_start, PAGE_SIZE); in omap_detect_and_map_sram()
48 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) macro75 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()201 omap_sram_start = ROUND_DOWN(omap_sram_start, PAGE_SIZE); in omap2_map_sram()