Searched refs:isr_lo (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | talitos.c | 579 static void talitos_error(struct device *dev, u32 isr, u32 isr_lo) in talitos_error() argument 658 (!is_sec1 && isr & ~TALITOS2_ISR_4CHERR) || isr_lo) { in talitos_error() 659 if (is_sec1 && (isr_lo & TALITOS1_ISR_TEA_ERR)) in talitos_error() 661 isr, isr_lo); in talitos_error() 664 "rngu error: ISR 0x%08x_%08x\n", isr, isr_lo); in talitos_error() 680 u32 isr, isr_lo; \ 685 isr_lo = in_be32(priv->reg + TALITOS_ISR_LO); \ 688 out_be32(priv->reg + TALITOS_ICR_LO, isr_lo); \ 690 if (unlikely(isr & ch_err_mask || isr_lo & TALITOS1_IMR_LO_INIT)) { \ 692 talitos_error(dev, isr & ch_err_mask, isr_lo); \ [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | talitos.c | 580 static void talitos_error(struct device *dev, u32 isr, u32 isr_lo) in talitos_error() argument 659 (!is_sec1 && isr & ~TALITOS2_ISR_4CHERR) || isr_lo) { in talitos_error() 660 if (is_sec1 && (isr_lo & TALITOS1_ISR_TEA_ERR)) in talitos_error() 662 isr, isr_lo); in talitos_error() 665 "rngu error: ISR 0x%08x_%08x\n", isr, isr_lo); in talitos_error() 681 u32 isr, isr_lo; \ 686 isr_lo = in_be32(priv->reg + TALITOS_ISR_LO); \ 689 out_be32(priv->reg + TALITOS_ICR_LO, isr_lo); \ 691 if (unlikely(isr & ch_err_mask || isr_lo & TALITOS1_IMR_LO_INIT)) { \ 693 talitos_error(dev, isr & ch_err_mask, isr_lo); \ [all...] |
Completed in 6 milliseconds