Searched refs:IS_IRQ_STAT (Results 1 – 6 of 6) sorted by relevance
222 IS_IRQ_STAT = 1<<10, /* IRQ status exception */ enumerator234 IS_ERR_MSK = IS_IRQ_MST_ERR | IS_IRQ_STAT
297 IS_IRQ_STAT = 1<<10, /* IRQ status exception */ enumerator
2803 if (hwstatus & (IS_IRQ_MST_ERR|IS_IRQ_STAT)) { in skge_error_irq()2822 if (hwstatus & IS_IRQ_STAT) { in skge_error_irq()
414 if ((HwStatus & (IS_IRQ_MST_ERR | IS_IRQ_STAT)) != 0) { in SkGeHwErr()416 if ((HwStatus & IS_IRQ_STAT) != 0) { in SkGeHwErr()
1310 #define IS_IRQ_STAT (1L<<24) /* Bit 24: IRQ status execption */ macro
889 #define IS_IRQ_STAT BIT_10 /* IRQ status exception */ macro