Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dtsc.c749 tsc_update_freq(uint64_t new_freq) in tsc_update_freq() argument
751 atomic_store_rel_64(&tsc_freq, new_freq); in tsc_update_freq()
753 new_freq >> (int)(intptr_t)tsc_timecounter.tc_priv); in tsc_update_freq()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c1200 unsigned int new_freq; in wpas_dpp_cancel_remain_on_channel_cb() local
1204 new_freq = wpa_s->dpp_auth->neg_freq; in wpas_dpp_cancel_remain_on_channel_cb()
1206 new_freq = wpa_s->dpp_auth->curr_freq; in wpas_dpp_cancel_remain_on_channel_cb()
1209 new_freq); in wpas_dpp_cancel_remain_on_channel_cb()
1210 wpas_dpp_listen_start(wpa_s, new_freq); in wpas_dpp_cancel_remain_on_channel_cb()