Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dif_zyd.c2084 sc->tx_timer = 0; in zyd_txeof()
2269 sc->tx_timer = 5; in zyd_start()
2281 if (sc->tx_timer > 0) { in zyd_watchdog()
2282 if (--sc->tx_timer == 0) { in zyd_watchdog()
2475 sc->tx_timer = 0; in zyd_stop()
Dif_zydreg.h1229 int tx_timer; member