Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/edac/
DKconfig79 detection and correction (EDAC - or commonly referred to ECC
111 Support for error detection and correction of DRAM ECC errors on
137 Support for error detection and correction on the AMD 76x
144 Support for error detection and correction on the Intel
151 Support for error detection and correction on the Intel
159 Support for error detection and correction on the Intel
166 Support for error detection and correction on the Intel
173 Support for error detection and correction on the Intel
180 Support for error detection and correction on the Intel
187 Support for error detection and correction on the Intel
[all …]
/linux-4.1.27/lib/lz4/
Dlz4hc_compress.c392 int correction; in lz4_compresshcctx() local
398 correction = new_ml - (int)(start2 - ip); in lz4_compresshcctx()
399 if (correction > 0) { in lz4_compresshcctx()
400 start2 += correction; in lz4_compresshcctx()
401 ref2 += correction; in lz4_compresshcctx()
402 ml2 -= correction; in lz4_compresshcctx()
437 int correction = in lz4_compresshcctx() local
439 start2 += correction; in lz4_compresshcctx()
440 ref2 += correction; in lz4_compresshcctx()
441 ml2 -= correction; in lz4_compresshcctx()
[all …]
/linux-4.1.27/drivers/macintosh/
Dwindfarm_pm121.c327 struct pm121_correction correction; member
478 struct pm121_correction *correction; in pm121_correct() local
479 correction = &corrections[control_id][pm121_mach_model - 2]; in pm121_correct()
481 new_min = (average_power * correction->slope) >> 16; in pm121_correct()
482 new_min += correction->offset; in pm121_correct()
495 new_min = value * pm121_connection->correction.slope; in pm121_connect()
496 new_min += pm121_connection->correction.offset; in pm121_connect()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dst,sta32x.txt60 If present, power bridge correction for THD reduction near maximum
87 st,max-power-correction; // enables power bridge
88 // correction for THD reduction
Dst,sta350.txt71 If present, power bridge correction for THD reduction near maximum
126 st,max-power-correction; // enables power bridge
127 // correction for THD reduction
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dgpmc-nand.txt46 Using ELM for ECC error correction frees some CPU cycles.
103 support ecc-schemes with hardware error-correction (BCHx_HW). However
104 such SoC can use ecc-schemes with software library for error-correction
105 (BCHx_HW_DETECTION_SW). The error correction capability with software
Dnand.txt15 The ECC strength and ECC step size properties define the correction capability
/linux-4.1.27/arch/arm/mm/
Dalignment.c487 unsigned int rd, rn, correction, nr_regs, regbits; in do_alignment_ldmstm() local
493 correction = 4; /* processor implementation defined */ in do_alignment_ldmstm()
494 regs->ARM_pc += correction; in do_alignment_ldmstm()
562 regs->ARM_pc -= correction; in do_alignment_ldmstm()
566 regs->ARM_pc -= correction; in do_alignment_ldmstm()
/linux-4.1.27/kernel/time/
Dntp.c859 long correction = -error; in hardpps_update_phase() local
863 pps_phase_filter_add(correction); in hardpps_update_phase()
864 correction = pps_phase_filter_get(&jitter); in hardpps_update_phase()
878 time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DNAND.txt18 size, with support for hardware ECC generation and correction.
/linux-4.1.27/Documentation/powerpc/
D00-INDEX2 Linux/PPC needs an entry here, needs correction or you've written one
/linux-4.1.27/Documentation/devicetree/bindings/net/
Damd-xgbe-phy.txt24 - amd,serdes-blwc: Baseline wandering correction enablement
/linux-4.1.27/drivers/net/ethernet/sfc/
Dptp.c290 s32 correction);
413 s32 correction) in efx_ptp_s_ns_to_ktime_correction() argument
416 if (correction >= 0) in efx_ptp_s_ns_to_ktime_correction()
417 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_ns_to_ktime_correction()
419 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_ns_to_ktime_correction()
462 s32 correction) in efx_ptp_s27_to_ktime_correction() argument
465 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
/linux-4.1.27/arch/arm/kernel/
Dentry-armv.S280 mov r1, #4 @ PC correction to apply
1036 .macro vector_stub, name, mode, correction=0
1040 .if \correction
1041 sub lr, lr, #\correction
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c4733 int *correction, in ar9003_hw_power_control_override() argument
4741 (correction[0] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override()
4745 (correction[1] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override()
4749 (correction[2] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override()
4896 int correction[AR9300_MAX_CHAINS], in ar9003_hw_calibration_apply() local
4968 correction[ichain] = lcorrection[ichain]; in ar9003_hw_calibration_apply()
4977 correction[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
4997 correction[ichain] = lcorrection[ichain]; in ar9003_hw_calibration_apply()
5004 correction[ichain] = hcorrection[ichain]; in ar9003_hw_calibration_apply()
5008 correction[ichain] = 0; in ar9003_hw_calibration_apply()
[all …]
/linux-4.1.27/drivers/media/dvb-frontends/
Dstb0899_algo.c833 u32 dec_ratio, correction, master_clk, srate; in stb0899_dvbs2_calc_dev() local
840 correction = (512 * master_clk) / (2 * dec_ratio * srate); in stb0899_dvbs2_calc_dev()
842 return correction; in stb0899_dvbs2_calc_dev()
854 u32 correction, freq_adj, band_lim, decim_cntrl, reg; in stb0899_dvbs2_set_srate() local
889 correction = stb0899_dvbs2_calc_dev(state); in stb0899_dvbs2_set_srate()
891 STB0899_SETFIELD_VAL(BTR_FREQ_CORR, reg, correction); in stb0899_dvbs2_set_srate()
/linux-4.1.27/sound/core/
Dtimer.c1027 unsigned long correction; member
1036 priv->correction += (long)jiff - (long)priv->last_expires; in snd_timer_s_function()
1047 if (priv->correction > timer->sticks - 1) { in snd_timer_s_start()
1048 priv->correction -= timer->sticks - 1; in snd_timer_s_start()
1051 njiff += timer->sticks - priv->correction; in snd_timer_s_start()
1052 priv->correction = 0; in snd_timer_s_start()
1071 priv->correction = 0; in snd_timer_s_stop()
/linux-4.1.27/arch/x86/kernel/
Duprobes.c570 long correction = utask->vaddr - utask->xol_vaddr; in default_post_xol_op() local
571 regs->ip += correction; in default_post_xol_op()
/linux-4.1.27/Documentation/fb/
D00-INDEX2 buffer devices needs an entry here, needs correction or you've written one
/linux-4.1.27/drivers/mtd/nand/
DKconfig35 This enables support for software BCH error correction. Binary BCH
38 of error correction.
101 bool "Support hardware based BCH error correction"
107 the cpu from doing ECC error searching and correction. However some
/linux-4.1.27/Documentation/input/
Djoystick-api.txt202 #define JSIOCSCORR /* set correction values &js_corr */
203 #define JSIOCGCORR /* get correction values &js_corr */
Djoystick.txt141 included in the joystick package to set better correction coefficients than
146 correction coefficients into a file
/linux-4.1.27/Documentation/parisc/
Dregisters62 V (divide step correction) used by C code
/linux-4.1.27/lib/
DKconfig299 (error correction capability). Those specific values must
323 Constant value for error correction capability in bits 't'.
/linux-4.1.27/Documentation/filesystems/
Dceph.txt119 must rely on TCP's error correction to detect data corruption
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-edac109 and correction is being utilized. For example: S4ECD4ED would
/linux-4.1.27/drivers/block/drbd/
Ddrbd_worker.c504 int correction; /* Number of sectors more we need in-flight */ in drbd_rs_controller() local
523 correction = want - device->rs_in_flight - plan->total; in drbd_rs_controller()
526 cps = correction / steps; in drbd_rs_controller()
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt125 the next injection accordingly to avoid over/under correction.
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt20 (and sometimes correction) is needed.
705 For correction not much gain could be obtained (as bitflips are rare). Then
/linux-4.1.27/scripts/
Dspelling.txt8 # mistake||correction
/linux-4.1.27/Documentation/
Dcpu-hotplug.txt24 reporting and correction capabilities in processors. CPU architectures permit
Dedac.txt299 and correction is being utilized.
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-1997868 * README.qlogic: Spelling correction.
887 * fdomain.c: Spelling correction.
889 * eata.c: Spelling correction.
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt556 be able to help to some degree here, as the clock correction required is
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.c6177 u32 correction = 0; in tg3_ptp_adjfreq() local
6192 correction = div_u64((u64)ppb * (1 << 24), 1000000000ULL) & in tg3_ptp_adjfreq()
6197 if (correction) in tg3_ptp_adjfreq()
6200 (neg_adj ? TG3_EAV_REF_CLK_CORRECT_NEG : 0) | correction); in tg3_ptp_adjfreq()
/linux-4.1.27/drivers/rtc/
DKconfig45 timezone correction.
/linux-4.1.27/drivers/eisa/
Deisa.ids5 # Please send any patch/addition/correction to
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt928 register value without FIFO size correction as the current