Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_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()
/trueos/tools/tools/ath/athradar/
HDathradar.c96 pe.pe_relpwr = HAL_PHYERR_PARAM_NOVAL; in radarset()
127 pe.pe_relpwr = param; in radarset()
187 printf(" pe_relpwr: %d\n", pe.pe_relpwr); in radar_get()
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_radar.c281 if (pe->pe_relpwr != HAL_PHYERR_PARAM_NOVAL) {
283 val |= SM(pe->pe_relpwr, AR_PHY_RADAR_1_RELPWR_THRESH);
334 pe->pe_relpwr = MS(val, AR_PHY_RADAR_1_RELPWR_THRESH);
422 pe->pe_relpwr = AR9300_DFS_RELPWR;
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_misc.c1227 if (pe->pe_relpwr != HAL_PHYERR_PARAM_NOVAL) in ar5212EnableDfs()
1229 AR_PHY_RADAR_2_RELPWR, pe->pe_relpwr); in ar5212EnableDfs()
1274 pe->pe_relpwr = AR5413_DFS_RELPWR; in ar5212GetDfsDefaultThresh()
1288 pe->pe_relpwr = 0; in ar5212GetDfsDefaultThresh()
1317 pe->pe_relpwr = 0; in ar5212GetDfsThresh()
1329 pe->pe_relpwr = !! MS(val, AR_PHY_RADAR_2_RELPWR); in ar5212GetDfsThresh()
/trueos/sys/dev/ath/ath_hal/
HDah.h933 u_int32_t pe_relpwr; /* Relative power threshold in 0.5dB steps */ member