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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_power.c70 if ((val & AR_PCICFG_SPWR_DN) == 0)
177 return (OS_REG_READ(ah, AR_PCICFG) & AR_PCICFG_SPWR_DN) != 0;
H A Dar5212reg.h732 #define AR_PCICFG_SPWR_DN 0x00010000 /* mask for sleep/awake indication */ macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_power.c61 if ((val & AR_PCICFG_SPWR_DN) == 0)
H A Dar5210reg.h276 #define AR_PCICFG_SPWR_DN 0x00010000 /* sleep indication */ macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_power.c50 if ((val & AR_PCICFG_SPWR_DN) == 0)
H A Dar5211reg.h660 #define AR_PCICFG_SPWR_DN 0x00010000 /* mask for sleep/awake indication */ macro

Completed in 86 milliseconds