Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athradar/
H A Dathradar.c98 pe.pe_enrelpwr = HAL_PHYERR_PARAM_NOVAL; in radarset()
142 pe.pe_enrelpwr = param; in radarset()
188 printf(" pe_enrelpwr: %d\n", pe.pe_enrelpwr); in radar_get()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_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()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1223 if (pe->pe_enrelpwr == 1) in ar5212EnableDfs()
1283 pe->pe_enrelpwr = 1; in ar5212GetDfsDefaultThresh()
1297 pe->pe_enrelpwr = 0; in ar5212GetDfsDefaultThresh()
1326 pe->pe_enrelpwr = 0; in ar5212GetDfsThresh()
1339 pe->pe_enrelpwr = !! (val & AR_PHY_RADAR_2_ENRELPWRCHK); in ar5212GetDfsThresh()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radar.c343 pe->pe_enrelpwr = !! (val & AR_PHY_RADAR_1_RELPWR_ENA);
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1021 int32_t pe_enrelpwr; member