Home
last modified time | relevance | path

Searched refs:asserted (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_led_indicator_asserted.robot27 # pre_req_state asserted expected_indicator_led
37 # pre_req_state asserted expected_indicator_led
63 [Documentation] Verify the fans are asserted at standby to lit or off.
73 [Documentation] Verify the fans are asserted at runtime to lit or off.
96 [Arguments] ${pre_req_state} ${asserted} ${expected_indicator_led}
125 [Arguments] ${pre_req_state} ${asserted} ${expected_indicator_led}
129 # asserted The assert property that sets the value
137 # Put both power supply LEDs On/Off to check all units are asserted
175 [Documentation] Verify the indicator LED for the fans are asserted.
180 # asserted The assert property that sets the value
[all …]
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp295 bool asserted = false; in handleSensorValue() local
298 asserted = std::get<bool>(criticalAlarmLow->second); in handleSensorValue()
303 if (!asserted && criticalAlarmHigh != msgData.end()) in handleSensorValue()
307 owner->setFailed(asserted); in handleSensorValue()
318 bool asserted = false; in handleSensorValue() local
323 owner->setFailed(asserted); in handleSensorValue()
333 bool asserted = std::get<bool>(available->second); in handleSensorValue() local
334 owner->setAvailable(asserted); in handleSensorValue()
335 if (!asserted) in handleSensorValue()
352 bool asserted = std::get<bool>(functional->second); in handleSensorValue() local
[all …]
H A Ddbushelper.cpp172 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 Dgroup.cpp14 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 Dserialize.cpp28 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 Dgroup.hpp52 asserted(true); in Group()
64 bool asserted(bool value) override;
/openbmc/pldm/oem/ibm/test/
H A Dhost_bmc_lamp_test.cpp38 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/linux/drivers/reset/starfive/
H A Dreset-starfive-jh71x0.c23 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/host-bmc/
H A Dhost_lamp_test.cpp18 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 Dhost_lamp_test.hpp67 bool asserted(bool value) override;
73 bool asserted() const override;
/openbmc/u-boot/drivers/reset/
H A Dsandbox-reset.c15 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 Dnvidia,tegra20-gmi.txt46 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 Dbmc_health_config_json.md61 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/qemu/hw/intc/
H A Dsh_intc.c34 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/dbus-sensors/src/
H A DThresholds.cpp244 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/phosphor-led-manager/
H A Dmeson.options26 'persistent-led-asserted', type : 'feature',
28 description : 'Persistent the asserted status of ledgroup'
H A DREADME.md18 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/phosphor-led-sysfs/test/
H A Dphysical.cpp160 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/linux/Documentation/devicetree/bindings/pci/
H A Dxlnx,nwl-pcie.yaml34 - description: interrupt asserted when miscellaneous interrupt is received
36 - description: interrupt asserted when a legacy interrupt is received
37 - description: msi1 interrupt asserted when an MSI is received
38 - description: msi0 interrupt asserted when an MSI is received
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-ge-achc14 1 means the reset line is asserted, 0 means it's not
15 asserted. The file is read and writable.
/openbmc/linux/drivers/reset/
H A Dreset-uniphier.c316 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/u-boot/board/Marvell/openrd/
H A Dkwbimage.cfg134 # 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 Dkwbimage-lschl.cfg179 # 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 Dkwbimage-lsxhl.cfg179 # 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/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7780.yaml46 specified, it will be asserted during driver probe. As the
53 the ad778x chips. If specified, it will be asserted during
61 for the ad778x chips. If specified, it will be asserted

12345678910>>...14