Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/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()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_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;
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_misc.c1231 if (pe->pe_relpwr != HAL_PHYERR_PARAM_NOVAL) in ar5212EnableDfs()
1233 AR_PHY_RADAR_2_RELPWR, pe->pe_relpwr); in ar5212EnableDfs()
1278 pe->pe_relpwr = AR5413_DFS_RELPWR; in ar5212GetDfsDefaultThresh()
1292 pe->pe_relpwr = 0; in ar5212GetDfsDefaultThresh()
1321 pe->pe_relpwr = 0; in ar5212GetDfsThresh()
1333 pe->pe_relpwr = !! MS(val, AR_PHY_RADAR_2_RELPWR); in ar5212GetDfsThresh()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.h984 u_int32_t pe_relpwr; /* Relative power threshold in 0.5dB steps */ member