Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c139 printf("(%d: %d) ", i, m->spur_chans[i]); in eeprom_9300_modal_print()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h305 u_int8_t spur_chans[OSPREY_EEPROM_MODAL_SPURS]; // spur channels in usual fbin coding format member
H A Dar9300_eeprom.c3510 word = SWAP16(p_modal->spur_chans[i].spur_chan); in ar9300_check_eeprom()
3511 p_modal->spur_chans[i].spur_chan = word; in ar9300_check_eeprom()
3597 spur_val = eep->modal_header[is_2ghz].spur_chans[i].spur_chan; in ar9300_eeprom_get_spur_chan()
4699 return &(eep->modal_header_2g.spur_chans[0]); in ar9300_eeprom_get_spur_chans_ptr()
4701 return &(eep->modal_header_5g.spur_chans[0]); in ar9300_eeprom_get_spur_chans_ptr()