Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c857 u32 clockMhzScaled = 0x64000000; in ar5008_hw_set_delta_slope() local
861 clockMhzScaled = clockMhzScaled >> 1; in ar5008_hw_set_delta_slope()
863 clockMhzScaled = clockMhzScaled >> 2; in ar5008_hw_set_delta_slope()
866 coef_scaled = clockMhzScaled / centers.synth_center; in ar5008_hw_set_delta_slope()
H A Dar9003_phy.c999 u32 clockMhzScaled = 0x64000000; in ar9003_hw_set_delta_slope() local
1007 clockMhzScaled = clockMhzScaled >> 1; in ar9003_hw_set_delta_slope()
1009 clockMhzScaled = clockMhzScaled >> 2; in ar9003_hw_set_delta_slope()
1016 coef_scaled = clockMhzScaled / centers.synth_center; in ar9003_hw_set_delta_slope()