Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_misc.c46 OS_REG_WRITE(ah, resOffset+AR5312_PCICFG, in ar5312SetLedState()
47 (OS_REG_READ(ah, AR5312_PCICFG) &~ in ar5312SetLedState()
H A Dar5312reg.h84 #define AR5312_PCICFG 0x00B0 /* MAC/PCI configuration reg (LEDs) */ macro
H A Dar5312_reset.c197 saveLedState = OS_REG_READ(ah, AR5312_PCICFG) & in ar5312Reset()
361 OS_REG_WRITE(ah, AR5312_PCICFG, OS_REG_READ(ah, AR_PCICFG) | saveLedState); in ar5312Reset()