Home
last modified time | relevance | path

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

/drivers/net/wireless/mediatek/mt7601u/
Dphy.c1017 u8 activate_threshold, deactivate_threshold; in __mt7601u_phy_freq_cal() local
1028 deactivate_threshold = 5; in __mt7601u_phy_freq_cal()
1032 deactivate_threshold = 32; in __mt7601u_phy_freq_cal()
1037 deactivate_threshold = 20; in __mt7601u_phy_freq_cal()
1046 else if (abs(last_offset) <= deactivate_threshold) in __mt7601u_phy_freq_cal()
1052 if (last_offset > deactivate_threshold) { in __mt7601u_phy_freq_cal()
1057 } else if (last_offset < -deactivate_threshold) { in __mt7601u_phy_freq_cal()