Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dathvar.h336 #define ATH_ENABLED 0x0002 /* chip is enabled */ macro
339 #define ATH_IS_ENABLED(sc) ((sc)->sc_flags & ATH_ENABLED)
H A Dath.c194 sc->sc_flags |= ATH_ENABLED; in ath_enable()
206 sc->sc_flags &= ~ATH_ENABLED; in ath_disable()