Searched refs:isr_lo (Results 1 – 1 of 1) sorted by relevance
577 static void talitos_error(struct device *dev, u32 isr, u32 isr_lo) in talitos_error() argument656 (!is_sec1 && isr & ~TALITOS2_ISR_4CHERR) || isr_lo) { in talitos_error()657 if (is_sec1 && (isr_lo & TALITOS1_ISR_TEA_ERR)) in talitos_error()659 isr, isr_lo); in talitos_error()662 "rngu error: ISR 0x%08x_%08x\n", isr, isr_lo); in talitos_error()678 u32 isr, isr_lo; \683 isr_lo = in_be32(priv->reg + TALITOS_ISR_LO); \686 out_be32(priv->reg + TALITOS_ICR_LO, isr_lo); \688 if (unlikely(isr & ch_err_mask || isr_lo & TALITOS1_IMR_LO_INIT)) { \690 talitos_error(dev, isr & ch_err_mask, isr_lo); \[all …]