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

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_eeprom.c72 static u16 ath5k_eeprom_bin2freq(struct ath5k_eeprom_info *ee, u16 bin, function
342 ath5k_eeprom_bin2freq(ee, val & 0xff, mode);
347 ath5k_eeprom_bin2freq(ee, (val >> 8) & 0xff, mode);
353 ath5k_eeprom_bin2freq(ee, val & 0xff, mode);
364 ath5k_eeprom_bin2freq(ee, val & 0xff, mode);
369 ath5k_eeprom_bin2freq(ee, (val >> 8) & 0xff, mode);
379 ath5k_eeprom_bin2freq(ee, val & 0xff, mode);
524 pc[i++].freq = ath5k_eeprom_bin2freq(ee,
532 pc[i++].freq = ath5k_eeprom_bin2freq(ee,
588 pcal[i].freq = ath5k_eeprom_bin2freq(e
[all...]

Completed in 30 milliseconds