Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/caam/
H A Dregs.h220 static inline void jr_outentry_get(void *outring, int hw_idx, dma_addr_t *desc, in jr_outentry_get() argument
228 } __packed *outentry = outring; in jr_outentry_get()
236 } __packed *outentry = outring; in jr_outentry_get()
245 static inline dma_addr_t jr_outentry_desc(void *outring, int hw_idx) in jr_outentry_desc() argument
250 jr_outentry_get(outring, hw_idx, &desc, &unused); in jr_outentry_desc()
255 static inline u32 jr_outentry_jrstatus(void *outring, int hw_idx) in jr_outentry_jrstatus() argument
260 jr_outentry_get(outring, hw_idx, &unused, &jrstatus); in jr_outentry_jrstatus()
H A Djr.c285 if (jr_outentry_desc(jrp->outring, hw_idx) == in caam_jr_dequeue()
294 caam_dma_to_cpu(jr_outentry_desc(jrp->outring, in caam_jr_dequeue()
306 userstatus = caam32_to_cpu(jr_outentry_jrstatus(jrp->outring, in caam_jr_dequeue()
545 jrp->outring = dmam_alloc_coherent(dev, SIZEOF_JR_OUTENTRY * in caam_jr_init()
548 if (!jrp->outring) in caam_jr_init()
H A Dintern.h83 void *outring; /* Base of output ring, DMA-safe */ member