/openbmc/qemu/hw/ssi/ |
H A D | ibex_spi_host.c | 68 FIELD(STATUS, READY, 31, 1) 102 FIELD(EVENT_ENABLE, READY, 4, 1) 217 } else if (FIELD_EX32(event_en_reg, EVENT_ENABLE, READY) && in ibex_spi_host_irq() 218 FIELD_EX32(status_reg, STATUS, READY)) { in ibex_spi_host_irq() 273 data = FIELD_DP32(data, STATUS, READY, 1); in ibex_spi_host_transfer() 422 STATUS, READY))) { in ibex_spi_host_write() 493 status = FIELD_DP32(status, STATUS, READY, 1); in ibex_spi_host_write()
|
/openbmc/linux/drivers/usb/image/ |
H A D | mdc800.c | 119 NOT_CONNECTED, READY, WORKING, DOWNLOAD enumerator 372 mdc800->state=READY; in mdc800_usb_write_notify() 394 mdc800->state=READY; in mdc800_usb_download_notify() 527 mdc800->state=READY; in mdc800_usb_probe() 786 if (mdc800->state != READY) in mdc800_device_write() 878 mdc800->state=READY; in mdc800_device_write() 931 mdc800->state=READY; in mdc800_device_write()
|
/openbmc/u-boot/board/cobra5272/ |
H A D | flash.c | 123 #define READY 1 macro 207 chip1 = READY; in flash_erase() 293 chip1 = READY; in write_word()
|
/openbmc/dbus-sensors/src/intel-cpu/ |
H A D | IntelCPUSensorMain.cpp | 78 READY // host powered on and mem test passed - fully ready enumerator 497 if (config.state == State::READY) in detectCpu() 514 config.state = State::READY; in detectCpu() 533 if (config.state != State::READY) in detectCpu() 589 newState = State::READY; in detectCpu() 626 else if (newState == State::READY) in detectCpu() 637 if (config.state != State::READY) in detectCpu()
|
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac-sgmii-fsm9900.c | 88 #define READY BIT(5) macro 224 if (readl(phy->base + EMAC_QSERDES_COM_RESET_SM) & READY) in emac_sgmii_init_fsm9900()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_diag.c | 64 enum diag_state { UNUSED = 0, OPENED, INIT, READY }; enumerator 776 else if (dc->state < READY && (*off || count != 8)) in qib_diag_read() 850 else if (dc->state < READY && in qib_diag_write() 902 dc->state = READY; /* all read/write OK now */ in qib_diag_write()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | slogn.S | 364 movel FFRAC(%a6),%d0 | ...READY TO GET ADDRESS OF 1/F 375 fmovemx %fp2-%fp2/%fp3,-(%sp) | ...SAVE FP2 WHILE FP0 IS NOT READY 382 fmulx LOGOF2,%fp1 | ...GET K*LOG2 WHILE FP0 IS NOT READY
|
H A D | ssin.S | 208 |--FP1 IS NOW READY 300 |--FP0 IS NOW READY 461 |--FP2 IS READY 470 |--FP2 IS READY 563 |--FP1 IS NOW READY
|
H A D | satan.S | 316 |--U IN FP0, WE ARE NOW READY TO COMPUTE ATAN(U) AS
|
H A D | stan.S | 195 |--FP1 IS NOW READY
|
/openbmc/linux/drivers/misc/mei/ |
H A D | debugfs.c | 96 MEI_PXP_MODE(READY); in mei_dev_pxp_mode_str()
|
/openbmc/openbmc-test-automation/data/ |
H A D | variables.py | 81 READY = "xyz.openbmc_project.Software.Activation.Activations.Ready" variable
|
/openbmc/linux/Documentation/driver-api/ |
H A D | hsi.rst | 16 signals and an additional READY signal for flow control. An additional WAKE
|
/openbmc/openbmc-test-automation/lib/ |
H A D | code_update_utils.py | 292 (ret_values == var.READY)
|
H A D | code_update_utils.robot | 232 # 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/qapi/ |
H A D | job.json | 141 # READY. The corresponding JOB_STATUS_CHANGE event will be emitted. 187 # Manually trigger completion of an active job in the READY state.
|
/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | nvidia,tegra20-gmi.txt | 69 - nvidia,snor-wait-width: Number of cycles before READY is asserted.
|
/openbmc/qemu/docs/ |
H A D | rdma.txt | 234 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/linux/drivers/accel/ivpu/ |
H A D | ivpu_hw_37xx.c | 193 return REGB_POLL_FLD(VPU_37XX_BUTTRESS_VPU_STATUS, READY, 1, PLL_TIMEOUT_US); in ivpu_pll_wait_for_status_ready() 760 return REG_TEST_FLD(VPU_37XX_BUTTRESS_VPU_STATUS, READY, val) && in ivpu_hw_37xx_is_idle()
|
H A D | ivpu_hw_40xx.c | 199 return REGB_POLL_FLD(VPU_40XX_BUTTRESS_VPU_STATUS, READY, 1, PLL_TIMEOUT_US); in ivpu_pll_wait_for_status_ready() 889 return REG_TEST_FLD(VPU_40XX_BUTTRESS_VPU_STATUS, READY, val) && in ivpu_hw_40xx_is_idle()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 219.out | 47 Waiting for READY state... 51 Pause/resume in READY
|
/openbmc/linux/Documentation/mhi/ |
H A D | mhi.rst | 197 * Waits until the device enters READY state.
|
/openbmc/linux/Documentation/hid/ |
H A D | intel-ish-hid.rst | 285 | | |-----HOST READY--------------->|
|
/openbmc/linux/drivers/net/phy/ |
H A D | phy.c | 49 PHY_STATE_STR(READY) in phy_state_to_str()
|
/openbmc/linux/Documentation/scsi/ |
H A D | libsas.rst | 398 you e.g., change the meaning of the READY LED MEANING
|