Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_vab.h15 #define IS_BYTE_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) macro
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_vab.c91 if (!IS_BYTE_ALIGNED(img_sz, sizeof(uint32_t))) { in socfpga_vab_authentication()