HomeSort by: relevance | last modified time | path
    Searched defs:rt2661_set_slottime (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
rt2661.c 151 static void rt2661_set_slottime(struct rt2661_softc *);
818 rt2661_set_slottime(sc);
1187 sc->sc_flags |= RT2661_SET_SLOTTIME;
1188 } else if (sc->sc_flags & RT2661_SET_SLOTTIME) {
1189 sc->sc_flags &= ~RT2661_SET_SLOTTIME;
1190 rt2661_set_slottime(sc);
2394 rt2661_set_slottime(sc);
2398 rt2661_set_slottime(struct rt2661_softc *sc) function in typeref:typename:void
rt2661.c 151 static void rt2661_set_slottime(struct rt2661_softc *);
818 rt2661_set_slottime(sc);
1187 sc->sc_flags |= RT2661_SET_SLOTTIME;
1188 } else if (sc->sc_flags & RT2661_SET_SLOTTIME) {
1189 sc->sc_flags &= ~RT2661_SET_SLOTTIME;
1190 rt2661_set_slottime(sc);
2394 rt2661_set_slottime(sc);
2398 rt2661_set_slottime(struct rt2661_softc *sc) function in typeref:typename:void

Completed in 107 milliseconds