Home
last modified time | relevance | path

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

/drivers/edac/
DKconfig82 Support for error detection and correction of DRAM ECC errors on
107 Support for error detection and correction for Amazon's Annapurna
108 Labs Alpine chips which allow 1 bit correction and 2 bits detection.
114 Support for error detection and correction on the AMD 76x
121 Support for error detection and correction on the Intel
128 Support for error detection and correction on the Intel
136 Support for error detection and correction on the Intel
143 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
[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.c318 struct pm121_correction correction; member
469 struct pm121_correction *correction; in pm121_correct() local
470 correction = &corrections[control_id][pm121_mach_model - 2]; in pm121_correct()
472 new_min = (average_power * correction->slope) >> 16; in pm121_correct()
473 new_min += correction->offset; in pm121_correct()
486 new_min = value * pm121_connection->correction.slope; in pm121_connect()
487 new_min += pm121_connection->correction.offset; in pm121_connect()
/drivers/net/ethernet/sfc/siena/
Dptp.c305 s32 correction);
449 s32 correction) in efx_ptp_s_ns_to_ktime_correction() argument
452 if (correction >= 0) in efx_ptp_s_ns_to_ktime_correction()
453 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_ns_to_ktime_correction()
455 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_ns_to_ktime_correction()
498 s32 correction) in efx_ptp_s27_to_ktime_correction() argument
501 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
523 s32 correction) in efx_ptp_s_qns_to_ktime_correction() argument
528 correction = DIV_ROUND_CLOSEST(correction, 4); in efx_ptp_s_qns_to_ktime_correction()
532 if (correction >= 0) in efx_ptp_s_qns_to_ktime_correction()
[all …]
/drivers/net/ethernet/sfc/
Dptp.c303 s32 correction);
479 s32 correction) in efx_ptp_s27_to_ktime_correction() argument
482 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
504 s32 correction) in efx_ptp_s_qns_to_ktime_correction() argument
509 correction = DIV_ROUND_CLOSEST(correction, 4); in efx_ptp_s_qns_to_ktime_correction()
513 if (correction >= 0) in efx_ptp_s_qns_to_ktime_correction()
514 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_qns_to_ktime_correction()
516 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_qns_to_ktime_correction()
548 s32 correction) in efx_ptp_mac_nic_to_ktime_correction() argument
591 correction); in efx_ptp_mac_nic_to_ktime_correction()
/drivers/net/dsa/microchip/
Dksz_ptp.c467 s64 correction; in ksz_port_rxtstamp() local
491 correction = (s64)get_unaligned_be64(&ptp_hdr->correction); in ksz_port_rxtstamp()
492 correction -= ktime_to_ns(tstamp) << 16; in ksz_port_rxtstamp()
494 ptp_header_update_correction(skb, type, ptp_hdr, correction); in ksz_port_rxtstamp()
/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.c4805 int *correction, in ar9003_hw_power_control_override() argument
4813 (correction[0] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override()
4817 (correction[1] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override()
4821 (correction[2] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override()
4969 int correction[AR9300_MAX_CHAINS], in ar9003_hw_calibration_apply() local
5051 correction[ichain] = lcorrection[ichain]; in ar9003_hw_calibration_apply()
5062 correction[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
5094 correction[ichain] = lcorrection[ichain]; in ar9003_hw_calibration_apply()
5103 correction[ichain] = hcorrection[ichain]; in ar9003_hw_calibration_apply()
5109 correction[ichain] = 0; in ar9003_hw_calibration_apply()
[all …]
/drivers/mtd/nand/raw/
DKconfig52 bool "Support hardware based BCH error correction"
58 the cpu from doing ECC error searching and correction. However some
261 correction is supported. Hardware ECC is only enabled through
374 a maximum 8-bit correction error per sector of 512 bytes.
/drivers/net/dsa/sja1105/
Dsja1105_tas.c610 u64 correction) in sja1105_tas_adjust_drift() argument
613 u32 ptpclkcorp = ns_to_sja1105_ticks(correction); in sja1105_tas_adjust_drift()
/drivers/net/phy/mscc/
Dmscc_ptp.h446 __be64 correction; member
/drivers/md/
DKconfig600 bool "Verity forward error correction support"
605 Add forward error correction support to dm-verity. This option
606 makes it possible to use pre-generated error correction data to
/drivers/block/drbd/
Ddrbd_worker.c502 int correction; /* Number of sectors more we need in-flight */ in drbd_rs_controller() local
521 correction = want - device->rs_in_flight - plan->total; in drbd_rs_controller()
524 cps = correction / steps; in drbd_rs_controller()
/drivers/mmc/host/
DKconfig192 directly touch the hardware, for example, the phase correction
/drivers/net/ethernet/freescale/enetc/
Denetc.c139 *correction_offset = (u8 *)&hdr->correction - base; in enetc_ptp_parse()
/drivers/net/ethernet/broadcom/
Dtg3.c6186 u64 correction; in tg3_ptp_adjfine() local
6194 neg_adj = diff_by_scaled_ppm(1 << 24, scaled_ppm, &correction); in tg3_ptp_adjfine()
6198 if (correction) in tg3_ptp_adjfine()
6202 ((u32)correction & TG3_EAV_REF_CLK_CORRECT_MASK)); in tg3_ptp_adjfine()
/drivers/eisa/
Deisa.ids5 # Please send any patch/addition/correction to
/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c789 *correction_offset = (u8 *)&hdr->correction - base; in dpaa2_eth_ptp_parse()
/drivers/rtc/
DKconfig42 timezone correction.