Home
last modified time | relevance | path

Searched refs:MC_CMD_STATUS_READY (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/bus/fsl-mc/
H A Dmc-sys.c72 [MC_CMD_STATUS_READY] = "Command ready to be processed", in mc_status_to_string()
172 if (status != MC_CMD_STATUS_READY) in mc_polling_wait_preemptible()
217 if (status != MC_CMD_STATUS_READY) in mc_polling_wait_atomic()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_mc_cmd.h38 MC_CMD_STATUS_READY = 0x1, /*!< Ready to be processed */ enumerator
111 MC_CMD_STATUS_READY); in mc_encode_cmd_header()
/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc_sys.c40 if (status != MC_CMD_STATUS_READY) in mc_send_command()
/openbmc/linux/include/linux/fsl/
H A Dmc.h234 MC_CMD_STATUS_READY = 0x1, /* Ready to be processed */ enumerator
265 hdr->status = MC_CMD_STATUS_READY; in mc_encode_cmd_header()
/openbmc/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c306 if (status != MC_CMD_STATUS_READY) in vfio_fsl_mc_send_command()