Lines Matching refs:hwstatus
3268 u32 hwstatus = skge_read32(hw, B0_HWE_ISRC); in skge_error_irq() local
3272 if (hwstatus & (IS_NO_STAT_M1|IS_NO_TIST_M1)) in skge_error_irq()
3274 if (hwstatus & (IS_NO_STAT_M2|IS_NO_TIST_M2)) in skge_error_irq()
3278 if (hwstatus & IS_IRQ_TIST_OV) in skge_error_irq()
3282 if (hwstatus & IS_RAM_RD_PAR) { in skge_error_irq()
3287 if (hwstatus & IS_RAM_WR_PAR) { in skge_error_irq()
3292 if (hwstatus & IS_M1_PAR_ERR) in skge_error_irq()
3295 if (hwstatus & IS_M2_PAR_ERR) in skge_error_irq()
3298 if (hwstatus & IS_R1_PAR_ERR) { in skge_error_irq()
3304 if (hwstatus & IS_R2_PAR_ERR) { in skge_error_irq()
3310 if (hwstatus & (IS_IRQ_MST_ERR|IS_IRQ_STAT)) { in skge_error_irq()
3328 hwstatus = skge_read32(hw, B0_HWE_ISRC); in skge_error_irq()
3329 if (hwstatus & IS_IRQ_STAT) { in skge_error_irq()