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

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.c199 word = __bswap16(pModal->spurChans[i].spurChan);
200 pModal->spurChans[i].spurChan = word;
214 return ee->ee_base.modalHeader.spurChans[ix].spurChan;
H A Dah_eeprom_v14.c240 word = __bswap16(pModal->spurChans[i].spurChan);
241 pModal->spurChans[i].spurChan = word;
252 return ee->ee_base.modalHeader[is2GHz].spurChans[ix].spurChan;
H A Dah_eeprom_v4k.c192 word = __bswap16(pModal->spurChans[i].spurChan);
193 pModal->spurChans[i].spurChan = word;
204 return ee->ee_base.modalHeader.spurChans[ix].spurChan;
H A Dah_eeprom_v14.h121 uint16_t spurChan; member in struct:spurChanStruct
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c142 printf("| Spur %d: spurChan: 0x%.4x spurRangeLow: 0x%.2x spurRangeHigh: 0x%.2x |\n",
143 i, mh->spurChans[i].spurChan,
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c139 printf("| Spur %d: spurChan: 0x%.4x spurRangeLow: 0x%.2x spurRangeHigh: 0x%.2x |\n",
140 i, mh->spurChans[i].spurChan,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1754 uint16_t i, finalSpur, curChanAsSpur, binWidth = 0, spurDetectWidth, spurChan; local
1788 spurChan = ath_hal_getSpurChan(ah, i, is2GHz);
1789 if (spurChan == AR_NO_SPUR) {
1792 if ((curChanAsSpur - spurDetectWidth <= (spurChan & HAL_SPUR_VAL_MASK)) &&
1793 (curChanAsSpur + spurDetectWidth >= (spurChan & HAL_SPUR_VAL_MASK))) {
1794 finalSpur = spurChan & HAL_SPUR_VAL_MASK;
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c215 printf("| Spur %d: spurChan: 0x%.4x spurRangeLow: 0x%.2x spurRangeHigh: 0x%.2x |\n",
216 i, mh->spurChans[i].spurChan,
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h771 uint16_t spurChan; member in struct:spurChanStruct

Completed in 73 milliseconds