Searched refs:ACIA_IRQ (Results 1 – 2 of 2) sorted by relevance
330 if (acia.mid_ctrl & ACIA_IRQ) in keyboard_interrupt()335 if (!((acia_stat | acia.mid_ctrl) & ACIA_IRQ)) in keyboard_interrupt()
649 #define ACIA_IRQ (1<<7) /* Interrupt Request */ macro