Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ral/
Drt2560var.h154 #define RT2560_F_INPUT_RUNNING 0x1 macro
Drt2560.c1226 sc->sc_flags |= RT2560_F_INPUT_RUNNING; in rt2560_decryption_intr()
1238 sc->sc_flags &= ~RT2560_F_INPUT_RUNNING; in rt2560_decryption_intr()
2730 while (*flags & RT2560_F_INPUT_RUNNING) in rt2560_stop_locked()