Lines Matching refs:ret
42 int ret = 0;
45 ret = (fw_arg3 == CFE_EPTSEAL);
48 return ret;
56 int ret;
59 ret = mtd_read(master, BCM963XX_NVRAM_OFFSET, BCM963XX_NVRAM_V5_SIZE,
61 if (ret)
62 return ret;
64 ret = bcm963xx_nvram_checksum(nvram, &expected_crc, &actual_crc);
65 if (ret)
131 int ret;
140 ret = bcm63xx_read_nvram(master, nvram);
141 if (ret)
145 ret = bcm63xx_parse_cfe_nor_partitions(master, pparts, nvram);
147 ret = -EINVAL;
151 return ret;