Home
last modified time | relevance | path

Searched refs:AR_PCICFG_LED_ACT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c254 val &= ~(AR_PCICFG_LED_PEND | AR_PCICFG_LED_ACT); in ar5210SetLedState()
259 val |= AR_PCICFG_LED_ACT; in ar5210SetLedState()
263 val &= ~AR_PCICFG_LED_ACT; in ar5210SetLedState()
H A Dar5210_reset.c118 (AR_PCICFG_LED_PEND | AR_PCICFG_LED_ACT); in ar5210Reset()
134 AR_PCICFG_LED_ACT | AR_PCICFG_LED_BCTL); in ar5210Reset()
149 AR_PCICFG_LED_ACT | AR_PCICFG_LED_BCTL); in ar5210Reset()
H A Dar5210reg.h272 #define AR_PCICFG_LED_ACT 0x00000040 /* LED for assoc active */ macro