Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/sparc64/dev/
Dz8530kbd.c189 zst_tx_done, /* done with one output chunk */ member
819 zst->zst_tx_done = 1; in zskbd_txint()
1016 if (zst->zst_tx_done) { in zskbd_softint()
1017 zst->zst_tx_done = 0; in zskbd_softint()
/openbsd/src/sys/dev/ic/
Dz8530tty.c187 zst_tx_done, /* done with one output chunk */ member
1373 zst->zst_tx_done = 1; in zstty_txint()
1631 if (zst->zst_tx_done) { in zstty_softint()
1632 zst->zst_tx_done = 0; in zstty_softint()