Home
last modified time | relevance | path

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

/external/u-boot/drivers/crypto/fsl/
Djr.h45 struct op_ring { struct
95 struct op_ring *output_ring;
Djr.c118 jr->op_size = roundup(JR_SIZE * sizeof(struct op_ring), in jr_init()
121 (struct op_ring *)memalign(ARCH_DMA_MINALIGN, jr->op_size); in jr_init()
145 memset(jr->output_ring, 0, jr->size * sizeof(struct op_ring)); in jr_sw_cleanup()