Searched defs:ALIGN_DOWN (Results 1 - 1 of 1) sorted by relevance

/u-boot/include/linux/
H A Dkernel.h50 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) macro

Completed in 83 milliseconds