Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dmos6522.c95 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()
/openbmc/qemu/include/hw/misc/
H A Dmos6522.h80 #define C1_POS 0x1 macro