Searched refs:pe_height (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_radar.c66 pe->pe_height = AR5416_DFS_HEIGHT;
91 pe->pe_height = MS(val, AR_PHY_RADAR_0_HEIGHT);
137 if (pe->pe_height != HAL_PHYERR_PARAM_NOVAL) {
139 val |= SM(pe->pe_height, AR_PHY_RADAR_0_HEIGHT);
/freebsd-10.0-release/tools/tools/ath/athradar/
H A Dathradar.c91 pe.pe_height = HAL_PHYERR_PARAM_NOVAL;
118 pe.pe_height = param;
184 printf(" pe_height: %d\n", pe.pe_height);
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radar.c247 if (pe->pe_height != HAL_PHYERR_PARAM_NOVAL) {
249 val |= SM(pe->pe_height, AR_PHY_RADAR_0_HEIGHT);
328 pe->pe_height = MS(val, AR_PHY_RADAR_0_HEIGHT);
408 pe->pe_height = AR9300_DFS_HEIGHT;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1173 if (pe->pe_height != HAL_PHYERR_PARAM_NOVAL) {
1175 val |= SM(pe->pe_height, AR_PHY_RADAR_0_HEIGHT);
1271 pe->pe_height = AR5413_DFS_HEIGHT;
1285 pe->pe_height = AR5212_DFS_HEIGHT;
1312 pe->pe_height = MS(val, AR_PHY_RADAR_0_HEIGHT);
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h928 int32_t pe_height; /* Pulse height thresh */ member in struct:__anon7475

Completed in 180 milliseconds