Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libx86emu/
H A Dx86emu_i8254.c80 if (timer->gate_high || timer->start_tick > curtick) in x86emu_i8254_counter()
123 if (timer->gate_high || timer->start_tick > curtick) in x86emu_i8254_out()
303 val = (sc->timer[2].gate_high) ? 1 : 0; in x86emu_i8254_read_nmi()
315 old_gate = sc->timer[2].gate_high; in x86emu_i8254_write_nmi()
316 sc->timer[2].gate_high = (val & 1) == 1; in x86emu_i8254_write_nmi()
317 if (!old_gate && sc->timer[2].gate_high) in x86emu_i8254_write_nmi()
332 timer->gate_high = false; in x86emu_i8254_init()
/netbsd-src/common/include/x86emu/
H A Dx86emu_i8254.h48 bool gate_high; member