Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dmos6522.c68 bool positive_edge = true; in mos6522_set_irq() local
82 positive_edge = false; in mos6522_set_irq()
88 if ((positive_edge && (ctrl & C2_POS)) || in mos6522_set_irq()
89 (!positive_edge && !(ctrl & C2_POS))) { in mos6522_set_irq()
95 if ((positive_edge && (ctrl & C1_POS)) || in mos6522_set_irq()
96 (!positive_edge && !(ctrl & C1_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()
112 if ((positive_edge && (ctrl & C1_POS)) || in mos6522_set_irq()
113 (!positive_edge && !(ctrl & C1_POS))) { in mos6522_set_irq()