/linux-4.4.14/drivers/edac/ |
D | Kconfig | 70 detection and correction (EDAC - or commonly referred to ECC 102 Support for error detection and correction of DRAM ECC errors on 128 Support for error detection and correction on the AMD 76x 135 Support for error detection and correction on the Intel 142 Support for error detection and correction on the Intel 150 Support for error detection and correction on the Intel 157 Support for error detection and correction on the Intel 164 Support for error detection and correction on the Intel 171 Support for error detection and correction on the Intel 178 Support for error detection and correction on the Intel [all …]
|
/linux-4.4.14/lib/lz4/ |
D | lz4hc_compress.c | 392 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.4.14/drivers/macintosh/ |
D | windfarm_pm121.c | 327 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.4.14/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.txt | 60 If present, power bridge correction for THD reduction near maximum 87 st,max-power-correction; // enables power bridge 88 // correction for THD reduction
|
D | st,sta350.txt | 71 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.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nand.txt | 46 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
|
D | nand.txt | 15 The ECC strength and ECC step size properties define the correction capability
|
D | fsmc-nand.txt | 37 Can support 1-bit HW ECC (default) or if stronger correction is required,
|
/linux-4.4.14/arch/arm/mm/ |
D | alignment.c | 505 unsigned int rd, rn, correction, nr_regs, regbits; in do_alignment_ldmstm() local 511 correction = 4; /* processor implementation defined */ in do_alignment_ldmstm() 512 regs->ARM_pc += correction; in do_alignment_ldmstm() 582 regs->ARM_pc -= correction; in do_alignment_ldmstm() 586 regs->ARM_pc -= correction; in do_alignment_ldmstm()
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | NAND.txt | 18 size, with support for hardware ECC generation and correction.
|
/linux-4.4.14/kernel/time/ |
D | ntp.c | 911 long correction = -error; in hardpps_update_phase() local 915 pps_phase_filter_add(correction); in hardpps_update_phase() 916 correction = pps_phase_filter_get(&jitter); in hardpps_update_phase() 930 time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()
|
/linux-4.4.14/Documentation/powerpc/ |
D | 00-INDEX | 2 Linux/PPC needs an entry here, needs correction or you've written one
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-armv.S | 287 mov r1, #4 @ PC correction to apply 1027 .macro vector_stub, name, mode, correction=0 1031 .if \correction 1032 sub lr, lr, #\correction
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ptp.c | 290 s32 correction); 410 s32 correction) in efx_ptp_s_ns_to_ktime_correction() argument 413 if (correction >= 0) in efx_ptp_s_ns_to_ktime_correction() 414 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_ns_to_ktime_correction() 416 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_ns_to_ktime_correction() 459 s32 correction) in efx_ptp_s27_to_ktime_correction() argument 462 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 4733 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.4.14/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 833 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.4.14/sound/core/ |
D | timer.c | 1027 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.4.14/drivers/mtd/nand/ |
D | Kconfig | 35 This enables support for software BCH error correction. Binary BCH 38 of error correction. 98 bool "Support hardware based BCH error correction" 104 the cpu from doing ECC error searching and correction. However some 471 correction is supported. Hardware ECC is only enabled through
|
/linux-4.4.14/Documentation/fb/ |
D | 00-INDEX | 2 buffer devices needs an entry here, needs correction or you've written one
|
/linux-4.4.14/Documentation/devicetree/bindings/edac/ |
D | apm-xgene-edac.txt | 3 EDAC node is defined to describe on-chip error detection and correction.
|
/linux-4.4.14/arch/x86/kernel/ |
D | uprobes.c | 562 long correction = utask->vaddr - utask->xol_vaddr; in default_post_xol_op() local 563 regs->ip += correction; in default_post_xol_op()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | amd-xgbe.txt | 44 - amd,serdes-blwc: Baseline wandering correction enablement
|
/linux-4.4.14/Documentation/input/ |
D | joystick-api.txt | 202 #define JSIOCSCORR /* set correction values &js_corr */ 203 #define JSIOCGCORR /* get correction values &js_corr */
|
D | joystick.txt | 141 included in the joystick package to set better correction coefficients than 146 correction coefficients into a file
|
/linux-4.4.14/Documentation/parisc/ |
D | registers | 62 V (divide step correction) used by C code
|
/linux-4.4.14/lib/ |
D | Kconfig | 305 (error correction capability). Those specific values must 329 Constant value for error correction capability in bits 't'.
|
/linux-4.4.14/Documentation/filesystems/ |
D | ceph.txt | 119 must rely on TCP's error correction to detect data corruption
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-edac | 109 and correction is being utilized. For example: S4ECD4ED would
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_worker.c | 482 int correction; /* Number of sectors more we need in-flight */ in drbd_rs_controller() local 501 correction = want - device->rs_in_flight - plan->total; in drbd_rs_controller() 504 cps = correction / steps; in drbd_rs_controller()
|
/linux-4.4.14/Documentation/thermal/ |
D | intel_powerclamp.txt | 125 the next injection accordingly to avoid over/under correction.
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 20 (and sometimes correction) is needed. 705 For correction not much gain could be obtained (as bitflips are rare). Then
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 8 # mistake||correction
|
/linux-4.4.14/Documentation/ |
D | cpu-hotplug.txt | 24 reporting and correction capabilities in processors. CPU architectures permit
|
D | edac.txt | 266 and correction is being utilized.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 868 * README.qlogic: Spelling correction. 887 * fdomain.c: Spelling correction. 889 * eata.c: Spelling correction.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 556 be able to help to some degree here, as the clock correction required is
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.c | 6177 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.4.14/drivers/eisa/ |
D | eisa.ids | 5 # Please send any patch/addition/correction to
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 37 timezone correction.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 928 register value without FIFO size correction as the current
|