Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libx86emu/
H A Dx86emu_i8254.c204 timer->write_lsb = timer->read_lsb = true; in x86emu_i8254_write_command()
208 timer->write_lsb = timer->read_lsb = false; in x86emu_i8254_write_command()
212 timer->write_lsb = timer->read_lsb = true; in x86emu_i8254_write_command()
270 if (!timer->write_lsb && !timer->write_msb) in x86emu_i8254_write_counter()
274 if (timer->write_lsb) { in x86emu_i8254_write_counter()
277 timer->write_lsb = false; in x86emu_i8254_write_counter()
286 if (!timer->write_lsb && !timer->write_msb) { in x86emu_i8254_write_counter()
/netbsd-src/common/include/x86emu/
H A Dx86emu_i8254.h77 bool write_lsb, write_msb; member