Searched refs:DDE_BUFFER_LAST_MULT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 139 if (len % DDE_BUFFER_LAST_MULT) { in setup_ddl() 141 in ? "input" : "output", len, DDE_BUFFER_LAST_MULT); in setup_ddl() 144 len = round_down(len, DDE_BUFFER_LAST_MULT); in setup_ddl() 1023 .multiple = DDE_BUFFER_LAST_MULT, 1024 .minimum = DDE_BUFFER_LAST_MULT, 1068 BUILD_BUG_ON(DDE_BUFFER_SIZE_MULT % DDE_BUFFER_LAST_MULT); in nx_compress_powernv_init()
|
H A D | nx-842.h | 25 #define DDE_BUFFER_LAST_MULT (8) macro
|
H A D | nx-842-pseries.c | 24 .multiple = DDE_BUFFER_LAST_MULT, 25 .minimum = DDE_BUFFER_LAST_MULT,
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 139 if (len % DDE_BUFFER_LAST_MULT) { in setup_ddl() 141 in ? "input" : "output", len, DDE_BUFFER_LAST_MULT); in setup_ddl() 144 len = round_down(len, DDE_BUFFER_LAST_MULT); in setup_ddl() 1020 .multiple = DDE_BUFFER_LAST_MULT, 1021 .minimum = DDE_BUFFER_LAST_MULT, 1065 BUILD_BUG_ON(DDE_BUFFER_SIZE_MULT % DDE_BUFFER_LAST_MULT); in nx_compress_powernv_init()
|
H A D | nx-842.h | 25 #define DDE_BUFFER_LAST_MULT (8) macro
|
H A D | nx-common-pseries.c | 49 .multiple = DDE_BUFFER_LAST_MULT, 50 .minimum = DDE_BUFFER_LAST_MULT,
|
Completed in 7 milliseconds