Lines Matching defs:ret
42 int32_t ret = 0, index = 0;
84 return ret;
105 ret = rcar_get_certificate(image[index].cert, &cert_addr);
109 if (ret || (index == RCAR_IMAGE_ID_MAX)) {
111 return ret;
118 ret = (mmio_read_32(RCAR_BOOT_KEY_CERT_NEW) == RCAR_CERT_MAGIC_NUM) ?
121 if (ret)
122 ERROR("Verification Failed 0x%x, %s\n", ret, image[index].name);
130 return ret;
143 uint32_t lcs, ret;
147 ret = rcar_rom_get_lcs(&lcs);
148 if (ret) {
149 ERROR("BL2: Failed to get the LCS. (%d)\n", ret);