Home
last modified time | relevance | path

Searched refs:AR_PCICFG_SPWR_DN (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_power.c70 if ((val & AR_PCICFG_SPWR_DN) == 0) in ar5212SetPowerModeAwake()
173 return (OS_REG_READ(ah, AR_PCICFG) & AR_PCICFG_SPWR_DN) != 0;
HDar5212reg.h732 #define AR_PCICFG_SPWR_DN 0x00010000 /* mask for sleep/awake indication */ macro
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_power.c61 if ((val & AR_PCICFG_SPWR_DN) == 0) in ar5210SetPowerModeAwake()
HDar5210reg.h276 #define AR_PCICFG_SPWR_DN 0x00010000 /* sleep indication */ macro
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_power.c50 if ((val & AR_PCICFG_SPWR_DN) == 0) in ar5211SetPowerModeAwake()
HDar5211reg.h660 #define AR_PCICFG_SPWR_DN 0x00010000 /* mask for sleep/awake indication */ macro