Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/plat-omap/
H A Dsram.c29 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) macro
55 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()
106 start = ROUND_DOWN(start, PAGE_SIZE); in omap_map_sram()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dsram.c47 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) macro
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dfirestream.c432 #define ROUND_DOWN 2 macro
498 case ROUND_DOWN: { in make_rate()
536 if (r == ROUND_DOWN) { in make_rate()
993 r = ROUND_DOWN; in fs_open()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsystem.h393 #define ROUND_DOWN(x,y) ((x) & ~((y) - 1)) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsystem.h393 #define ROUND_DOWN(x,y) ((x) & ~((y) - 1)) macro