Home
last modified time | relevance | path

Searched refs:global_period (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
1034 global_period = (uint32_t)period_buff; in litex_clk_calc_phase_normal()
1035 clkout_period = global_period * divider; in litex_clk_calc_phase_normal()
1043 if (*period_off / global_period > DELAY_TIME_MAX) { in litex_clk_calc_phase_normal()
1053 synth_phase = (delay * global_period) + in litex_clk_calc_phase_normal()
1054 ((p_m * ((global_period * 100) / 8) / 100)); in litex_clk_calc_phase_normal()
1133 pm, global_period, clkout_period, period; in litex_clk_get_phase() local
1147 global_period = (uint32_t)period_buff; in litex_clk_get_phase()
1148 clkout_period = global_period * divider; in litex_clk_get_phase()
1150 pm = (phase_mux * global_period * 1000) / PHASE_MUX_RES_FACTOR; in litex_clk_get_phase()
[all …]