Searched refs:SC_OP_LED_ON (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dgpio.c36 (sc->sc_flags & SC_OP_LED_ON) ? 1 : 0);
40 (sc->sc_flags & SC_OP_LED_ON) ?
51 if (sc->sc_flags & SC_OP_LED_ON)
52 sc->sc_flags &= ~SC_OP_LED_ON;
54 sc->sc_flags |= SC_OP_LED_ON;
71 sc->sc_flags &= ~SC_OP_LED_ON;
84 sc->sc_flags |= SC_OP_LED_ON;
H A Dath9k.h517 #define SC_OP_LED_ON BIT(9) macro

Completed in 44 milliseconds