Home
last modified time | relevance | path

Searched refs:AR_PCICFG_LED_PEND (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()
258 val &= ~AR_PCICFG_LED_PEND; in ar5210SetLedState()
262 val |= AR_PCICFG_LED_PEND; in ar5210SetLedState()
H A Dar5210_reset.c118 (AR_PCICFG_LED_PEND | AR_PCICFG_LED_ACT); in ar5210Reset()
139 AR_PCICFG_CLKRUNEN | AR_PCICFG_LED_PEND | AR_PCICFG_LED_BCTL); in ar5210Reset()
144 AR_PCICFG_CLKRUNEN | AR_PCICFG_LED_PEND | AR_PCICFG_LED_BCTL); in ar5210Reset()
H A Dar5210reg.h271 #define AR_PCICFG_LED_PEND 0x00000020 /* LED for assoc pending */ macro