Home
last modified time | relevance | path

Searched refs:AR_PCICFG_LED_BCTL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c134 AR_PCICFG_LED_ACT | AR_PCICFG_LED_BCTL); 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()
149 AR_PCICFG_LED_ACT | AR_PCICFG_LED_BCTL); in ar5210Reset()
H A Dar5210reg.h274 #define AR_PCICFG_LED_BCTL 0x00001000 /* LED blink for local act */ macro