Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_reset.c1754 uint16_t i, finalSpur, curChanAsSpur, binWidth = 0, spurDetectWidth, spurChan; in ar5212SetSpurMitigation() local
1842 binWidth = HAL_BIN_WIDTH_TURBO_100HZ; in ar5212SetSpurMitigation()
1847 binWidth = HAL_BIN_WIDTH_BASE_100HZ; in ar5212SetSpurMitigation()
1853 binWidth = HAL_BIN_WIDTH_BASE_100HZ; in ar5212SetSpurMitigation()
1857 binOffsetNumT16 = ((spurOffset * 1000) << 4) / binWidth; in ar5212SetSpurMitigation()