Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1753 uint16_t i, finalSpur, curChanAsSpur, binWidth = 0, spurDetectWidth, spurChan; in ar5212SetSpurMitigation() local
1841 binWidth = HAL_BIN_WIDTH_TURBO_100HZ; in ar5212SetSpurMitigation()
1846 binWidth = HAL_BIN_WIDTH_BASE_100HZ; in ar5212SetSpurMitigation()
1852 binWidth = HAL_BIN_WIDTH_BASE_100HZ; in ar5212SetSpurMitigation()
1856 binOffsetNumT16 = ((spurOffset * 1000) << 4) / binWidth; in ar5212SetSpurMitigation()