Searched refs:BYTE_ALIGN (Results 1 – 2 of 2) sorted by relevance
16 #define BYTE_ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1) macro
112 mbox_data_sz = (BYTE_ALIGN(*p_size - img_sz, sizeof(uint32_t))) >> 2; in socfpga_vab_authentication()