Home
last modified time | relevance | path

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

/linux-4.1.27/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()
232 clrbits32(&jrp->rregs->rconfig_lo, JRCFG_IMSK); in caam_jr_dequeue()
Dregs.h575 #define JRCFG_IMSK 0x01 macro