Lines Matching refs:ret
20 int ret; in css_scp_boot_image_xfer() local
23 ret = sds_init(SDS_SCP_AP_REGION_ID); in css_scp_boot_image_xfer()
24 if (ret != SDS_OK) { in css_scp_boot_image_xfer()
31 ret = sds_struct_write(SDS_SCP_AP_REGION_ID, in css_scp_boot_image_xfer()
35 if (ret != SDS_OK) in css_scp_boot_image_xfer()
38 ret = sds_struct_write(SDS_SCP_AP_REGION_ID, in css_scp_boot_image_xfer()
42 if (ret != SDS_OK) in css_scp_boot_image_xfer()
47 ret = sds_struct_write(SDS_SCP_AP_REGION_ID, in css_scp_boot_image_xfer()
51 if (ret != SDS_OK) in css_scp_boot_image_xfer()
67 int ret, retry = CSS_SCP_READY_10US_RETRIES; in css_scp_boot_ready() local
74 ret = sds_struct_read(SDS_SCP_AP_REGION_ID, in css_scp_boot_ready()
79 if (ret == SDS_ERR_STRUCT_NOT_FINALIZED) in css_scp_boot_ready()
82 if (ret != SDS_OK) { in css_scp_boot_ready()