Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h652 #define AR_PCICFG_LEDCTL 0x00000060 /* LED control Status */ macro
H A Dar5211_misc.c303 (AR_PCICFG_LEDCTL | AR_PCICFG_LEDMODE)) in ar5211SetLedState()
H A Dar5211_reset.c247 (AR_PCICFG_LEDCTL | AR_PCICFG_LEDMODE | AR_PCICFG_LEDBLINK | in ar5211Reset()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h723 #define AR_PCICFG_LEDCTL 0x00000060 /* LED control Status */ macro
H A Dar5212_misc.c207 bits = (bits &~ AR_PCICFG_LEDCTL) in ar5212SetLedState()
208 | SM(ledbits[state & 0x7], AR_PCICFG_LEDCTL); in ar5212SetLedState()
H A Dar5212_reset.c249 (AR_PCICFG_LEDCTL | AR_PCICFG_LEDMODE | AR_PCICFG_LEDBLINK | in ar5212Reset()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c200 (AR_PCICFG_LEDCTL | AR_PCICFG_LEDMODE | AR_PCICFG_LEDBLINK | in ar5312Reset()