Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Djr.c34 setbits32(&jrp->rregs->rconfig_lo, JRCFG_IMSK); in caam_reset_hw_jr()
60 clrbits32(&jrp->rregs->rconfig_lo, JRCFG_IMSK); in caam_reset_hw_jr()
150 setbits32(&jrp->rregs->rconfig_lo, JRCFG_IMSK); in caam_jr_interrupt()
239 clrbits32(&jrp->rregs->rconfig_lo, JRCFG_IMSK); in caam_jr_dequeue()
Dregs.h625 #define JRCFG_IMSK 0x01 macro