Searched refs:JRCR_RESET (Results 1 – 4 of 4) sorted by relevance
29 #define JRCR_RESET 0x01 macro
156 sec_out32(®s->jrcr, JRCR_RESET); in jr_hw_reset()168 sec_out32(®s->jrcr, JRCR_RESET); in jr_hw_reset()171 } while ((jrcr & JRCR_RESET) && --timeout); in jr_hw_reset()
118 return caam_jr_stop_processing(dev, JRCR_RESET); in caam_jr_flush()153 wr_reg32(&jrp->rregs->jrcommand, JRCR_RESET); in caam_reset_hw_jr()154 while ((rd_reg32(&jrp->rregs->jrcommand) & JRCR_RESET) && --timeout) in caam_reset_hw_jr()
829 #define JRCR_RESET 0x01 macro