Searched refs:IS_IRQ_SENSOR (Results 1 – 6 of 6) sorted by relevance
295 IS_IRQ_SENSOR = 1<<12, /* IRQ from Sensor (YUKON only) */ enumerator
220 IS_IRQ_SENSOR = 1<<12, /* IRQ from Sensor (YUKON only) */ enumerator
3095 (skge_read32(hw, B0_HWE_ISRC) & IS_IRQ_SENSOR)) { in skge_reset()
1658 if ((DWord & IS_IRQ_SENSOR) != 0) { in SkGeInit1()
474 if ((HwStatus & IS_IRQ_SENSOR) != 0) { in SkGeHwErr()
887 #define IS_IRQ_SENSOR BIT_12 /* IRQ from Sensor (YUKON only) */ macro