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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Deeprom.c68 static u16 ath5k_eeprom_bin2freq(struct ath5k_eeprom_info *ee, u16 bin, function
378 ath5k_eeprom_bin2freq(ee, val & 0xff, mode);
383 ath5k_eeprom_bin2freq(ee, (val >> 8) & 0xff, mode);
389 ath5k_eeprom_bin2freq(ee, val & 0xff, mode);
400 ath5k_eeprom_bin2freq(ee, val & 0xff, mode);
405 ath5k_eeprom_bin2freq(ee, (val >> 8) & 0xff, mode);
415 ath5k_eeprom_bin2freq(ee, val & 0xff, mode);
541 pc[i++].freq = ath5k_eeprom_bin2freq(ee,
549 pc[i++].freq = ath5k_eeprom_bin2freq(ee,
605 pcal[i].freq = ath5k_eeprom_bin2freq(e
[all...]

Completed in 83 milliseconds