Searched refs:RTW_F_ENABLED (Results 1 – 2 of 2) sorted by relevance
103 #define RTW_F_ENABLED 0x00000001 /* chip is enabled */ macro
1605 if ((rsc->sc_flags & RTW_F_ENABLED) == 0) in rtw_disable()1617 rsc->sc_flags &= ~RTW_F_ENABLED; in rtw_disable()1623 if ((rsc->sc_flags & RTW_F_ENABLED) == 0) { in rtw_enable()1628 rsc->sc_flags |= RTW_F_ENABLED; in rtw_enable()1787 ASSERT((rsc->sc_flags & RTW_F_ENABLED) != 0); in rtw_tune()