Home
last modified time | relevance | path

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

12345678

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dtime.cpp17 Time<Id>::Time(const Event& event, TimePoint time, Accuracy accuracy, in Time() argument
19 Base(event, create_source(event, time, accuracy), std::false_type()) in Time()
66 void Time<Id>::set_accuracy(Accuracy accuracy) const in set_accuracy()
70 get(), SdEventDuration(accuracy).count())); in set_accuracy()
87 Accuracy accuracy) in create_source() argument
94 SdEventDuration(accuracy).count(), timeCallback, in create_source()
H A Dtime.hpp48 Time(const Event& event, TimePoint time, Accuracy accuracy,
95 void set_accuracy(Accuracy accuracy) const;
119 Accuracy accuracy);
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dfixed-clock.yaml22 clock-accuracy:
23 description: accuracy of clock in ppb (parts per billion).
42 clock-accuracy = <100>;
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DAccuracy.interface.yaml2 Implement to provide accuracy for sensor readings.
9 The accuracy range (+/-) of the sensor Value as a percentage, with a
/openbmc/linux/arch/x86/math-emu/
H 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 …]
/openbmc/linux/drivers/gpu/drm/ci/xfails/
H A Drockchip-rk3399-flakes.txt16 kms_vblank@pipe-A-accuracy-idle
20 kms_vblank@pipe-B-accuracy-idle
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-clk.dtsi53 clock-accuracy = <100>;
60 clock-accuracy = <100>;
73 clock-accuracy = <0x64>;
/openbmc/linux/drivers/clk/
H A Dclk-fixed-rate.c165 u32 accuracy = 0; in _of_fixed_clk_setup() local
171 of_property_read_u32(node, "clock-accuracy", &accuracy); in _of_fixed_clk_setup()
176 0, rate, accuracy); in _of_fixed_clk_setup()
/openbmc/linux/Documentation/hwmon/
H A Dshtc1.rst58 2. high or low accuracy. High accuracy is used by default and using it is
H A Dtc74.rst18 and +- 2 degrees centigrade accuracy.
H A Dsparx5-temp.rst24 The sensor has a range of -40°C to +125°C and an accuracy of +/-5°C.
H A Daspeed-g6-pwm-tach.rst24 The larger divisor, the less rpm accuracy and the less
/openbmc/linux/drivers/clk/at91/
H A Dclk-main.c40 unsigned long accuracy; member
266 return osc->accuracy; in clk_main_rc_osc_recalc_accuracy()
299 u32 frequency, u32 accuracy) in at91_clk_register_main_rc_osc() argument
322 osc->accuracy = accuracy; in at91_clk_register_main_rc_osc()
H 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()
/openbmc/sdbusplus/src/
H A Devent.cpp150 time_resolution time, time_resolution accuracy) in add_oneshot_timer() argument
157 time.count(), accuracy.count(), in add_oneshot_timer()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-mt636012 Indicated MT6360 VBUS ADC with lower accuracy(+-75mA)
20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
H A Dsysfs-bus-iio-light-tsl258320 It is used in the process of calibrating the device accuracy.
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dmediatek,mt6370-charger.yaml50 VBUS voltage with lower accuracy (+-75mV) but higher measure
53 VBUS voltage with higher accuracy (+-30mV) but lower measure
/openbmc/phosphor-hwmon/
H A Dsensor.cpp267 double accuracy) in addAccuracy() argument
276 iface->accuracy(accuracy); in addAccuracy()
H A Dmainloop.cpp177 std::string accuracy; in getIdentifiers() local
184 accuracy = env::getEnv("ACCURACY", sensor.first.first, id); in getIdentifiers()
188 return std::make_tuple(std::move(id), std::move(label), std::move(accuracy), in getIdentifiers()
251 auto accuracy = stod(accuracyStr); in getObject() local
252 sensorObj->addAccuracy(info, accuracy); in getObject()
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp17 typename source::Time<Id>::Accuracy accuracy) : in Timer() argument
21 accuracy, nullptr) in Timer()
/openbmc/linux/drivers/iio/temperature/
H 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
/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.cpp40 uint64_t accuracy, in sd_event_add_time() argument
44 return ::sd_event_add_time(event, source, clock, usec, accuracy, callback, in sd_event_add_time()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/
H A Dchrony_4.5.bb14 Typical accuracy between two machines on a LAN is in tens, or a few \
15 hundreds, of microseconds; over the Internet, accuracy is typically \
17 sub-microsecond accuracy is possible. \
/openbmc/linux/arch/arm/boot/dts/alphascale/
H A Dalphascale-asm9260.dtsi34 clock-accuracy = <30000>;

12345678