Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dicswx.h116 #define CRB_ALIGN (0x100) /* Errata: requires 256 alignment */ macro
142 } __packed __aligned(CRB_ALIGN);
/linux-4.4.14/drivers/crypto/nx/
Dnx-842-powernv.c32 #define WORKMEM_ALIGN (CRB_ALIGN)
612 BUILD_BUG_ON(WORKMEM_ALIGN % CRB_ALIGN); in nx842_powernv_init()
613 BUILD_BUG_ON(CRB_ALIGN % DDE_ALIGN); in nx842_powernv_init()