Home
last modified time | relevance | path

Searched refs:pe_enrelpwr (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416_radar.c112 pe->pe_enrelpwr = !! (OS_REG_READ(ah, AR_PHY_RADAR_1) & in ar5416GetDfsThresh()
195 if (pe->pe_enrelpwr == 1) in ar5416EnableDfs()
198 else if (pe->pe_enrelpwr == 0) in ar5416EnableDfs()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212_misc.c1224 if (pe->pe_enrelpwr == 1) in ar5212EnableDfs()
1284 pe->pe_enrelpwr = 1; in ar5212GetDfsDefaultThresh()
1298 pe->pe_enrelpwr = 0; in ar5212GetDfsDefaultThresh()
1327 pe->pe_enrelpwr = 0; in ar5212GetDfsThresh()
1340 pe->pe_enrelpwr = !! (val & AR_PHY_RADAR_2_ENRELPWRCHK); in ar5212GetDfsThresh()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_radar.c335 pe->pe_enrelpwr = !! (val & AR_PHY_RADAR_1_RELPWR_ENA);
/dragonfly/sys/dev/netif/ath/ath_hal/
HDah.h999 int32_t pe_enrelpwr; member