Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/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.c116 (AR_PCICFG_LED_PEND | AR_PCICFG_LED_ACT); in ar5210Reset()
132 AR_PCICFG_LED_ACT | AR_PCICFG_LED_BCTL); in ar5210Reset()
147 AR_PCICFG_LED_ACT | AR_PCICFG_LED_BCTL); in ar5210Reset()
H A Dar5210reg.h261 #define AR_PCICFG_LED_ACT 0x00000040 /* LED for assoc active */ macro