Searched defs:align_to (Results 1 – 4 of 4) sorted by relevance
174 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument 173 ALIGN_UP(x,align_to) global() argument
26 #define ALIGN_UP(x, align_to) \ argument
130 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
2853 static int udma_get_tr_counters(size_t len, unsigned long align_to, in udma_get_tr_counters() argument