Home
last modified time | relevance | path

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

/drivers/edac/
DKconfig81 Support for error detection and correction of DRAM ECC errors on
106 Support for error detection and correction for Amazon's Annapurna
107 Labs Alpine chips which allow 1 bit correction and 2 bits detection.
113 Support for error detection and correction on the AMD 76x
120 Support for error detection and correction on the Intel
127 Support for error detection and correction on the Intel
135 Support for error detection and correction on the Intel
142 Support for error detection and correction on the Intel
149 Support for error detection and correction on the Intel
156 Support for error detection and correction on the Intel
[all …]
/drivers/mtd/nand/
DKconfig24 correction. This correction can correct up to 1 bit error
27 more strength correction and in this case BCH or RS will be
44 This enables support for software BCH error correction. Binary BCH
47 of error correction.
/drivers/mtd/nand/raw/ingenic/
DKconfig8 based boards, using the BCH controller for hardware error correction.
19 Enable this driver to support the Reed-Solomon error-correction
29 Enable this driver to support the BCH error-correction hardware
39 Enable this driver to support the BCH error-correction hardware
/drivers/macintosh/
Dwindfarm_pm121.c317 struct pm121_correction correction; member
468 struct pm121_correction *correction; in pm121_correct() local
469 correction = &corrections[control_id][pm121_mach_model - 2]; in pm121_correct()
471 new_min = (average_power * correction->slope) >> 16; in pm121_correct()
472 new_min += correction->offset; in pm121_correct()
485 new_min = value * pm121_connection->correction.slope; in pm121_connect()
486 new_min += pm121_connection->correction.offset; in pm121_connect()
/drivers/net/ethernet/sfc/
Dptp.c306 s32 correction);
450 s32 correction) in efx_ptp_s_ns_to_ktime_correction() argument
453 if (correction >= 0) in efx_ptp_s_ns_to_ktime_correction()
454 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_ns_to_ktime_correction()
456 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_ns_to_ktime_correction()
499 s32 correction) in efx_ptp_s27_to_ktime_correction() argument
502 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
524 s32 correction) in efx_ptp_s_qns_to_ktime_correction() argument
529 correction = DIV_ROUND_CLOSEST(correction, 4); in efx_ptp_s_qns_to_ktime_correction()
533 if (correction >= 0) in efx_ptp_s_qns_to_ktime_correction()
[all …]
/drivers/media/dvb-frontends/
Dstb0899_algo.c821 u32 dec_ratio, correction, master_clk, srate; in stb0899_dvbs2_calc_dev() local
828 correction = (512 * master_clk) / (2 * dec_ratio * srate); in stb0899_dvbs2_calc_dev()
830 return correction; in stb0899_dvbs2_calc_dev()
842 u32 correction, freq_adj, band_lim, decim_cntrl, reg; in stb0899_dvbs2_set_srate() local
877 correction = stb0899_dvbs2_calc_dev(state); in stb0899_dvbs2_set_srate()
879 STB0899_SETFIELD_VAL(BTR_FREQ_CORR, reg, correction); in stb0899_dvbs2_set_srate()
/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c4808 int *correction, in ar9003_hw_power_control_override() argument
4816 (correction[0] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override()
4820 (correction[1] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override()
4824 (correction[2] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override()
4973 int correction[AR9300_MAX_CHAINS], in ar9003_hw_calibration_apply() local
5055 correction[ichain] = lcorrection[ichain]; in ar9003_hw_calibration_apply()
5066 correction[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
5098 correction[ichain] = lcorrection[ichain]; in ar9003_hw_calibration_apply()
5107 correction[ichain] = hcorrection[ichain]; in ar9003_hw_calibration_apply()
5113 correction[ichain] = 0; in ar9003_hw_calibration_apply()
[all …]
/drivers/mtd/nand/raw/
DKconfig51 bool "Support hardware based BCH error correction"
57 the cpu from doing ECC error searching and correction. However some
282 correction is supported. Hardware ECC is only enabled through
394 a maximum 8-bit correction error per sector of 512 bytes.
/drivers/net/dsa/sja1105/
Dsja1105_tas.c607 u64 correction) in sja1105_tas_adjust_drift() argument
610 u32 ptpclkcorp = ns_to_sja1105_ticks(correction); in sja1105_tas_adjust_drift()
/drivers/net/phy/mscc/
Dmscc_ptp.h446 __be64 correction; member
/drivers/md/
DKconfig585 bool "Verity forward error correction support"
590 Add forward error correction support to dm-verity. This option
591 makes it possible to use pre-generated error correction data to
/drivers/block/drbd/
Ddrbd_worker.c506 int correction; /* Number of sectors more we need in-flight */ in drbd_rs_controller() local
525 correction = want - device->rs_in_flight - plan->total; in drbd_rs_controller()
528 cps = correction / steps; in drbd_rs_controller()
/drivers/net/ethernet/freescale/enetc/
Denetc.c118 *correction_offset = (u8 *)&hdr->correction - base; in enetc_ptp_parse()
/drivers/mmc/host/
DKconfig180 directly touch the hardware, for example, the phase correction
/drivers/net/ethernet/broadcom/
Dtg3.c6188 u32 correction = 0; in tg3_ptp_adjfreq() local
6203 correction = div_u64((u64)ppb * (1 << 24), 1000000000ULL) & in tg3_ptp_adjfreq()
6208 if (correction) in tg3_ptp_adjfreq()
6211 (neg_adj ? TG3_EAV_REF_CLK_CORRECT_NEG : 0) | correction); in tg3_ptp_adjfreq()
/drivers/eisa/
Deisa.ids5 # Please send any patch/addition/correction to
/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c683 *correction_offset = (u8 *)&hdr->correction - base; in dpaa2_eth_ptp_parse()
/drivers/rtc/
DKconfig42 timezone correction.