Home
last modified time | relevance | path

Searched refs:clockMhzScaled (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar5008_phy.c842 u32 clockMhzScaled = 0x64000000; in ar5008_hw_set_delta_slope() local
846 clockMhzScaled = clockMhzScaled >> 1; in ar5008_hw_set_delta_slope()
848 clockMhzScaled = clockMhzScaled >> 2; in ar5008_hw_set_delta_slope()
851 coef_scaled = clockMhzScaled / centers.synth_center; in ar5008_hw_set_delta_slope()
Dar9003_phy.c1023 u32 clockMhzScaled = 0x64000000; in ar9003_hw_set_delta_slope() local
1031 clockMhzScaled = clockMhzScaled >> 1; in ar9003_hw_set_delta_slope()
1033 clockMhzScaled = clockMhzScaled >> 2; in ar9003_hw_set_delta_slope()
1040 coef_scaled = clockMhzScaled / centers.synth_center; in ar9003_hw_set_delta_slope()