Home
last modified time | relevance | path

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

/linux/drivers/dpll/zl3073x/
H A Dchan.c41 chan->df_offset = ZL_DPLL_DF_OFFSET_UNKNOWN; in zl3073x_chan_state_update()
66 chan->df_offset = sign_extend64(val, 47); in zl3073x_chan_state_update()
106 chan->df_offset = ZL_DPLL_DF_OFFSET_UNKNOWN; in zl3073x_chan_nco_mode_set()
153 chan->df_offset = ZL_DPLL_DF_OFFSET_UNKNOWN; in zl3073x_chan_nco_mode_set()
155 chan->df_offset = sign_extend64(val, 47); in zl3073x_chan_nco_mode_set()
197 chan->df_offset = ZL_DPLL_DF_OFFSET_UNKNOWN; in zl3073x_chan_state_fetch()
458 zldev->chan[ch].df_offset = offset; in zl3073x_chan_df_offset_set()
H A Dchan.h34 s64 df_offset;
71 return chan->df_offset; in zl3073x_chan_df_offset_get()
H A Ddpll.c1233 s64 df_offset; in zl3073x_dpll_nco_pin_ffo_get() local
1242 df_offset = zl3073x_chan_df_offset_get(chan); in zl3073x_dpll_nco_pin_ffo_get()
1243 if (df_offset == ZL_DPLL_DF_OFFSET_UNKNOWN) in zl3073x_dpll_nco_pin_ffo_get()
1251 ffo->ffo = -mul_s64_u64_shr(df_offset, 244140625, 36); in zl3073x_dpll_nco_pin_ffo_get()
2600 if (offset == chan->df_offset) in zl3073x_dpll_ptp_adjfine()