Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c866 u32 clockMhzScaled = 0x64000000; in ar5008_hw_set_delta_slope() local
870 clockMhzScaled = clockMhzScaled >> 1; in ar5008_hw_set_delta_slope()
872 clockMhzScaled = clockMhzScaled >> 2; in ar5008_hw_set_delta_slope()
875 coef_scaled = clockMhzScaled / centers.synth_center; in ar5008_hw_set_delta_slope()
H A Dar9003_phy.c1011 u32 clockMhzScaled = 0x64000000; in ar9003_hw_set_delta_slope() local
1019 clockMhzScaled = clockMhzScaled >> 1; in ar9003_hw_set_delta_slope()
1021 clockMhzScaled = clockMhzScaled >> 2; in ar9003_hw_set_delta_slope()
1028 coef_scaled = clockMhzScaled / centers.synth_center; in ar9003_hw_set_delta_slope()