Searched refs:ALIGN_UP (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/mtd/devices/
H A Dubi32-m25p80.c183 #define ALIGN_UP(v, a) (((v) + ((a) - 1)) & ~((a) - 1)) macro
388 block_end = ALIGN_UP(data_end, 4);

Completed in 23 milliseconds