Searched refs:IS_R2_PAR_ERR (Results 1 – 5 of 5) sorted by relevance
232 IS_R2_PAR_ERR = 1<<0, /* Queue R2 Parity Error */ enumerator238 | IS_R1_PAR_ERR | IS_R2_PAR_ERR,
307 IS_R2_PAR_ERR = 1<<0, /* Queue R2 Parity Error */ enumerator
2797 if (hwstatus & IS_R2_PAR_ERR) { in skge_error_irq()
899 #define IS_R2_PAR_ERR BIT_0 /* Queue R2 Parity Error */ macro
518 if ((HwStatus & IS_R2_PAR_ERR) != 0) { in SkGeHwErr()