Searched defs:eep (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_eeprom_4k.c86 struct ar5416_eeprom_4k *eep = local
149 word = swab16(eep->baseEepHeader.length);
150 eep->baseEepHeader.length = word;
152 word = swab16(eep->baseEepHeader.checksum);
153 eep->baseEepHeader.checksum = word;
155 word = swab16(eep->baseEepHeader.version);
156 eep->baseEepHeader.version = word;
158 word = swab16(eep->baseEepHeader.regDmn[0]);
159 eep->baseEepHeader.regDmn[0] = word;
161 word = swab16(eep
201 struct ar5416_eeprom_4k *eep = &ah->eeprom.map4k; local
708 struct ar5416_eeprom_4k *eep = &ah->eeprom.map4k; local
726 ath9k_hw_4k_set_gain(struct ath_hw *ah, struct modal_eep_4k_header *pModal, struct ar5416_eeprom_4k *eep, u8 txRxAttenLocal) argument
788 struct ar5416_eeprom_4k *eep = &ah->eeprom.map4k; local
[all...]
H A Dath9k_eeprom_9287.c39 struct ar9287_eeprom *eep = &ah->eeprom.map9287; local
44 eep_data = (u16 *)eep;
90 struct ar9287_eeprom *eep = &ah->eeprom.map9287; local
142 word = swab16(eep->baseEepHeader.length);
143 eep->baseEepHeader.length = word;
145 word = swab16(eep->baseEepHeader.checksum);
146 eep->baseEepHeader.checksum = word;
148 word = swab16(eep->baseEepHeader.version);
149 eep->baseEepHeader.version = word;
151 word = swab16(eep
193 struct ar9287_eeprom *eep = &ah->eeprom.map9287; local
870 struct ar9287_eeprom *eep = &ah->eeprom.map9287; local
[all...]
H A Dath9k_ar9003_phy.c407 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
410 spurChansPtr = &(eep->modalHeader5G.spurChans[0]);
414 spurChansPtr = &(eep->modalHeader2G.spurChans[0]);
H A Dath9k_eeprom_def.c143 struct ar5416_eeprom_def *eep = local
206 word = swab16(eep->baseEepHeader.length);
207 eep->baseEepHeader.length = word;
209 word = swab16(eep->baseEepHeader.checksum);
210 eep->baseEepHeader.checksum = word;
212 word = swab16(eep->baseEepHeader.version);
213 eep->baseEepHeader.version = word;
215 word = swab16(eep->baseEepHeader.regDmn[0]);
216 eep->baseEepHeader.regDmn[0] = word;
218 word = swab16(eep
275 struct ar5416_eeprom_def *eep = &ah->eeprom.def; local
350 ath9k_hw_def_set_gain(struct ath_hw *ah, struct modal_eep_header *pModal, struct ar5416_eeprom_def *eep, u8 txRxAttenLocal, int regChainOffset, int i) argument
410 struct ar5416_eeprom_def *eep = &ah->eeprom.def; local
581 struct ar5416_eeprom_def *eep = &ah->eeprom.def; local
[all...]
H A Dath9k_ar9003_eeprom.c3010 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
3011 struct ar9300_base_eep_hdr *pBase = &eep->baseEepHeader;
3015 return eep->macAddr[0] << 8 | eep->macAddr[1];
3017 return eep->macAddr[2] << 8 | eep->macAddr[3];
3019 return eep->macAddr[4] << 8 | eep->macAddr[5];
3047 return (uint32_t)(eep->base_ext1.ant_div_control);
3224 const struct ar9300_eeprom *eep local
3436 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
3462 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
3474 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
3488 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
3622 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
3650 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
3782 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
3881 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
3917 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
3953 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
3988 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
4260 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
4306 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; 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
4828 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
4952 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
4959 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
4966 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
4977 struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; local
[all...]

Completed in 58 milliseconds