Home
last modified time | relevance | path

Searched defs:READY (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/cobra5272/
H A Dflash.c123 #define READY 1 macro
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii-fsm9900.c88 #define READY BIT(5) macro
/openbmc/linux/drivers/usb/image/
H A Dmdc800.c119 NOT_CONNECTED, READY, WORKING, DOWNLOAD enumerator
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_diag.c64 enum diag_state { UNUSED = 0, OPENED, INIT, READY }; enumerator
/openbmc/openbmc-test-automation/data/
H A Dvariables.py81 READY = "xyz.openbmc_project.Software.Activation.Activations.Ready" variable
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp78 READY // host powered on and mem test passed - fully ready enumerator
/openbmc/linux/sound/core/
H A Dpcm.c234 #define READY(v) [SNDRV_PCM_READY_##v] = #v macro