Home
last modified time | relevance | path

Searched refs:ACTIVE (Results 1 – 14 of 14) sorted by relevance

/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-tod-plugins.cpp22 ACTIVE = 0, enumerator
212 topConfig[Topology::ACTIVE] = Configuration::PRIMARY; in collectTodFaultData()
218 topConfig[Topology::ACTIVE] = Configuration::SECONDARY; in collectTodFaultData()
222 for (const auto top : {Topology::ACTIVE, Topology::BACKUP}) in collectTodFaultData()
295 if (Topology::ACTIVE == top && errorReg.isBitSet(17)) in collectTodFaultData()
337 for (const auto top : {tod::Topology::ACTIVE, tod::Topology::BACKUP}) in tod_step_check_fault()
/openbmc/qemu/hw/misc/macio/
H A Dmac_dbdma.c115 ch->regs[DBDMA_STATUS] &= ~ACTIVE; in kill_channel()
303 (ch->regs[DBDMA_STATUS] & ACTIVE)) in dbdma_end()
443 ch->regs[DBDMA_STATUS] &= ~(ACTIVE); in stop()
545 if (!ch->io.processing && (status & RUN) && (status & ACTIVE)) { in DBDMA_run()
663 status &= ~ACTIVE; in dbdma_control_write()
674 status |= ACTIVE; in dbdma_control_write()
677 status |= ACTIVE; in dbdma_control_write()
694 if (status & ACTIVE) { in dbdma_control_write()
714 if (reg == DBDMA_CMDPTR_LO && (ch->regs[DBDMA_STATUS] & ACTIVE)) { in dbdma_write()
/openbmc/docs/designs/oem/ibm/
H A Dsystem-power-mode.md28 When a system is booted, the OCC will move to an ACTIVE state. In the ACTIVE
31 necessary to reset the OCC. When this happens, the OCC will move out of ACTIVE
32 state. After recovery, the OCC will be put back into the ACTIVE state. Anytime
33 the OCC state changes to ACTIVE or the customer updates these new parameters at
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.py60 if image["Activation"] != var.ACTIVE:
294 or (ret_values == var.ACTIVE)
H A Dcode_update_utils_serial.robot26 Should Be Equal As Strings ${software_state}[Activation] ${ACTIVE}
H A Dcode_update_utils.robot238 ... '${skip_if_active}' == 'true' and '${activation}' == '${ACTIVE}'
261 Should Be Equal As Strings ${software_state}[Activation] ${ACTIVE}
/openbmc/openpower-occ-control/
H A Docc_command.hpp42 ACTIVE = 0x03, enumerator
H A Docc_status.cpp450 if (OccState(state) == OccState::ACTIVE) in occReadStateNow()
473 if ((OccState(state) == OccState::ACTIVE) || in occReadStateNow()
/openbmc/openbmc-test-automation/data/
H A Dvariables.py80 ACTIVE = "xyz.openbmc_project.Software.Activation.Activations.Active" variable
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_capping.robot51 Should Contain ${output} ACTIVE
65 Should Contain ${output} ACTIVE
/openbmc/qemu/hw/timer/
H A Dibex_timer.c40 FIELD(CTRL, ACTIVE, 0, 1)
/openbmc/qemu/include/hw/misc/
H A Dxlnx-versal-cfu.h90 FIELD(CFU_PROTECT, ACTIVE, 0, 1)
/openbmc/qemu/hw/ssi/
H A Dibex_spi_host.c67 FIELD(STATUS, ACTIVE, 30, 1)
/openbmc/qemu/hw/misc/
H A Dxlnx-versal-pmc-iou-slcr.c759 FIELD(WPROT0, ACTIVE, 0, 1)