Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_lmc.c449 if (sc->tx_clockState != 0) in lmc_watchdog()
451 sc->tx_clockState = 0; in lmc_watchdog()
456 if (sc->tx_clockState == 0) in lmc_watchdog()
458 sc->tx_clockState = 1; in lmc_watchdog()
Dif_lmcvar.h352 u_int32_t tx_clockState; member