Home
last modified time | relevance | path

Searched refs:current_state (Results 1 – 22 of 22) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dme_status.c168 debug("%s", me_progress_rom_values[gmes->current_state]); in _intel_me_status()
172 if (gmes->current_state < ARRAY_SIZE(me_progress_bup_values) && in _intel_me_status()
173 me_progress_bup_values[gmes->current_state]) in _intel_me_status()
175 me_progress_bup_values[gmes->current_state]); in _intel_me_status()
177 debug("0x%02x", gmes->current_state); in _intel_me_status()
181 if (gmes->current_state < in _intel_me_status()
183 me_progress_policy_values[gmes->current_state]) in _intel_me_status()
185 me_progress_policy_values[gmes->current_state]); in _intel_me_status()
187 debug("0x%02x", gmes->current_state); in _intel_me_status()
191 if (!gmes->current_state) in _intel_me_status()
[all …]
/openbmc/u-boot/drivers/remoteproc/
H A Dsandbox_testproc.c33 enum sandbox_state current_state; member
78 if (ddata->current_state == next_state) in sandbox_dev_move_to_state()
81 debug("current_state=%d, next_state=%d\n", ddata->current_state, in sandbox_dev_move_to_state()
83 switch (ddata->current_state) { in sandbox_dev_move_to_state()
113 ddata->current_state = next_state; in sandbox_dev_move_to_state()
269 if (ddata->current_state == sb_running) in sandbox_testproc_is_running()
291 if (ddata->current_state == sb_running) in sandbox_testproc_ping()
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h128 bool *req_state, bool *current_state);
130 bool *req_state, bool *current_state);
132 bool *current_state);
197 bool *req_state, bool *current_state);
199 bool *req_state, bool *current_state);
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Ddeassert-power-good17 current_state=$(busctl get-property \
24 if [ "$current_state" = "xyz.openbmc_project.State.Host.HostState.TransitioningToRunning" ]; then
H A Dassert-power-good15 current_state=$(busctl get-property \
22 if [ "$current_state" = "xyz.openbmc_project.State.Host.HostState.TransitioningToOff" ]; then
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py284 current_state = "initial"
295 current_state = "dependencies"
297 current_state = "recommendations"
299 current_state = "initial"
302 if current_state == "dependencies":
304 elif current_state == "recommendations":
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.py148 current_state = (software_state)["Activation"]
149 if initial_state == current_state:
H A Dutils.robot986 ${current_state}= Redfish Get States
987 Dictionaries Should Be Equal ${match_state} ${current_state}
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.h207 u8 current_state; member
309 u8 current_state; member
H A Dti_sci.c507 *c_state = resp->current_state; in ti_sci_get_device_state()
846 u8 *programmed_state, u8 *current_state) in ti_sci_cmd_get_clock_state() argument
859 if (!programmed_state && !current_state) in ti_sci_cmd_get_clock_state()
888 if (current_state) in ti_sci_cmd_get_clock_state()
889 *current_state = resp->current_state; in ti_sci_cmd_get_clock_state()
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dme.h105 u32 current_state:8; member
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_restore.robot139 ${current_state}= Redfish Get States
140 Redfish Valid Boot State ${sys_state} ${current_state}
H A Dtest_power_restore_reboot.robot131 ${current_state}= Redfish Get States
132 Redfish Valid Boot State ${sys_state} ${current_state}
/openbmc/u-boot/arch/x86/include/asm/
H A Dme_common.h125 u32 current_state:8; member
/openbmc/qemu/hw/gpio/
H A Dtrace-events23 …e(const char *description, unsigned id, unsigned prev_state, unsigned current_state) "%s GPIO id:%…
/openbmc/qemu/python/tests/
H A Dprotocol.py502 current_state: Runstate,
513 self.assertEqual(context.exception.state, current_state)
/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c3018 uint8_t *completion_code, uint8_t *current_state, in decode_get_status_resp() argument
3024 if (msg == NULL || completion_code == NULL || current_state == NULL || in decode_get_status_resp()
3043 if (!is_state_valid(response->current_state)) { in decode_get_status_resp()
3062 if ((response->current_state == PLDM_FD_STATE_IDLE) || in decode_get_status_resp()
3063 (response->current_state == PLDM_FD_STATE_LEARN_COMPONENTS) || in decode_get_status_resp()
3064 (response->current_state == PLDM_FD_STATE_READY_XFER)) { in decode_get_status_resp()
3071 *current_state = response->current_state; in decode_get_status_resp()
3111 pldm_msgbuf_insert(buf, status->current_state); in encode_get_status_resp()
/openbmc/qemu/system/
H A Dtrace-events44 runstate_set(int current_state, const char *current_state_str, int new_state, const char *new_state…
/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h1067 uint8_t current_state; member
2086 uint8_t *completion_code, uint8_t *current_state,
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dlex.py288 def current_state(self): member in Lexer
/openbmc/libpldm/src/firmware_device/
H A Dfd.c631 .current_state = fd->state, in pldm_fd_get_status()
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump3149 'name' => 'current_state',