Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.c199 word = __bswap16(pModal->spurChans[i].spurChan); in eepromSwap()
200 pModal->spurChans[i].spurChan = word; in eepromSwap()
214 return ee->ee_base.modalHeader.spurChans[ix].spurChan; in v9287EepromGetSpurChan()
H A Dah_eeprom_v4k.c192 word = __bswap16(pModal->spurChans[i].spurChan); in eepromSwap()
193 pModal->spurChans[i].spurChan = word; in eepromSwap()
204 return ee->ee_base.modalHeader.spurChans[ix].spurChan; in v4kEepromGetSpurChan()
H A Dah_eeprom_v14.c240 word = __bswap16(pModal->spurChans[i].spurChan); in eepromSwap()
241 pModal->spurChans[i].spurChan = word; in eepromSwap()
252 return ee->ee_base.modalHeader[is2GHz].spurChans[ix].spurChan; in v14EepromGetSpurChan()
H A Dah_eeprom_v14.h121 uint16_t spurChan; member
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1753 uint16_t i, finalSpur, curChanAsSpur, binWidth = 0, spurDetectWidth, spurChan; in ar5212SetSpurMitigation() local
1787 spurChan = ath_hal_getSpurChan(ah, i, is2GHz); in ar5212SetSpurMitigation()
1788 if (spurChan == AR_NO_SPUR) { in ar5212SetSpurMitigation()
1791 if ((curChanAsSpur - spurDetectWidth <= (spurChan & HAL_SPUR_VAL_MASK)) && in ar5212SetSpurMitigation()
1792 (curChanAsSpur + spurDetectWidth >= (spurChan & HAL_SPUR_VAL_MASK))) { in ar5212SetSpurMitigation()
1793 finalSpur = spurChan & HAL_SPUR_VAL_MASK; in ar5212SetSpurMitigation()
/freebsd/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c138 i, mh->spurChans[i].spurChan, in eeprom_v4k_modal_print()
/freebsd/tools/tools/ath/ath_ee_9287_print/
H A D9287.c141 i, mh->spurChans[i].spurChan, in eeprom_9287_modal_print()
/freebsd/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c214 i, mh->spurChans[i].spurChan, in eeprom_v14_modal_print()
/freebsd/sys/dev/otus/
H A Dif_otusreg.h778 uint16_t spurChan; member