Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dar9003_phy.c728 u32 clockMhzScaled = 0x64000000; in ar9003_hw_set_delta_slope() local
736 clockMhzScaled = clockMhzScaled >> 1; in ar9003_hw_set_delta_slope()
738 clockMhzScaled = clockMhzScaled >> 2; in ar9003_hw_set_delta_slope()
745 coef_scaled = clockMhzScaled / centers.synth_center; in ar9003_hw_set_delta_slope()
Dar5008_phy.c912 u32 clockMhzScaled = 0x64000000; in ar5008_hw_set_delta_slope() local
916 clockMhzScaled = clockMhzScaled >> 1; in ar5008_hw_set_delta_slope()
918 clockMhzScaled = clockMhzScaled >> 2; in ar5008_hw_set_delta_slope()
921 coef_scaled = clockMhzScaled / centers.synth_center; in ar5008_hw_set_delta_slope()