Home
last modified time | relevance | path

Searched refs:MC_CMD_STATUS_OK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/bus/fsl-mc/
H A Dmc-sys.c49 [MC_CMD_STATUS_OK] = 0, in mc_status_to_error()
71 [MC_CMD_STATUS_OK] = "Command completed successfully", in mc_status_to_string()
134 if (status != MC_CMD_STATUS_OK) in mc_read_response()
275 if (status != MC_CMD_STATUS_OK) { in mc_send_command()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_mc_cmd.h37 MC_CMD_STATUS_OK = 0x0, /*!< Completed successfully */ enumerator
154 if (status != MC_CMD_STATUS_OK) in mc_read_response()
/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc_sys.c51 if (status != MC_CMD_STATUS_OK) { in mc_send_command()
/openbmc/linux/include/linux/fsl/
H A Dmc.h233 MC_CMD_STATUS_OK = 0x0, /* Completed successfully */ enumerator