Home
last modified time | relevance | path

Searched defs:FDT_ALIGN (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
Dlibfdt_internal.h10 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
Dlibfdt_internal.h10 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro