Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c128 if (!IS_ALIGNED(pa, DDE_BUFFER_ALIGN)) { in setup_ddl()
130 in ? "input" : "output", pa, DDE_BUFFER_ALIGN); in setup_ddl()
1019 .alignment = DDE_BUFFER_ALIGN,
1063 BUILD_BUG_ON(PAGE_SIZE % DDE_BUFFER_ALIGN); in nx_compress_powernv_init()
1064 BUILD_BUG_ON(DDE_BUFFER_ALIGN % DDE_BUFFER_SIZE_MULT); in nx_compress_powernv_init()
H A Dnx-842.h23 #define DDE_BUFFER_ALIGN (128) macro
H A Dnx-common-pseries.c48 .alignment = DDE_BUFFER_ALIGN,