Home
last modified time | relevance | path

Searched full:drift (Results 1 – 25 of 68) sorted by relevance

123

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ptp.c16 /* 16 nano second time quantas to wait before making a Drift adjustment */
18 /* Nano seconds to add/subtract when making a Drift adjustment */
20 /* Add/subtract the Adjustment_Value when making a Drift adjustment */
249 * Drift period - adjustment happens once in certain number of nano seconds.
250 * Drift value - time is adjusted by a certain value, for example by 5 ns.
251 * Drift direction - add or subtract the adjustment value.
330 DP_INFO(p_hwfn, "Drift counter is not reset\n"); in qed_ptp_hw_adjfreq()
389 /* Disable drift register */ in qed_ptp_hw_enable()
/linux/arch/mips/kvm/
H A Demulate.c524 * @before: Time before Count was saved, lower bound of drift calculation.
526 * @min_drift: Minimum amount of drift permitted before correction.
529 * Restores the timer from a particular @count, accounting for drift. This can
541 * Returns: Amount of correction to count_bias due to drift.
549 int drift, ret = 0; in kvm_mips_restore_hrtimer() local
556 * Detect significantly negative drift, where count is lower than in kvm_mips_restore_hrtimer()
557 * expected. Some negative drift is expected when hardware counter is in kvm_mips_restore_hrtimer()
559 * time to jump forwards a little, within reason. If the drift is too in kvm_mips_restore_hrtimer()
562 drift = count - before_count; in kvm_mips_restore_hrtimer()
563 if (drift < min_drift) { in kvm_mips_restore_hrtimer()
[all …]
/linux/include/linux/sched/
H A Dclock.h10 * sched_clock() has no promise of monotonicity or bounded drift between
83 * time source that is monotonic per cpu argument and has bounded drift
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-trackpoint109 drift (noise) calibration occurs.
111 IBM Trackpoints have a feature to compensate for drift by
H A Dsysfs-bus-iio-adc-mcp356434 so the residual offset error temperature drift is extremely low.
H A Dsysfs-class-thermal132 for long term drift. For more information see
/linux/drivers/input/mouse/
H A Dtrackpoint.h80 /* must last (x*107ms) for drift */
92 #define TP_TOGGLE_DRIFT 0x23 /* Drift Correction */
/linux/arch/arm64/include/asm/
H A Dlinkage.h16 * likely to notice any drift from the overridden definitions.
/linux/arch/arm/kernel/
H A Dtime.c40 /* change this if you have some constant time drift */
/linux/Documentation/devicetree/bindings/clock/ti/
H A Ddra7-atl.txt7 signals - can compensate the drift between the two ws signal.
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c71 * clock drift causing overlapping TBTTs/DTIMs for a GO and in iwl_mvm_mac_tsf_id_iter()
88 * should be used to avoid drift between the new client and in iwl_mvm_mac_tsf_id_iter()
89 * existing AP. The existing AP will get drift updates from the in iwl_mvm_mac_tsf_id_iter()
114 * interface, it should get drift updates from an existing in iwl_mvm_mac_tsf_id_iter()
116 * drift between TSFs internally but if they used different in iwl_mvm_mac_tsf_id_iter()
118 * cause drift that way. in iwl_mvm_mac_tsf_id_iter()
141 * take drift into account. Either they're exclusive in iwl_mvm_mac_tsf_id_iter()
/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c167 /* Set drift register */ in hellcreek_ptp_adjfine()
446 /* Enable the drift correction process */ in hellcreek_ptp_setup()
/linux/drivers/usb/gadget/function/
H A Du_audio.h57 int fb_max; /* upper frequency drift feedback limit per-mil */
/linux/sound/core/
H A Dhrtimer.c46 /* calculate the drift */ in snd_hrtimer_callback()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dacx.h179 * of drift
/linux/kernel/time/
H A DKconfig208 interval and NTP's maximum frequency drift of 500 parts
/linux/drivers/rtc/
H A Dclass.c124 * To avoid drift caused by repeated suspend/resumes, in rtc_suspend()
125 * which each can add ~1 second drift error, in rtc_suspend()
/linux/Documentation/trace/rv/
H A Dmonitor_rtapp.rst56 (to avoid time drift) and `CLOCK_MONOTONIC` (to avoid the clock being
/linux/arch/x86/xen/
H A Dtime.c143 * Move the next drift compensation time 11 minutes in xen_pvclock_gtod_notify()
200 hypervisor and kernel times can drift even if the kernel is using
/linux/Documentation/core-api/
H A Dtimekeeping.rst56 clocksource without (NTP) adjustments for clock drift. This is
/linux/include/media/
H A Ddvb_frontend.h65 * @max_drift: maximum drift
216 * drift due to AFC.
291 * drift due to AFC.
/linux/include/xen/interface/
H A Dvcpu.h73 * guaranteed not to drift from system time.
/linux/drivers/media/usb/ttusb-dec/
H A Dttusbdecfe.c97 /* Drift compensation makes no sense for DVB-T */ in ttusbdecfe_dvbt_get_tune_settings()
/linux/Documentation/input/devices/
H A Dntrig.rst119 The calibration of these devices does drift over time. If ghosts or contact
/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c1360 u32 drift; in vc4_hdmi_recenter_fifo() local
1369 drift = HDMI_READ(HDMI_FIFO_CTL); in vc4_hdmi_recenter_fifo()
1370 drift &= VC4_HDMI_FIFO_VALID_WRITE_MASK; in vc4_hdmi_recenter_fifo()
1373 drift & ~VC4_HDMI_FIFO_CTL_RECENTER); in vc4_hdmi_recenter_fifo()
1375 drift | VC4_HDMI_FIFO_CTL_RECENTER); in vc4_hdmi_recenter_fifo()
1384 drift & ~VC4_HDMI_FIFO_CTL_RECENTER); in vc4_hdmi_recenter_fifo()
1386 drift | VC4_HDMI_FIFO_CTL_RECENTER); in vc4_hdmi_recenter_fifo()

123