Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dz8530tty.c339 int resetbit; in zstty_attach() local
428 resetbit = 0; in zstty_attach()
458 resetbit = (channel == 0) ? ZSWR9_A_RESET : ZSWR9_B_RESET; in zstty_attach()
462 if (resetbit) in zstty_attach()
463 zs_write_reg(cs, 9, resetbit); in zstty_attach()
/netbsd/src/external/mit/lua/dist/src/
Dlgc.h68 #define resetbit(x,b) resetbits(x, bitmask(b)) macro
Dlgc.c893 resetbit(o->marked, FINALIZEDBIT); /* object is "normal" again */ in udata2finalize()