Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Djr.c155 uint32_t jrint, jrcr; in jr_hw_reset() local
157 sec_out32(&regs->jrcr, JRCR_RESET); in jr_hw_reset()
169 sec_out32(&regs->jrcr, JRCR_RESET); in jr_hw_reset()
171 jrcr = sec_in32(&regs->jrcr); in jr_hw_reset()
172 } while ((jrcr & JRCR_RESET) && --timeout); in jr_hw_reset()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_sec.h190 u32 jrcr; member