Home
last modified time | relevance | path

Searched refs:__ALIGN_MASK (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_vab.h16 #define BYTE_ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1)
17 #define __ALIGN_MASK(x, mask) (((x)+(mask))&~(mask)) macro