Home
last modified time | relevance | path

Searched refs:MBOX_CFGSTAT_STATE_CONFIG (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/plat/intel/soc/common/soc/
Dsocfpga_mailbox.c633 return MBOX_CFGSTAT_STATE_CONFIG; in intel_mailbox_get_config_status()
636 if ((res != 0U) && (res != MBOX_CFGSTAT_STATE_CONFIG)) { in intel_mailbox_get_config_status()
651 return MBOX_CFGSTAT_STATE_CONFIG; in intel_mailbox_get_config_status()
655 return MBOX_CFGSTAT_STATE_CONFIG; in intel_mailbox_get_config_status()
665 if ((ret != MBOX_RET_OK) && (ret != MBOX_CFGSTAT_STATE_CONFIG)) { in intel_mailbox_is_fpga_not_ready()
/trusted-firmware-a-latest/plat/intel/soc/common/include/
Dsocfpga_mailbox.h151 #define MBOX_CFGSTAT_STATE_CONFIG 0x10000000 macro
/trusted-firmware-a-latest/plat/intel/soc/common/
Dsocfpga_sip_svc.c112 if (ret == MBOX_CFGSTAT_STATE_CONFIG) { in intel_mailbox_fpga_config_isdone()