Searched refs:IS_R1_C (Results 1 – 7 of 7) sorted by relevance
292 (IS_R1_C) |(IS_R2_C) | \305 (IS_R1_C) |(IS_R2_C) | \
858 #define IS_R1_C BIT_15 /* Q_R1 Encoding Error */ macro
54 IS_R1_C | IS_XA_C | IS_XS_C)
1328 #define IS_R1_C (1L<<12) /* Bit 12: Encoding Error (q1) */ macro
189 IS_R1_C | IS_XA_C | IS_XS_C)794 if (is & IS_R1_C) { /* Encoding error rx queue 1 */
187 IS_R1_C = 1<<15, /* Q_R1 Encoding Error */ enumerator
682 if ((Istatus & IS_R1_C) != 0) { in SkGeSirqIsr()