/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_led_indicator_asserted.robot | 23 [Documentation] Verify the LED asserted at standby is set to off or blinking. 27 # pre_req_state asserted expected_indicator_led 33 [Documentation] Verify the LED asserted at runtime is set to off or blinking. 37 # pre_req_state asserted expected_indicator_led 43 [Documentation] Verify the power supply units are asserted at standby to lit or off. 47 # pre_req_state asserted expected_indicator_led 53 [Documentation] Verify the power supply units are asserted at runtime to lit or off. 57 # pre_req_state asserted expected_indicator_led 63 [Documentation] Verify the fans are asserted at standby to lit or off. 67 # pre_req_state asserted expected_indicator_led [all …]
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuspassive.cpp | 295 bool asserted = false; in handleSensorValue() local 298 asserted = std::get<bool>(criticalAlarmLow->second); in handleSensorValue() 303 if (!asserted && criticalAlarmHigh != msgData.end()) in handleSensorValue() 305 asserted = std::get<bool>(criticalAlarmHigh->second); in handleSensorValue() 307 owner->setFailed(asserted); in handleSensorValue() 318 bool asserted = false; in handleSensorValue() local 321 asserted = std::get<bool>(warningAlarmHigh->second); in handleSensorValue() 323 owner->setFailed(asserted); in handleSensorValue() 333 bool asserted = std::get<bool>(available->second); in handleSensorValue() local 334 owner->setAvailable(asserted); in handleSensorValue() [all …]
|
H A D | dbushelper.cpp | 172 bool asserted = false; in thresholdsAsserted() local 175 asserted = std::get<bool>(findCriticalLow->second); in thresholdsAsserted() 180 if (!asserted && findCriticalHigh != criticalMap.end()) in thresholdsAsserted() 182 asserted = std::get<bool>(findCriticalHigh->second); in thresholdsAsserted() 185 if (!asserted) in thresholdsAsserted() 206 asserted = std::get<bool>(findWarningHigh->second); in thresholdsAsserted() 210 return asserted; in thresholdsAsserted()
|
/openbmc/phosphor-led-manager/manager/ |
H A D | group.cpp | 14 bool Group::asserted(bool value) in asserted() function in phosphor::led::Group 25 asserted(value); in asserted() 30 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted(); in asserted() 35 sdbusplus::xyz::openbmc_project::Led::server::Group::asserted()) in asserted() 61 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted( in asserted()
|
H A D | serialize.cpp | 28 void Serialize::storeGroups(const std::string& group, bool asserted) in storeGroups() argument 35 if (iter != savedGroups.end() && !asserted) in storeGroups() 40 if (iter == savedGroups.end() && asserted) in storeGroups()
|
H A D | group.hpp | 52 asserted(true); in Group() 64 bool asserted(bool value) override;
|
/openbmc/linux/drivers/reset/starfive/ |
H A D | reset-starfive-jh71x0.c | 23 const u32 *asserted; member 40 u32 done = data->asserted ? data->asserted[offset] & mask : 0; in jh71x0_reset_update() 97 return !((value ^ data->asserted[offset]) & mask); in jh71x0_reset_status() 109 const u32 *asserted, unsigned int nr_resets, in reset_starfive_jh71x0_register() argument 127 data->asserted = asserted; in reset_starfive_jh71x0_register()
|
/openbmc/pldm/oem/ibm/test/ |
H A D | host_bmc_lamp_test.cpp | 38 lampTest.asserted(false); in TEST() 39 EXPECT_EQ(lampTest.asserted(), false); in TEST() 47 ASSERT_THROW(lampTest.asserted(true), sdbusplus::exception::SdBusError); in TEST() 49 lampTest.asserted(true); in TEST() 50 EXPECT_EQ(lampTest.asserted(), true); in TEST()
|
/openbmc/pldm/oem/ibm/host-bmc/ |
H A D | host_lamp_test.cpp | 18 bool HostLampTest::asserted() const in asserted() function in pldm::led::HostLampTest 20 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted(); in asserted() 23 bool HostLampTest::asserted(bool value) in asserted() function in pldm::led::HostLampTest 34 sdbusplus::xyz::openbmc_project::Led::server::Group::asserted()) in asserted() 61 asserted(value); in asserted() 72 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted(value); in asserted()
|
H A D | host_lamp_test.hpp | 67 bool asserted(bool value) override; 73 bool asserted() const override;
|
/openbmc/u-boot/drivers/reset/ |
H A D | sandbox-reset.c | 15 bool asserted; member 45 sbr->signals[reset_ctl->id].asserted = true; in sandbox_reset_assert() 56 sbr->signals[reset_ctl->id].asserted = false; in sandbox_reset_deassert() 106 return sbr->signals[id].asserted; in sandbox_reset_query()
|
/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | nvidia,tegra20-gmi.txt | 46 If omitted it will be asserted with data. 56 - nvidia,snor-muxed-width: Number of cycles MUX address/data asserted on the 58 - nvidia,snor-hold-width: Number of cycles CE stays asserted after the 61 - nvidia,snor-adv-width: Number of cycles during which ADV stays asserted. 63 - nvidia,snor-ce-width: Number of cycles before CE is asserted. 65 - nvidia,snor-we-width: Number of cycles during which WE stays asserted. 67 - nvidia,snor-oe-width: Number of cycles during which OE stays asserted. 69 - nvidia,snor-wait-width: Number of cycles before READY is asserted.
|
/openbmc/phosphor-health-monitor/ |
H A D | bmc_health_config_json.md | 61 asserted. 62 - For lower bound, the threshold gets asserted if metric value falls 64 - For upper bound, the threshold gets asserted if metric value goes 67 shall be logged when threshold gets asserted. 70 threshold gets asserted.
|
/openbmc/dbus-sensors/src/ |
H A D | Thresholds.cpp | 244 threshold(whichThreshold), asserted(status), assertValue(value) in ChangeParam() 248 bool asserted; member 395 change.threshold.direction, change.asserted); in checkThresholds() 397 change.asserted) in checkThresholds() 432 if (change.asserted || thresholdTimer.hasActiveTimer( in checkThresholdsPowerDelay() 433 change.threshold, !change.asserted)) in checkThresholdsPowerDelay() 436 change.asserted, change.assertValue); in checkThresholdsPowerDelay() 441 change.threshold.direction, change.asserted); in checkThresholdsPowerDelay()
|
/openbmc/qemu/hw/intc/ |
H A D | sh_intc.c | 34 source->asserted += assert_adj; in sh_intc_toggle_source() 37 source->pending = source->asserted && in sh_intc_toggle_source() 58 trace_sh_intc_sources(source->parent->pending, source->asserted, in sh_intc_toggle_source() 60 source->vect, source->asserted ? "asserted " : in sh_intc_toggle_source() 73 if (level && !source->asserted) { in sh_intc_set_irq() 75 } else if (!level && source->asserted) { in sh_intc_set_irq() 444 s->asserted ? 0 : 1); in sh_intc_set_irl() 445 } else if (s->asserted) { in sh_intc_set_irl()
|
/openbmc/phosphor-led-sysfs/test/ |
H A D | physical.cpp | 160 constexpr unsigned long asserted = 127; in TEST() local 164 ON_CALL(*led, getMaxBrightness()).WillByDefault(Return(asserted)); in TEST() 167 EXPECT_CALL(*led, setBrightness(asserted)); in TEST() 199 constexpr unsigned long asserted = 127; in TEST() local 203 ON_CALL(*led, getMaxBrightness()).WillByDefault(Return(asserted)); in TEST() 207 EXPECT_CALL(*led, setBrightness(asserted)); in TEST()
|
/openbmc/phosphor-led-manager/ |
H A D | meson.options | 26 'persistent-led-asserted', type : 'feature', 28 description : 'Persistent the asserted status of ledgroup'
|
H A D | README.md | 18 When multiple LED groups are asserted and contain the same LED, "Priority" 31 are asserted, the one with highest `Priority` will be represented consistently. 39 So independent of the order that these groups are asserted, if both are 40 asserted, "sys_id" should be in "Blink" state.
|
/openbmc/linux/drivers/reset/ |
H A D | reset-uniphier.c | 316 int ret, asserted; in uniphier_reset_status() local 325 asserted = !!(val & BIT(p->bit)); in uniphier_reset_status() 328 asserted = !asserted; in uniphier_reset_status() 330 return asserted; in uniphier_reset_status()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-ge-achc | 14 1 means the reset line is asserted, 0 means it's not 15 asserted. The file is read and writable.
|
/openbmc/u-boot/board/Marvell/openrd/ |
H A D | kwbimage.cfg | 134 # bit3-0: 0010, (read) M_ODT[0] is asserted during read from DRAM CS1 135 # bit7-4: 0001, (read) M_ODT[1] is asserted during read from DRAM CS0 136 # bit19-16: 0010, (write) M_ODT[0] is asserted during write to DRAM CS1. 137 # bit23-20: 0001, (write) M_ODT[1] is asserted during write to DRAM CS0. 141 # bit3-0: 1111, internal ODT is asserted during read from DRAM bank 0-3
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | kwbimage-lschl.cfg | 179 # bit3-0: 0b0000, (read) M_ODT[0] is not asserted during read from DRAM 180 # bit7-4: 0b0000, (read) M_ODT[1] is not asserted during read from DRAM 182 # bit19-16: 0b1100, (write) M_ODT[0] is asserted during write to DRAM CS2, CS3 183 # bit23-20: 0b0011, (write) M_ODT[1] is asserted during write to DRAM CS0, CS1 194 # bit3-0: 0b1111, internal ODT is asserted during read from DRAM bank 0-3 195 # bit7-4: 0b0000, internal ODT is not asserted during write to DRAM bank 0-3
|
H A D | kwbimage-lsxhl.cfg | 179 # bit3-0: 0b0000, (read) M_ODT[0] is not asserted during read from DRAM 180 # bit7-4: 0b0000, (read) M_ODT[1] is not asserted during read from DRAM 182 # bit19-16: 0b0001, (write) M_ODT[0] is asserted during write to DRAM CS0 183 # bit23-20: 0b0000, (write) M_ODT[1] is not asserted during write to DRAM 194 # bit3-0: 0b1111, internal ODT is asserted during read from DRAM bank 0-3 195 # bit7-4: 0b0000, internal ODT is not asserted during write to DRAM bank 0-3
|
/openbmc/u-boot/board/d-link/dns325/ |
H A D | kwbimage.cfg | 161 # bit3-0: 0b0000, (read) M_ODT[0] is not asserted during read from DRAM 162 # bit7-4: 0b0000, (read) M_ODT[1] is not asserted during read from DRAM 164 # bit19-16: 0b0011, (write) M_ODT[0] is asserted during write to DRAM CS0 and CS1 165 # bit23-20: 0b0000, (write) M_ODT[1] is not asserted during write to DRAM 174 # bit3-0: 0b0011, internal ODT is asserted during read from DRAM bank 0-1 175 # bit7-4: 0b0000, internal ODT is not asserted during write to DRAM bank 0-4
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/ |
H A D | README.md | 70 There is only one property called **asserted** defined on groups and when set to 75 - Henceforth, the term **asserted** would mean writing boolean **true** onto 84 Using the yaml definition above, a user can just set the `asserted` property to 91 groups namely; **bmc_booted** and **power_on**. Those would be asserted post 124 the `asserted` property to `true` would result in these actions in `id_front`
|