Searched refs:correction (Results 1 – 11 of 11) sorted by relevance
/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 …]
|
/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()
|
/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()
|
/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 4734 int *correction, in ar9003_hw_power_control_override() argument 4742 (correction[0] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override() 4746 (correction[1] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override() 4750 (correction[2] << AR_PHY_TPC_OLPC_GAIN_DELTA_S), in ar9003_hw_power_control_override() 4897 int correction[AR9300_MAX_CHAINS], in ar9003_hw_calibration_apply() local 4969 correction[ichain] = lcorrection[ichain]; in ar9003_hw_calibration_apply() 4978 correction[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply() 4998 correction[ichain] = lcorrection[ichain]; in ar9003_hw_calibration_apply() 5005 correction[ichain] = hcorrection[ichain]; in ar9003_hw_calibration_apply() 5009 correction[ichain] = 0; in ar9003_hw_calibration_apply() [all …]
|
/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()
|
/drivers/mtd/nand/ |
D | Kconfig | 42 This enables support for software BCH error correction. Binary BCH 45 of error correction. 105 bool "Support hardware based BCH error correction" 111 the cpu from doing ECC error searching and correction. However some 475 correction is supported. Hardware ECC is only enabled through
|
/drivers/md/ |
D | Kconfig | 463 bool "Verity forward error correction support" 468 Add forward error correction support to dm-verity. This option 469 makes it possible to use pre-generated error correction data to
|
/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()
|
/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()
|
/drivers/eisa/ |
D | eisa.ids | 5 # Please send any patch/addition/correction to
|
/drivers/rtc/ |
D | Kconfig | 37 timezone correction.
|