Home
last modified time | relevance | path

Searched refs:DDE_BUFFER_ALIGN (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c129 if (!IS_ALIGNED(pa, DDE_BUFFER_ALIGN)) { in setup_ddl()
131 in ? "input" : "output", pa, DDE_BUFFER_ALIGN); in setup_ddl()
1017 .alignment = DDE_BUFFER_ALIGN,
1061 BUILD_BUG_ON(PAGE_SIZE % DDE_BUFFER_ALIGN); in nx_compress_powernv_init()
1062 BUILD_BUG_ON(DDE_BUFFER_ALIGN % DDE_BUFFER_SIZE_MULT); in nx_compress_powernv_init()
H A Dnx-842.h22 #define DDE_BUFFER_ALIGN (128) macro
H A Dnx-common-pseries.c49 .alignment = DDE_BUFFER_ALIGN,