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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c2984 static u16 ath9k_hw_fbin2freq(u8 fbin, int is2GHz) argument
2989 return (u16) ((is2GHz) ? (2300 + fbin) : (4800 + 5 * fbin));
3876 u16 rateIndex, u16 freq, int is2GHz)
3885 if (is2GHz) {
3900 freqArray[i] = FBIN2FREQ(pFreqBin[i], is2GHz);
3912 u16 freq, int is2GHz)
3921 if (is2GHz) {
3936 freqArray[i] = FBIN2FREQ(pFreqBin[i], is2GHz);
3948 u16 freq, int is2GHz)
3957 if (is2GHz) {
3875 ar9003_hw_eeprom_get_tgt_pwr(struct ath_hw *ah, u16 rateIndex, u16 freq, int is2GHz) argument
3910 ar9003_hw_eeprom_get_ht20_tgt_pwr(struct ath_hw *ah, u16 rateIndex, u16 freq, int is2GHz) argument
3946 ar9003_hw_eeprom_get_ht40_tgt_pwr(struct ath_hw *ah, u16 rateIndex, u16 freq, int is2GHz) argument
4130 int is2GHz = 0; local
4259 int is2GHz; local
4499 ar9003_hw_get_direct_edge_power(struct ar9300_eeprom *eep, int idx, int edge, int is2GHz) argument
4513 ar9003_hw_get_indirect_edge_power(struct ar9300_eeprom *eep, int idx, unsigned int edge, u16 freq, int is2GHz) argument
4542 ar9003_hw_get_max_edge_power(struct ar9300_eeprom *eep, u16 freq, int idx, int is2GHz) argument
[all...]
H A Dath9k_eeprom.c24 static inline u16 ath9k_hw_fbin2freq(u8 fbin, int is2GHz) argument
29 return (u16) ((is2GHz) ? (2300 + fbin) : (4800 + 5 * fbin));
272 int is2GHz, int num_band_edges)
279 if (freq == ath9k_hw_fbin2freq(pRdEdgesPower[i].bChannel, is2GHz)) {
284 is2GHz))) {
286 is2GHz) < freq &&
271 ath9k_hw_get_max_edge_power(u16 freq, struct cal_ctl_edges *pRdEdgesPower, int is2GHz, int num_band_edges) argument
H A Dath9k_ar9002_phy.c199 int is2GHz = IS_CHAN_2GHZ(chan); local
209 cur_bb_spur = ah->eep_ops->get_spur_channel(ah, i, is2GHz);
214 if (is2GHz)
H A Dath9k_eeprom_4k.c1039 static u16 ath9k_hw_4k_get_spur_channel(struct ath_hw *ah, u16 i, int is2GHz) argument
1048 i, is2GHz, ah->config.spurchans[i][is2GHz]);
1054 spur_val = ah->config.spurchans[i][is2GHz];
H A Dath9k_eeprom_9287.c980 u16 i, int is2GHz)
989 i, is2GHz, ah->config.spurchans[i][is2GHz]);
995 spur_val = ah->config.spurchans[i][is2GHz];
979 ath9k_hw_ar9287_get_spur_channel(struct ath_hw *ah, u16 i, int is2GHz) argument
H A Dath9k_eeprom_def.c1312 static u16 ath9k_hw_def_get_spur_channel(struct ath_hw *ah, u16 i, int is2GHz) argument
1315 (ah->eeprom.def.modalHeader[is2GHz].spurChans[i].spurChan)
1321 i, is2GHz, ah->config.spurchans[i][is2GHz]);
1327 spur_val = ah->config.spurchans[i][is2GHz];
H A Deeprom.h662 u16 (*get_spur_channel)(struct ath_hw *ah, u16 i, int is2GHz);
692 int is2GHz, int num_band_edges);
H A Dath9k_ar5008_phy.c289 int is2GHz = IS_CHAN_2GHZ(chan); local
295 cur_bb_spur = ah->eep_ops->get_spur_channel(ah, i, is2GHz);

Completed in 91 milliseconds