Home
last modified time | relevance | path

Searched refs:unscaled (Results 1 – 16 of 16) sorted by relevance

/openbmc/phosphor-pid-control/
H A Dinterfaces.hpp12 double unscaled = value; member
17 (this->unscaled == rhs.unscaled)); in operator ==()
27 double unscaled; member
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp125 void DbusPassive::setValue(double value, double unscaled) in setValue() argument
130 _unscaled = unscaled; in setValue()
241 auto unscaled = value; in updateValue() local
259 if (unscaled <= 0.0) in updateValue()
265 setValue(value, unscaled); in updateValue()
H A Ddbuspassive.hpp60 void setValue(double value, double unscaled);
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-frequency-admv10135 Read/write unscaled value for the Local Oscillatior path quadrature I phase shift.
11 Read/write unscaled value for the Local Oscillatior path quadrature Q phase shift.
H A Dsysfs-bus-iio-dac-ltc268816 This raw, unscaled value refers to the dither signal amplitude.
H A Dsysfs-bus-iio-bno0555 Raw (unscaled) range for acceleration readings. Unit after
H A Dsysfs-bus-iio148 Raw (unscaled no bias removal etc.) voltage measurement from
164 Raw (unscaled) differential voltage measurement equivalent to
176 Raw (unscaled no bias removal etc.) current measurement from
187 Raw (unscaled no bias removal etc.) power measurement from
238 Raw (unscaled no bias removal etc.) temperature measurement.
636 Raw (unscaled, no bias etc.) output voltage for
1800 Raw (unscaled no offset etc.) reading of a substance. Units
1810 Raw (unscaled no offset etc.) resistance reading.
1897 Raw (unscaled no offset etc.) electric conductivity reading.
1955 Raw (unscaled) phase difference reading from channel Y.
[all …]
/openbmc/phosphor-pid-control/pid/
H A Dzone.hpp140 _cachedValuesByName[sensorInput] = {r.value, r.unscaled}; in processSensorInputs()
158 _log << "," << v.scaled << "," << v.unscaled; in processSensorInputs()
160 _log << "," << p.scaled << "," << p.unscaled; in processSensorInputs()
H A Dzone.cpp450 _log << "," << v.scaled << "," << v.unscaled; in updateFanTelemetry()
494 std::cerr << name << ": " << value.scaled << " " << value.unscaled in dumpCache()
501 std::cerr << name << ": " << value.scaled << " " << value.unscaled in dumpCache()
H A Dfancontroller.cpp59 value = _owner->getCachedValues(name).unscaled; in inputProc()
/openbmc/qemu/target/arm/tcg/
H A Dsme-fa64.decode58 # --11 1100 --0- ---- ---- ---- ---- ---- # Load/store FP register (unscaled imm)
H A Dsve.decode1137 # SVE 32-bit gather load (scalar plus 32-bit unscaled offsets)
1203 # SVE 64-bit gather load (scalar plus 32-bit unpacked unscaled offsets)
1214 # SVE 64-bit gather load (scalar plus 64-bit unscaled offsets)
1280 # SVE 32-bit scatter store (scalar plus 32-bit unscaled offsets)
1292 # SVE 64-bit scatter store (scalar plus 64-bit unscaled offset)
1311 # SVE 64-bit scatter store (scalar plus unpacked 32-bit unscaled offset)
1611 # SVE2 64-bit gather non-temporal load (scalar plus 64-bit unscaled offsets)
1615 # SVE2 32-bit gather non-temporal load (scalar plus 32-bit unscaled offsets)
H A Da64.decode331 # Load/store register (unscaled immediate)
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst122 drivers should horizontally count unscaled samples relative to 0H."
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcrop.rst79 However by convention drivers should horizontally count unscaled samples
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1161 /* Small signed offsets can use the unscaled encoding. */