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

/freebsd-11-stable/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c111 printf("(%d: %d) ", i, m->spur_chans[i]);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h301 u_int8_t spur_chans[OSPREY_EEPROM_MODAL_SPURS]; // spur channels in usual fbin coding format member in struct:ospreyModalEepHeader
H A Dar9300_eeprom.c3482 word = SWAP16(p_modal->spur_chans[i].spur_chan);
3483 p_modal->spur_chans[i].spur_chan = word;
3569 spur_val = eep->modal_header[is_2ghz].spur_chans[i].spur_chan;
4671 return &(eep->modal_header_2g.spur_chans[0]);
4673 return &(eep->modal_header_5g.spur_chans[0]);

Completed in 74 milliseconds