Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athradar/
H A Dathradar.c97 pe.pe_extchannel = HAL_PHYERR_PARAM_NOVAL; in radarset()
139 pe.pe_extchannel = param; in radarset()
187 printf(" pe_extchannel: %d\n", pe.pe_extchannel); in radar_get()
/freebsd/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c129 pe.pe_extchannel = 1; in ath_dfs_radar_enable()
131 pe.pe_extchannel = 0; in ath_dfs_radar_enable()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_radar.c101 pe->pe_extchannel = !! (OS_REG_READ(ah, AR_PHY_RADAR_EXT) & in ar5416GetDfsThresh()
214 if (pe->pe_extchannel == 1) in ar5416EnableDfs()
216 else if (pe->pe_extchannel == 0) in ar5416EnableDfs()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1019 int32_t pe_extchannel; /* Enable DFS on ext channel */ member
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1328 pe->pe_extchannel = AH_FALSE; in ar5212GetDfsThresh()