Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/
H A Dkernel.h42 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h36 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro