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

  /src/sys/dev/ic/
rt2661var.h 116 #define RT2661_SET_SLOTTIME (1 << 3)
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 13 milliseconds