Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_radar.c69 pe->pe_relpwr = AR5416_DFS_RELPWR; in ar5416GetDfsDefaultThresh()
97 pe->pe_relpwr = MS(val, AR_PHY_RADAR_1_RELPWR_THRESH); in ar5416GetDfsThresh()
181 if (pe->pe_relpwr != HAL_PHYERR_PARAM_NOVAL) { in ar5416EnableDfs()
184 val |= SM(pe->pe_relpwr, AR_PHY_RADAR_1_RELPWR_THRESH); in ar5416EnableDfs()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radar.c288 if (pe->pe_relpwr != HAL_PHYERR_PARAM_NOVAL) {
290 val |= SM(pe->pe_relpwr, AR_PHY_RADAR_1_RELPWR_THRESH);
342 pe->pe_relpwr = MS(val, AR_PHY_RADAR_1_RELPWR_THRESH);
430 pe->pe_relpwr = AR9300_DFS_RELPWR;
447 pe->pe_relpwr = AR9300_DFS_RELPWR;
/freebsd/tools/tools/ath/athradar/
H A Dathradar.c90 pe.pe_relpwr = HAL_PHYERR_PARAM_NOVAL; in radarset()
121 pe.pe_relpwr = param; in radarset()
181 printf(" pe_relpwr: %d\n", pe.pe_relpwr); in radar_get()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1230 if (pe->pe_relpwr != HAL_PHYERR_PARAM_NOVAL) in ar5212EnableDfs()
1232 AR_PHY_RADAR_2_RELPWR, pe->pe_relpwr); in ar5212EnableDfs()
1277 pe->pe_relpwr = AR5413_DFS_RELPWR; in ar5212GetDfsDefaultThresh()
1291 pe->pe_relpwr = 0; in ar5212GetDfsDefaultThresh()
1320 pe->pe_relpwr = 0; in ar5212GetDfsThresh()
1332 pe->pe_relpwr = !! MS(val, AR_PHY_RADAR_2_RELPWR); in ar5212GetDfsThresh()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1006 u_int32_t pe_relpwr; /* Relative power threshold in 0.5dB steps */ member