Home
last modified time | relevance | path

Searched refs:BYTE_ALIGN (Results 1 – 2 of 2) 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) macro
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_vab.c112 mbox_data_sz = (BYTE_ALIGN(*p_size - img_sz, sizeof(uint32_t))) >> 2; in socfpga_vab_authentication()