Searched full:cfm (Results 1 – 17 of 17) sorted by relevance
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
| H A D | CFMLimit.interface.yaml | 2 Implement to provide a CFM upper limit for fan control. This can be used 3 with a CFM algorithm to calculate the maximum allowed fan speed for a 10 The CFM limit, 0 means disabled.
|
| /openbmc/dbus-sensors/src/exit-air/ |
| H A D | ExitAirTempSensor.cpp | 237 const auto* cfm = std::get_if<double>(&cfmVariant); in setupMatches() local 238 if (cfm != nullptr && *cfm >= minSystemCfm) in setupMatches() 240 maxRpm = self->getMaxRpm(*cfm); in setupMatches() 275 lg2::error("Got CFM Limit of wrong type"); in setupMatches() 280 lg2::error("Illegal CFM setting detected"); in setupMatches() 396 // Now calculate the CFM for this tach in getMaxRpm() 474 // Now calculate the CFM for this tach in calculate() 478 "totalCFM = {CFM}, Ci = {CI}, MaxCFM = {MAXCFM}, rpm = {RPM}, c1 = {C1}" in calculate() 480 "CFM", totalCFM, "CI", ci, "MAXCFM", maxCFM, "RPM", rpm, "C1", c1, in calculate() 486 lg2::debug("cfm value = {VALUE}", "VALUE", value); in calculate() [all …]
|
| /openbmc/bmcweb/scripts/ |
| H A D | websocket_test.py | 35 "cfm": "CFM",
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
| H A D | Value.interface.yaml | 46 in the airflow namespace, Unit must be "CFM" For objects in the 68 - name: CFM
|
| /openbmc/dbus-sensors/src/ |
| H A D | SensorPaths.hpp | 25 constexpr const char* unitCFM = "xyz.openbmc_project.Sensor.Value.Unit.CFM";
|
| /openbmc/u-boot/include/configs/ |
| H A D | M5282EVB.h | 129 #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_TEXT_BASE + 0x418) /* 24 Byte for CFM-Config */
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | oemcommands.hpp | 371 cfm = 0x4 enumerator
|
| /openbmc/qemu/docs/devel/ |
| H A D | replay.rst | 34 * `Don't panic: reverse debugging of kernel drivers <https://dl.acm.org/citation.cfm?id=2786805.280…
|
| /openbmc/u-boot/arch/m68k/cpu/mcf52x2/ |
| H A D | start.S | 88 .long 0x55AA55AA,0xAA55AA55 /* CFM Backdoorkey */
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | oemcommands.cpp | 2066 else if (command == static_cast<uint8_t>(setFscParamFlags::cfm)) in ipmiOEMSetFscParameter() 2068 uint16_t cfm = param1 | (static_cast<uint16_t>(param2) << 8); in ipmiOEMSetFscParameter() local 2071 if (cfm < 50 && cfm != disableLimiting) in ipmiOEMSetFscParameter() 2080 static_cast<double>(cfm)); in ipmiOEMSetFscParameter() 2085 "ipmiOEMSetFscParameter: can't set cfm setting!", in ipmiOEMSetFscParameter() 2242 else if (command == static_cast<uint8_t>(setFscParamFlags::cfm)) in ipmiOEMGetFscParameter() 2270 "ipmiOEMGetFscParameter: can't get cfm setting!", in ipmiOEMGetFscParameter()
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_sdr.h | 786 "CFM", "RPM", "Hz",
|
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | m5282.h | 557 /* Coldfire Flash Module CFM */
|
| /openbmc/phosphor-virtual-sensor/src/ |
| H A D | virtualSensor.cpp | 32 {"airflow", ValueIface::Unit::CFM},
|
| /openbmc/entity-manager/schemas/ |
| H A D | legacy.json | 1234 "CFM",
|
| /openbmc/qemu/tests/data/qobject/ |
| H A D | qdict.txt | 2635 cfm.c: 16482
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |