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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c76 ath9k_hw_fbin2freq(uint8_t fbin, boolean_t is2GHz) argument
82 return ((uint16_t)((is2GHz) ? (2300 + fbin) : (4800 + 5 * fbin)));
1000 boolean_t is2GHz, int num_band_edges)
1008 is2GHz)) {
1013 is2GHz))) {
1015 is2GHz) < freq &&
2746 ath9k_hw_eeprom_get_spur_chan(struct ath_hal *ah, uint16_t i, boolean_t is2GHz) argument
2751 (ahp->ah_eeprom.def.modalHeader[is2GHz].spurChans[i].spurChan)
2758 i, is2GHz, ah->ah_config.spurchans[i][is2GHz]));
998 ath9k_hw_get_max_edge_power(uint16_t freq, struct cal_ctl_edges *pRdEdgesPower, boolean_t is2GHz, int num_band_edges) argument
[all...]
H A Darn_hw.c1967 boolean_t is2GHz = IS_CHAN_2GHZ(chan); local
1977 cur_bb_spur = ath9k_hw_eeprom_get_spur_chan(ah, i, is2GHz);
1979 if (is2GHz)
2215 boolean_t is2GHz = IS_CHAN_2GHZ(chan); local
2221 cur_bb_spur = ath9k_hw_eeprom_get_spur_chan(ah, i, is2GHz);
H A Darn_ath9k.h1021 boolean_t is2GHz);

Completed in 79 milliseconds