Searched refs:result (Results 226 - 250 of 265) sorted by relevance

1234567891011

/u-boot/arch/mips/mach-octeon/
H A Dcvmx-ilk.c1104 cvmx_helper_link_info_t result; local
1121 result.u64 = 0;
1162 result = __cvmx_helper_ilk_link_get(
1180 if (result.s.link_up)
H A Dcvmx-bootmem.c948 u64 result = 0; local
973 result = named_addr;
977 result = named_addr;
986 return result;
/u-boot/arch/x86/include/asm/
H A Dme_common.h209 u32 result:8; member in struct:mkhi_header
345 * @status: Status result (ME_INIT_...)
346 * Return: 0 to continue to boot, -EINVAL on unknown result data, -ETIMEDOUT
/u-boot/fs/squashfs/
H A Dsqfs.c239 * 1 is added to the result of strlen to consider the slash separator
251 char *result; local
256 result = malloc(length + 1);
257 if (!result)
260 result[length] = '\0';
263 strcpy(result + offset, token_list[i]);
265 result[offset++] = '/';
268 return result;
272 * Differently from sqfs_concat_tokens, sqfs_join writes the result into a
645 * blocks are needed to store the result o
[all...]
/u-boot/lib/
H A Dfdtdec.c952 struct timing_entry *result)
965 result->typ = fdtdec_get_int(blob, node, name, 0);
966 result->min = result->typ;
967 result->max = result->typ;
969 ret = fdtdec_get_int_array(blob, node, name, &result->min, 3);
951 decode_timing_property(const void *blob, int node, const char *name, struct timing_entry *result) argument
/u-boot/drivers/core/
H A Dofnode.c1051 struct timing_entry *result)
1063 result->typ = ofnode_read_u32_default(node, name, 0);
1064 result->min = result->typ;
1065 result->max = result->typ;
1067 ret = ofnode_read_u32_array(node, name, &result->min, 3);
1050 decode_timing_property(ofnode node, const char *name, struct timing_entry *result) argument
/u-boot/drivers/ufs/
H A Dufs.c142 * ufshcd_get_uic_cmd_result - Get the UIC command result
1495 int ocs, result = 0; local
1507 result = ufshcd_get_req_rsp(hba->ucd_rsp_ptr);
1508 switch (result) {
1510 result = ufshcd_get_rsp_upiu_result(hba->ucd_rsp_ptr);
1512 scsi_status = result & MASK_SCSI_STATUS;
1525 result);
/u-boot/drivers/clk/stm32/
H A Dclk-stm32mp1.c1750 * So same final result than PLL2 et 4
2189 ulong result; local
2192 result = pll_set_rate(clk->dev, _PLL2, _DIV_R, clk_rate);
2194 return result;
2260 int result = 0; local
2278 result = stm32mp1_clktree(dev);
2279 if (result)
2280 dev_err(dev, "clock tree initialization failed (%d)\n", result);
2310 return result;
/u-boot/scripts/kconfig/
H A Dqconf.h288 struct symbol **result; member in class:ConfigSearchWindow
H A Dgconf.c420 gint result; local
443 result = gtk_dialog_run(GTK_DIALOG(dialog));
444 switch (result) {
/u-boot/lib/libavb/
H A Davb_slot_verify.c41 static inline bool result_should_continue(AvbSlotVerifyResult result) { argument
42 switch (result) {
1647 const char* avb_slot_verify_result_to_string(AvbSlotVerifyResult result) { argument
1650 switch (result) {
/u-boot/drivers/net/octeontx2/
H A Dnix_af.c70 printf("%s: Error: result 0x%x not good\n",
117 printf("%s: Error: result 0x%x not good\n",
205 printf("%s: Error: result 0x%x not good for lf %d\n"
241 printf("%s: Error: result 0x%x not good for lf %d\n"
458 union nix_aq_res_s *result = resp; local
478 /* Ring doorbell and wait for result */
486 } while (result->s.compcode == 0 && get_timer(start) < 2);
488 if (result->s.compcode != NIX_AQ_COMP_E_GOOD) {
490 result->s.compcode, get_timer(start));
H A Dnix.c540 s64 result; local
581 result = lmt_submit((u64)(nix->nix_base +
584 } while (result == 0);
/u-boot/tools/patman/
H A Dseries.py336 cc = commit.future.result()
/u-boot/fs/btrfs/
H A Dctree.h165 #define read_eb_member(eb, ptr, type, member, result) ( \
166 read_extent_buffer(eb, (char *)(result), \
171 #define write_eb_member(eb, ptr, type, member, result) ( \
172 write_extent_buffer(eb, (char *)(result), \
/u-boot/tools/
H A Dproftool.c442 int result; local
444 result = h_cmp_offset(&key, &func_list[mid]);
445 if (result > 0)
447 else if (result < 0)
H A Dkwboot.c1843 void *result; local
1851 result = kwboot_img_csum32_ptr(img);
1855 return result;
/u-boot/post/
H A Dpost.c239 __weak void show_post_progress(unsigned int test_num, int before, int result) argument
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c3046 int result; local
3053 xmod.result = -ENOSPC;
3055 result = yaffs_update_oh(obj, NULL, 0, 0, 0, &xmod);
3057 if (result > 0)
3058 return xmod.result;
3081 xmod->result = retval;
3090 int result; local
3115 result =
3118 if (result != YAFFS_OK)
4046 int result; local
[all...]
/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_plat.c404 int mv_ddr_is_training_done(u32 count, u32 *result) argument
408 if (result == NULL) {
409 printf("%s: NULL result pointer found\n", __func__);
425 *result = (data >> TRAINING_RESULT_OFFS) & TRAINING_RESULT_MASK;
1204 * so to estimate the result divide mem_total_size and
/u-boot/cmd/
H A Dgpt.c143 bool result = false; local
155 result = true;
162 return result;
/u-boot/tools/binman/
H A Dftest.py347 result = command.run_pipe([[self._binman_pathname] + list(args)],
349 if result.return_code and kwargs.get('raise_on_error', True):
351 result.stdout + result.stderr))
352 return result
761 result = self._RunBinman('-h')
765 result = self._RunBinman('-H')
769 gothelp = result.stdout.replace(extra, '')
771 self.assertEqual(0, len(result.stderr))
772 self.assertEqual(0, result
[all...]
/u-boot/drivers/crypto/fsl/
H A Djr.c316 struct result *x = arg;
332 struct result op;
/u-boot/common/
H A Dcli_hush_upstream.c408 * and therefore waitpid will return the same result as last time)
1976 * Note: as a result, we do not use signal handlers much. The only uses
3159 * the peek2 result is in i->p[1].
3583 * Glob pattern is derived from it. If glob fails, the decision what result
3688 * points past the final }. We will accumulate result names from
3755 * saving each result as a new list[].
3802 * saving each result as a new list[].
4477 * the expansion would result in one word."
5542 * the result will be empty).
6679 * (word splitting and globbing of the ${var...} result)
6979 char *result = NULL; local
[all...]
/u-boot/boot/
H A Dfdt_support.c1413 u64 result = OF_BAD_ADDR; local
1446 result = fdt_read_number(addr, na);
1476 return result;

Completed in 464 milliseconds

1234567891011