Home
last modified time | relevance | path

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

1234

/linux/Documentation/devicetree/bindings/clock/
A Dfixed-clock.yaml22 clock-accuracy:
23 description: accuracy of clock in ppb (parts per billion).
42 clock-accuracy = <100>;
/linux/arch/x86/math-emu/
A DREADME72 based upon getting good accuracy with reasonable speed.
237 The following table compares the emulator accuracy for the sqrt(),
243 accurate to 64 bits can result in a relative accuracy in cos() of
274 consequence, the accuracy of these functions for large arguments has
278 definition of accuracy has changed slightly from that used for the
313 accuracy in number of times per million, thus the second of these
314 columns shows that an accuracy of between 63.80 and 63.89 bits was
350 result of the given accuracy in bits (given in the left-most column)
359 results of relatively poor accuracy for these instructions when the
361 accuracy of the results were less than 62 bits, which occurs quite
[all …]
/linux/drivers/clk/
A Dclk-fixed-rate.c145 u32 accuracy = 0; in _of_fixed_clk_setup() local
151 of_property_read_u32(node, "clock-accuracy", &accuracy); in _of_fixed_clk_setup()
156 0, rate, accuracy); in _of_fixed_clk_setup()
A Dclk.c80 unsigned long accuracy; member
500 return core->accuracy; in clk_core_get_accuracy_no_lock()
1542 parent_accuracy = core->parent->accuracy; in __clk_recalc_accuracies()
1545 core->accuracy = core->ops->recalc_accuracy(core->hw, in __clk_recalc_accuracies()
1548 core->accuracy = parent_accuracy; in __clk_recalc_accuracies()
1573 long accuracy; in clk_get_accuracy() local
1579 accuracy = clk_core_get_accuracy_recalc(clk->core); in clk_get_accuracy()
1582 return accuracy; in clk_get_accuracy()
3524 core->accuracy = core->ops->recalc_accuracy(core->hw, in __clk_core_init()
3527 core->accuracy = parent->accuracy; in __clk_core_init()
[all …]
/linux/drivers/clk/at91/
A Dclk-main.c40 unsigned long accuracy; member
262 return osc->accuracy; in clk_main_rc_osc_recalc_accuracy()
295 u32 frequency, u32 accuracy) in at91_clk_register_main_rc_osc() argument
318 osc->accuracy = accuracy; in at91_clk_register_main_rc_osc()
A Dsckc.c53 unsigned long accuracy; member
183 return osc->accuracy; in clk_slow_rc_osc_recalc_accuracy()
228 unsigned long accuracy, in at91_clk_register_slow_rc_osc() argument
254 osc->accuracy = accuracy; in at91_clk_register_slow_rc_osc()
/linux/Documentation/hwmon/
A Dshtc1.rst58 2. high or low accuracy. High accuracy is used by default and using it is
A Dpc87360.rst74 readings more range or accuracy. Usually, users have to learn how it works,
81 slowest accuracy highest
94 * accuracy around 3000 RPM: 3000^2/clock
98 RPM as the lowest acceptable accuracy.
A Dtc74.rst18 and +- 2 degrees centigrade accuracy.
A Dadt7410.rst51 -55°C to +150°C. It has a high accuracy of +/-0.5°C and can be operated at a
65 a better accuracy (0.25°C instead of 0.50°C.)
A Dsht3x.rst38 2. high or low accuracy. High accuracy is used by default and using it is
A Dsparx5-temp.rst24 The sensor has a range of -40°C to +125°C and an accuracy of +/-5°C.
A Dgl518sm.rst47 degrees, with a accuracy of +/-3 degrees.
54 give the readings more range or accuracy. Not all RPM values can
A Dmax6620.rst28 range or accuracy, the desired value can be set by a programmable register
/linux/drivers/iio/temperature/
A DKconfig23 high accuracy digital temperature measurement system.
68 tristate "MLX90632 contact-less infrared sensor with medical accuracy"
73 MLX90632 contact-less infrared sensor with medical accuracy
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-adc-mt636012 Indicated MT6360 VBUS ADC with lower accuracy(+-75mA)
20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
A Dsysfs-bus-iio-light-tsl258320 It is used in the process of calibrating the device accuracy.
/linux/drivers/staging/clocking-wizard/
A DTODO9 - maximize accuracy before divisions
/linux/arch/arm/boot/dts/
A Dalphascale-asm9260.dtsi34 clock-accuracy = <30000>;
A Dpxa300-raumfeld-tuneable-clock.dtsi10 clock-accuracy = <100>;
/linux/drivers/xen/
A Defi.c57 tc->accuracy = efi_data(op).u.get_time.accuracy; in xen_efi_get_time()
/linux/Documentation/devicetree/bindings/hwmon/
A Dadi,adm1275.yaml14 The ADM1293 and ADM1294 are high accuracy integrated digital power monitors
/linux/Documentation/sound/designs/
A Dtimestamping.rst76 accuracy. It can also request the delay-to-analog be included in the
92 The audio timestamp accuracy can be returned to user-space, so that
115 The accuracy is reported in nanosecond units (using an unsigned 32-bit
191 shows how compensating for the delay exposes a 1ms accuracy (due to
/linux/Documentation/timers/
A Dtimekeeping.rst46 When the wall-clock accuracy of the clock source isn't satisfactory, there
125 between accuracy compared to the clock source, you may sacrifice accuracy
135 jiffy frequency for the architecture. This will affect scheduling accuracy
/linux/Documentation/devicetree/bindings/mtd/
A Dlpc32xx-mlc.txt12 accuracy:)

Completed in 34 milliseconds

1234