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

/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dcommon.h51 #define __ALIGN_MASK(x,mask) (((x)+(mask))&~(mask)) macro
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dcommon.h53 #define __ALIGN_MASK(x,mask) (((x)+(mask))&~(mask)) macro
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dcommon.h50 #define __ALIGN_MASK(x,mask) (((x)+(mask))&~(mask)) macro
H A Dtx2_configs.h60 #define EQOS_ALIGN(x,a) __ALIGN_MASK((x),(typeof(x))(a)-1)

Completed in 34 milliseconds