Home
last modified time | relevance | path

Searched refs:freq_offset (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dar9003_phy.c300 int freq_offset, in ar9003_hw_spur_ofdm() argument
332 mask_index = (freq_offset << 4) / 5; in ar9003_hw_spur_ofdm()
362 int freq_offset) in ar9003_hw_spur_ofdm_work() argument
369 if (freq_offset < 0) { in ar9003_hw_spur_ofdm_work()
376 spur_freq_sd = ((freq_offset + 10) << 9) / 11; in ar9003_hw_spur_ofdm_work()
385 spur_freq_sd = ((freq_offset - 10) << 9) / 11; in ar9003_hw_spur_ofdm_work()
389 spur_delta_phase = (freq_offset << 17) / 5; in ar9003_hw_spur_ofdm_work()
393 spur_freq_sd = (freq_offset << 9) /11; in ar9003_hw_spur_ofdm_work()
394 spur_delta_phase = (freq_offset << 18) / 5; in ar9003_hw_spur_ofdm_work()
401 freq_offset, in ar9003_hw_spur_ofdm_work()
[all …]
/linux-3.4.99/drivers/media/dvb/frontends/
Dsp887x.c311 int freq_offset = actual_freq - p->frequency; in sp887x_correct_offsets() local
331 freq = ifreq - freq_offset; in sp887x_correct_offsets()
333 freq = ifreq + freq_offset; in sp887x_correct_offsets()
/linux-3.4.99/drivers/net/wireless/rt2x00/
Drt2x00.h911 u8 freq_offset; member
Drt2800lib.c1584 rt2x00_set_field32(&rf->rf4, RF4_FREQ_OFFSET, rt2x00dev->freq_offset); in rt2800_config_channel_rf2xxx()
1712 rt2x00_set_field8(&rfcsr, RFCSR23_FREQ_OFFSET, rt2x00dev->freq_offset); in rt2800_config_channel_rf3xxx()
1843 rt2x00_set_field8(&rfcsr, RFCSR23_FREQ_OFFSET, rt2x00dev->freq_offset); in rt2800_config_channel_rf3052()
1949 if (rt2x00dev->freq_offset > RT5390_FREQ_OFFSET_BOUND) in rt2800_config_channel_rf53xx()
1953 rt2x00_set_field8(&rfcsr, RFCSR17_CODE, rt2x00dev->freq_offset); in rt2800_config_channel_rf53xx()
4321 rt2x00dev->freq_offset = rt2x00_get_field16(eeprom, EEPROM_FREQ_OFFSET); in rt2800_init_eeprom()
Drt73usb.c764 rt2x00_set_field32(&rf->rf4, RF4_FREQ_OFFSET, rt2x00dev->freq_offset); in rt73usb_config_channel()
1914 rt2x00dev->freq_offset = rt2x00_get_field16(eeprom, EEPROM_FREQ_OFFSET); in rt73usb_init_eeprom()
Drt61pci.c875 rt2x00_set_field32(&rf->rf4, RF4_FREQ_OFFSET, rt2x00dev->freq_offset); in rt61pci_config_channel()
2560 rt2x00dev->freq_offset = rt2x00_get_field16(eeprom, EEPROM_FREQ_OFFSET); in rt61pci_init_eeprom()