Searched refs:C1_POS (Results 1 – 2 of 2) sorted by relevance
95 if ((positive_edge && (ctrl & C1_POS)) || in mos6522_set_irq()96 (!positive_edge && !(ctrl & C1_POS))) { in mos6522_set_irq()112 if ((positive_edge && (ctrl & C1_POS)) || in mos6522_set_irq()113 (!positive_edge && !(ctrl & C1_POS))) { in mos6522_set_irq()
80 #define C1_POS 0x1 macro