Lines Matching refs:hwstatus
3277 u32 hwstatus = skge_read32(hw, B0_HWE_ISRC); in skge_error_irq() local
3281 if (hwstatus & (IS_NO_STAT_M1|IS_NO_TIST_M1)) in skge_error_irq()
3283 if (hwstatus & (IS_NO_STAT_M2|IS_NO_TIST_M2)) in skge_error_irq()
3287 if (hwstatus & IS_IRQ_TIST_OV) in skge_error_irq()
3291 if (hwstatus & IS_RAM_RD_PAR) { in skge_error_irq()
3296 if (hwstatus & IS_RAM_WR_PAR) { in skge_error_irq()
3301 if (hwstatus & IS_M1_PAR_ERR) in skge_error_irq()
3304 if (hwstatus & IS_M2_PAR_ERR) in skge_error_irq()
3307 if (hwstatus & IS_R1_PAR_ERR) { in skge_error_irq()
3313 if (hwstatus & IS_R2_PAR_ERR) { in skge_error_irq()
3319 if (hwstatus & (IS_IRQ_MST_ERR|IS_IRQ_STAT)) { in skge_error_irq()
3337 hwstatus = skge_read32(hw, B0_HWE_ISRC); in skge_error_irq()
3338 if (hwstatus & IS_IRQ_STAT) { in skge_error_irq()