Home
last modified time | relevance | path

Searched refs:READY (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/
H A Dtb-link.c17 #define READY 0x000047c6 /* movb $0,0(%rdi) */ macro
22 #define READY 0x3900001f /* strb wzr,[x0] */ macro
27 #define READY 0x00050023 /* sb zero, (a0) */ macro
36 #ifdef READY in main()
47 buf[0] = READY; in main()
/openbmc/qemu/hw/ssi/
H A Dibex_spi_host.c68 FIELD(STATUS, READY, 31, 1)
102 FIELD(EVENT_ENABLE, READY, 4, 1)
216 } else if (FIELD_EX32(event_en_reg, EVENT_ENABLE, READY) && in ibex_spi_host_irq()
217 FIELD_EX32(status_reg, STATUS, READY)) { in ibex_spi_host_irq()
272 data = FIELD_DP32(data, STATUS, READY, 1); in ibex_spi_host_transfer()
421 STATUS, READY))) { in ibex_spi_host_write()
492 status = FIELD_DP32(status, STATUS, READY, 1); in ibex_spi_host_write()
/openbmc/u-boot/board/cobra5272/
H A Dflash.c123 #define READY 1 macro
207 chip1 = READY; in flash_erase()
293 chip1 = READY; in write_word()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp76 READY // host powered on and mem test passed - fully ready enumerator
491 if (config.state == State::READY) in detectCpu()
508 config.state = State::READY; in detectCpu()
527 if (config.state != State::READY) in detectCpu()
583 newState = State::READY; in detectCpu()
620 else if (newState == State::READY) in detectCpu()
631 if (config.state != State::READY) in detectCpu()
/openbmc/openbmc-test-automation/data/
H A Dvariables.py81 READY = "xyz.openbmc_project.Software.Activation.Activations.Ready" variable
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.py292 (ret_values == var.READY)
H A Dcode_update_utils.robot232 # Verify the image is 'READY' to be activated or if it's already active,
245 Should Be Equal As Strings ${software_state}[Activation] ${READY}
/openbmc/qemu/docs/
H A Drdma.txt234 1. We transmit a READY command to let the sender know that
244 1. Block on the CQ event channel waiting for a READY command
250 3. When the READY arrives, librdmacm will
/openbmc/qemu/tests/qemu-iotests/
H A D219.out47 Waiting for READY state...
51 Pause/resume in READY
/openbmc/qemu/docs/devel/
H A Dqapi-domain.rst171 READY. The corresponding JOB_STATUS_CHANGE event will be emitted.