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

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1751 uint16_t i, finalSpur, curChanAsSpur, binWidth = 0, spurDetectWidth, spurChan; local
1779 spurDetectWidth = HAL_SPUR_CHAN_WIDTH;
1781 spurDetectWidth *= 2;
1789 if ((curChanAsSpur - spurDetectWidth <= (spurChan & HAL_SPUR_VAL_MASK)) &&
1790 (curChanAsSpur + spurDetectWidth >= (spurChan & HAL_SPUR_VAL_MASK))) {

Completed in 53 milliseconds