Home
last modified time | relevance | path

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

/linux/drivers/dpll/zl3073x/
H A Ddpll.c2389 u32 first_synth_freq = 0; in zl3073x_dpll_ptp_adjtime_phase_step() local
2427 if (!first_synth_freq) in zl3073x_dpll_ptp_adjtime_phase_step()
2428 first_synth_freq = synth_freq; in zl3073x_dpll_ptp_adjtime_phase_step()
2450 if (!first_synth_freq) in zl3073x_dpll_ptp_adjtime_phase_step()
2457 step_cycles = div_s64(delta * first_synth_freq, NSEC_PER_SEC); in zl3073x_dpll_ptp_adjtime_phase_step()