Searched refs:freq_adj (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/kernel/time/ |
D | ntp.c | 297 s64 freq_adj; in ntp_update_offset() local 327 freq_adj = ntp_update_offset_fll(offset64, secs); in ntp_update_offset() 337 freq_adj += (offset64 * secs) << in ntp_update_offset() 340 freq_adj = min(freq_adj + time_freq, MAXFREQ_SCALED); in ntp_update_offset() 342 time_freq = max(freq_adj, -MAXFREQ_SCALED); in ntp_update_offset()
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 854 u32 correction, freq_adj, band_lim, decim_cntrl, reg; in stb0899_dvbs2_set_srate() local 895 freq_adj = internal->srate / (internal->master_clk / 4096); in stb0899_dvbs2_set_srate() 896 …_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_FREQ_ADJ_SCALE, STB0899_OFF0_FREQ_ADJ_SCALE, freq_adj); in stb0899_dvbs2_set_srate()
|