Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_litex.c1026 uint32_t post_glob_div_f, global_period, clkout_period, in litex_clk_calc_phase_normal() local
1031 post_glob_div_f = (uint32_t)litex_clk_get_real_global_frequency(); in litex_clk_calc_phase_normal()
1033 period_buff /= post_glob_div_f; in litex_clk_calc_phase_normal()
1132 uint32_t divider = 0, fract_cnt, post_glob_div_f, in litex_clk_get_phase() local
1143 post_glob_div_f = (uint32_t)litex_clk_get_real_global_frequency(); in litex_clk_get_phase()
1145 period_buff /= post_glob_div_f; in litex_clk_get_phase()
1164 uint64_t post_glob_div_f, buff, clkout_period; in litex_clk_get_phase_deg() local
1166 post_glob_div_f = (uint32_t)litex_clk_get_real_global_frequency(); in litex_clk_get_phase_deg()
1168 buff /= post_glob_div_f; in litex_clk_get_phase_deg()