Home
last modified time | relevance | path

Searched refs:JRCR_RESET (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Djr.c86 wr_reg32(&jrp->rregs->jrcommand, JRCR_RESET); in caam_reset_hw_jr()
99 wr_reg32(&jrp->rregs->jrcommand, JRCR_RESET); in caam_reset_hw_jr()
100 while ((rd_reg32(&jrp->rregs->jrcommand) & JRCR_RESET) && --timeout) in caam_reset_hw_jr()
H A Dregs.h821 #define JRCR_RESET 0x01 macro
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Djr.h30 #define JRCR_RESET 0x01 macro
H A Djr.c157 sec_out32(&regs->jrcr, JRCR_RESET); in jr_hw_reset()
169 sec_out32(&regs->jrcr, JRCR_RESET); in jr_hw_reset()
172 } while ((jrcr & JRCR_RESET) && --timeout); in jr_hw_reset()