Home
last modified time | relevance | path

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

/linux/drivers/dpll/zl3073x/
H A Ddpll.c412 s64 ref_phase; in zl3073x_dpll_input_pin_phase_offset_get() local
432 ref_phase = pin->phase_offset; in zl3073x_dpll_input_pin_phase_offset_get()
449 div_factor = div64_s64(ref_phase, conn_period); in zl3073x_dpll_input_pin_phase_offset_get()
450 ref_phase -= conn_period * div_factor; in zl3073x_dpll_input_pin_phase_offset_get()
454 *phase_offset = ref_phase * DPLL_PHASE_OFFSET_DIVIDER; in zl3073x_dpll_input_pin_phase_offset_get()