Searched refs:msk_int_holdoff (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/msk/
H A Dif_msk.c1810 sc->msk_int_holdoff = MSK_INT_HOLDOFF_DEFAULT;
1813 "int_holdoff", CTLFLAG_RW, &sc->msk_int_holdoff, 0,
1816 "int_holdoff", &sc->msk_int_holdoff);
4038 if (sc->msk_int_holdoff > 0) {
4041 MSK_USECS(sc, sc->msk_int_holdoff));
4043 MSK_USECS(sc, sc->msk_int_holdoff));
H A Dif_mskreg.h2536 int msk_int_holdoff; member in struct:msk_softc

Completed in 73 milliseconds