Searched refs:old_freq (Results 1 – 1 of 1) sorted by relevance
1487 uint32_t new_freq, old_freq; in _cyhal_clock_set_enabled_fll() local1494 old_freq = src_freq >> div; in _cyhal_clock_set_enabled_fll()1499 old_freq = fll_freq >> div; in _cyhal_clock_set_enabled_fll()1504 _cyhal_clock_update_system_state(true, old_freq, new_freq); in _cyhal_clock_set_enabled_fll()1513 _cyhal_clock_update_system_state(false, old_freq, new_freq); in _cyhal_clock_set_enabled_fll()1515 _cyhal_clock_update_system_state(false, new_freq, old_freq); in _cyhal_clock_set_enabled_fll()1539 …uint32_t old_freq = CY_SYSLIB_DIV_ROUND((uint64_t)src_freq * (uint64_t)cfg.fllMult, (uint32_t)cfg.… in _cyhal_clock_set_frequency_fll() local1541 uint32_t old_hf_freq = old_freq >> div; in _cyhal_clock_set_frequency_fll()1650 uint32_t new_freq, old_freq; in _cyhal_clock_set_enabled_pll() local1664 old_freq = src_freq >> div; in _cyhal_clock_set_enabled_pll()[all …]