Searched refs:GEN8_DE_PORT_IRQ (Results 1 – 2 of 2) sorted by relevance
161 if ((interrupt & GEN8_DE_PORT_IRQ) != 0) { in gen8_handle_interrupts()166 interrupt &= ~GEN8_DE_PORT_IRQ; in gen8_handle_interrupts()
756 #define GEN8_DE_PORT_IRQ (1 << 20) macro