Searched refs:hwstatus (Results 1 – 1 of 1) sorted by relevance
3274 u32 hwstatus = skge_read32(hw, B0_HWE_ISRC); in skge_error_irq() local3278 if (hwstatus & (IS_NO_STAT_M1|IS_NO_TIST_M1)) in skge_error_irq()3280 if (hwstatus & (IS_NO_STAT_M2|IS_NO_TIST_M2)) in skge_error_irq()3284 if (hwstatus & IS_IRQ_TIST_OV) in skge_error_irq()3288 if (hwstatus & IS_RAM_RD_PAR) { in skge_error_irq()3293 if (hwstatus & IS_RAM_WR_PAR) { in skge_error_irq()3298 if (hwstatus & IS_M1_PAR_ERR) in skge_error_irq()3301 if (hwstatus & IS_M2_PAR_ERR) in skge_error_irq()3304 if (hwstatus & IS_R1_PAR_ERR) { in skge_error_irq()3310 if (hwstatus & IS_R2_PAR_ERR) { in skge_error_irq()[all …]