Home
last modified time | relevance | path

Searched refs:accuracy (Results 1 – 25 of 88) sorted by relevance

1234

/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dfixed-clock.txt13 - clock-accuracy : accuracy of clock in ppb (parts per billion).
22 clock-accuracy = <100>;
Dat91-clock.txt118 - clock-accuracy : define the internal RC oscillator accuracy.
124 clock-accuracy = <50000000>;
189 - clock-accuracy : define the internal RC oscillator accuracy.
197 clock-accuracy = <50000000>;
/Linux-v4.19/drivers/clk/at91/
Dsckc.c52 unsigned long accuracy; member
190 return osc->accuracy; in clk_slow_rc_osc_recalc_accuracy()
232 unsigned long accuracy, in at91_clk_register_slow_rc_osc() argument
256 osc->accuracy = accuracy; in at91_clk_register_slow_rc_osc()
274 u32 accuracy = 0; in of_at91sam9x5_clk_slow_rc_osc_setup() local
280 of_property_read_u32(np, "clock-accuracy", &accuracy); in of_at91sam9x5_clk_slow_rc_osc_setup()
283 hw = at91_clk_register_slow_rc_osc(sckcr, name, frequency, accuracy, in of_at91sam9x5_clk_slow_rc_osc_setup()
Dclk-main.c41 unsigned long accuracy; member
267 return osc->accuracy; in clk_main_rc_osc_recalc_accuracy()
281 u32 frequency, u32 accuracy) in at91_clk_register_main_rc_osc() argument
304 osc->accuracy = accuracy; in at91_clk_register_main_rc_osc()
320 u32 accuracy = 0; in of_at91sam9x5_clk_main_rc_osc_setup() local
326 of_property_read_u32(np, "clock-accuracy", &accuracy); in of_at91sam9x5_clk_main_rc_osc_setup()
332 hw = at91_clk_register_main_rc_osc(regmap, name, frequency, accuracy); in of_at91sam9x5_clk_main_rc_osc_setup()
/Linux-v4.19/arch/x86/math-emu/
DREADME72 based upon getting good accuracy with reasonable speed.
228 The accuracy of the emulator is in almost all cases equal to or better
237 The following table compares the emulator accuracy for the sqrt(),
240 would be 64 bits. The reduced Turbo C accuracy of cos() and tan() for
243 accurate to 64 bits can result in a relative accuracy in cos() of
260 ** The accuracy for exp() and log() is low because the FPU (emulator)
274 consequence, the accuracy of these functions for large arguments has
276 FPU). There is also now no degradation of accuracy for fcos and fptan
278 definition of accuracy has changed slightly from that used for the
303 Prior to version 1.20 of the emulator, the accuracy of the results for
[all …]
/Linux-v4.19/arch/arm64/boot/dts/xilinx/
Dzynqmp-clk.dtsi51 clock-accuracy = <100>;
58 clock-accuracy = <100>;
71 clock-accuracy = <0x64>;
/Linux-v4.19/drivers/clk/
Dclk-fixed-rate.c166 u32 accuracy = 0; in _of_fixed_clk_setup() local
172 of_property_read_u32(node, "clock-accuracy", &accuracy); in _of_fixed_clk_setup()
177 0, rate, accuracy); in _of_fixed_clk_setup()
Dclk-asm9260.c274 u32 accuracy = 0; in asm9260_acc_init() local
290 accuracy = clk_get_accuracy(__clk_lookup(ref_clk)); in asm9260_acc_init()
292 ref_clk, 0, rate, accuracy); in asm9260_acc_init()
Dclk.c68 unsigned long accuracy; member
381 return core->accuracy; in __clk_get_accuracy()
1290 parent_accuracy = core->parent->accuracy; in __clk_recalc_accuracies()
1293 core->accuracy = core->ops->recalc_accuracy(core->hw, in __clk_recalc_accuracies()
1296 core->accuracy = parent_accuracy; in __clk_recalc_accuracies()
1304 unsigned long accuracy; in clk_core_get_accuracy() local
1310 accuracy = __clk_get_accuracy(core); in clk_core_get_accuracy()
1313 return accuracy; in clk_core_get_accuracy()
2815 debugfs_create_ulong("clk_accuracy", 0444, root, &core->accuracy); in clk_debug_create_one()
3024 core->accuracy = core->ops->recalc_accuracy(core->hw, in __clk_core_init()
[all …]
/Linux-v4.19/Documentation/hwmon/
Dshtc136 2. high or low accuracy. High accuracy is used by default and using it is
Dtc7415 and +- 2 degrees centigrade accuracy.
Dpc8736065 readings more range or accuracy. Usually, users have to learn how it works,
71 slowest accuracy highest
81 * accuracy around 3000 RPM: 3000^2/clock
84 RPM as the lowest acceptable accuracy.
Dadt741032 -55°C to +150°C. It has a high accuracy of +/-0.5°C and can be operated at a
46 a better accuracy (0.25°C instead of 0.50°C.)
Dsht3x32 2. high or low accuracy. High accuracy is used by default and using it is
Dgl518sm40 degrees, with a accuracy of +/-3 degrees.
47 give the readings more range or accuracy. Not all RPM values can
Demc210322 the readings more range or accuracy. Not all RPM values can accurately be
Dds62021 to +125. Between 0 and 70 degree Celsius, accuracy is 0.5 Kelvin. The value
/Linux-v4.19/drivers/staging/clocking-wizard/
DTODO8 - maximize accuracy before divisions
/Linux-v4.19/drivers/iio/temperature/
DKconfig47 tristate "MLX90632 contact-less infrared sensor with medical accuracy"
52 MLX90632 contact-less infrared sensor with medical accuracy
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-light-tsl258320 It is used in the process of calibrating the device accuracy.
/Linux-v4.19/arch/arm/boot/dts/
Dalphascale-asm9260.dtsi33 clock-accuracy = <30000>;
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dlpc32xx-mlc.txt12 accuracy:)
/Linux-v4.19/drivers/xen/
Defi.c56 tc->accuracy = efi_data(op).u.get_time.accuracy; in xen_efi_get_time()
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dltc2941.txt17 This determines the range and accuracy of the gauge. The value is programmed
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/
Dti-adc12138.txt23 For less ADC accuracy and/or slower CCLK frequencies this value may be

1234