Searched refs:freq_offset (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/ntp/include/
H A Dntpsim.h83 double freq_offset; member in struct:script_info_tag
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntpsim.c410 simulation.servers[i].curr_script->freq_offset +=
414 (1 + simulation.servers[i].curr_script->freq_offset);
H A Drefclock_ripencc.c285 short rpt_0x43 (TSIPPKT *rpt, float ECEF_vel[3], float *freq_offset,
310 short rpt_0x54 (TSIPPKT *rpt, float *clock_bias, float *freq_offset,
314 short rpt_0x56 (TSIPPKT *rpt, float vel_ENU[3], float *freq_offset,
2084 float *freq_offset,
2095 *freq_offset = bGetSingle (&buf[12]);
2354 float *freq_offset,
2363 *freq_offset = bGetSingle (&buf[4]);
2394 float *freq_offset,
2408 *freq_offset = bGetSingle (&buf[12]);
3394 ECEF_vel[3], freq_offset, time_of_fi local
2081 rpt_0x43( TSIPPKT *rpt, float ECEF_vel[3], float *freq_offset, float *time_of_fix ) argument
2351 rpt_0x54( TSIPPKT *rpt, float *clock_bias, float *freq_offset, float *time_of_fix ) argument
2391 rpt_0x56( TSIPPKT *rpt, float vel_ENU[3], float *freq_offset, float *time_of_fix ) argument
3768 clock_bias, freq_offset, time_of_fix; local
3880 vel_ENU[3], freq_offset, time_of_fix; local
[all...]
H A Dntp_config.c1639 my_info->freq_offset = my_attr_val->value.d;
/freebsd-10.2-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c989 int freq_offset = 0; local
1056 freq_offset = FBIN2FREQ(spur_chans_ptr[i], mode) - synth_freq;
1057 if (abs(freq_offset) < range) {
1065 if (freq_offset < 0) {
1073 spur_freq_sd = ((freq_offset + 10) << 9) / 11;
1082 spur_freq_sd = ((freq_offset - 10) << 9) / 11;
1084 spur_delta_phase = (freq_offset << 17) / 5;
1087 spur_freq_sd = (freq_offset << 9) / 11;
1088 spur_delta_phase = (freq_offset << 18) / 5;
1134 mask_index = (freq_offset <<
[all...]

Completed in 164 milliseconds