Home
last modified time | relevance | path

Searched refs:C2_POS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dmos6522.c88 if ((positive_edge && (ctrl & C2_POS)) || in mos6522_set_irq()
89 (!positive_edge && !(ctrl & C2_POS))) { in mos6522_set_irq()
105 if ((positive_edge && (ctrl & C2_POS)) || in mos6522_set_irq()
106 (!positive_edge && !(ctrl & C2_POS))) { in mos6522_set_irq()
/openbmc/qemu/include/hw/misc/
H A Dmos6522.h77 #define C2_POS 0x2 macro