Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/otus/
H A Dif_otus.c2775 if (sc->bb_reset || c->ic_flags != sc->sc_curchan->ic_flags) { in otus_set_chan()
2779 otus_write(sc, AR_PWR_REG_RESET, sc->bb_reset ? 0x800 : 0x400); in otus_set_chan()
2785 sc->bb_reset = 0; in otus_set_chan()
2849 sc->bb_reset = 1; in otus_set_chan()
3194 sc->bb_reset = 1; /* Force cold reset. */ in otus_init()
H A Dif_otusreg.h1021 int bb_reset; member