Home
last modified time | relevance | path

Searched refs:AR_PCICFG_LEDCTL (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211reg.h650 #define AR_PCICFG_LEDCTL 0x00000060 /* LED control Status */ macro
H A Dar5211_misc.c301 (AR_PCICFG_LEDCTL | AR_PCICFG_LEDMODE)) in ar5211SetLedState()
H A Dar5211_reset.c245 (AR_PCICFG_LEDCTL | AR_PCICFG_LEDMODE | AR_PCICFG_LEDBLINK | in ar5211Reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212reg.h721 #define AR_PCICFG_LEDCTL 0x00000060 /* LED control Status */ macro
H A Dar5212_misc.c205 bits = (bits &~ AR_PCICFG_LEDCTL) in ar5212SetLedState()
206 | SM(ledbits[state & 0x7], AR_PCICFG_LEDCTL); in ar5212SetLedState()
H A Dar5212_reset.c247 (AR_PCICFG_LEDCTL | AR_PCICFG_LEDMODE | AR_PCICFG_LEDBLINK | in ar5212Reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_reset.c198 (AR_PCICFG_LEDCTL | AR_PCICFG_LEDMODE | AR_PCICFG_LEDBLINK | in ar5312Reset()