Searched refs:AR_PCICFG_LED_PEND (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c254 val &= ~(AR_PCICFG_LED_PEND | AR_PCICFG_LED_ACT);
258 val &= ~AR_PCICFG_LED_PEND;
262 val |= AR_PCICFG_LED_PEND;
H A Dar5210reg.h271 #define AR_PCICFG_LED_PEND 0x00000020 /* LED for assoc pending */ macro
H A Dar5210_reset.c117 (AR_PCICFG_LED_PEND | AR_PCICFG_LED_ACT);
138 AR_PCICFG_CLKRUNEN | AR_PCICFG_LED_PEND | AR_PCICFG_LED_BCTL);
143 AR_PCICFG_CLKRUNEN | AR_PCICFG_LED_PEND | AR_PCICFG_LED_BCTL);

Completed in 103 milliseconds