Searched refs:smif_functions_status (Results 1 – 1 of 1) sorted by relevance
103 cy_en_smif_status_t smif_functions_status = Cy_SMIF_MemCmdReleasePowerDown(SMIF0, in cybsp_smif_power_up_callback() local108 if (CY_SMIF_SUCCESS == smif_functions_status) in cybsp_smif_power_up_callback()110 smif_functions_status = cybsp_is_memory_ready(smifConfigLocal[0]); in cybsp_smif_power_up_callback()111 if (CY_SMIF_SUCCESS == smif_functions_status) in cybsp_smif_power_up_callback()174 cy_en_smif_status_t smif_functions_status = Cy_SMIF_MemCmdReleasePowerDown(SMIF0, in cybsp_dsram_smif_power_up_callback() local179 if (CY_SMIF_SUCCESS == smif_functions_status) in cybsp_dsram_smif_power_up_callback()181 smif_functions_status = cybsp_is_memory_ready(smifConfigLocal[0]); in cybsp_dsram_smif_power_up_callback()182 if (CY_SMIF_SUCCESS == smif_functions_status) in cybsp_dsram_smif_power_up_callback()284 cy_en_smif_status_t smif_functions_status = Cy_SMIF_MemCmdReleasePowerDown(SMIF0, in cybsp_hibernate_callback() local288 if (CY_SMIF_SUCCESS == smif_functions_status) in cybsp_hibernate_callback()[all …]