Searched refs:result (Results 126 - 150 of 265) sorted by relevance

1234567891011

/u-boot/doc/sphinx/
H A Dcdomain.py102 result = ""
118 result = result + n
120 source[0] = result
/u-boot/drivers/crypto/fsl/
H A Djr.h114 struct result { struct
/u-boot/drivers/ddr/fsl/
H A Dutil.c75 unsigned int result; local
80 /* Now perform the big divide, the result fits in 32-bits */
82 result = (rem >= (data_rate >> 1)) ? mclk_ps + 1 : mclk_ps;
84 result = 0;
87 return result;
/u-boot/cmd/
H A Defidebug.c212 * do_efi_capsule_res() - show a capsule update result
220 * Implement efidebug "capsule result" sub-command.
221 * show a capsule update result.
222 * If result number is not specified, CapsuleLast will be shown.
224 * efidebug capsule result [<capsule result number>]
233 struct efi_capsule_result_variable_header *result = NULL; local
270 result = malloc(size);
271 if (!result)
274 result, NUL
[all...]
H A Dfuse.c18 static int strtou32(const char *str, unsigned int base, u32 *result) argument
22 *result = simple_strtoul(str, &ep, base);
/u-boot/arch/arm/mach-sunxi/
H A Dboard.c438 static u32 result = ~0; local
440 if (result != ~0)
441 return result;
443 result = MMCSD_MODE_RAW;
446 result = MMCSD_MODE_EMMCBOOT;
452 result == MMCSD_MODE_RAW ? "user" : "boot");
454 return result;
/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_interactive.c318 int result; local
340 result = TEST_FAILED;
347 result = TEST_FAILED;
353 result = array[value].fct(priv->ctl, priv->phy,
357 printf("Result: %s [%s]\n", s_result[result], string);
/u-boot/tools/buildman/
H A Dbuilder.py69 When a thread finishes a build, it puts the output files into a result
294 threads raise an exception instead of reporting their result.
509 result = command.run_pipe([cmd], capture=True, capture_stderr=True,
515 result.stderr += '(** did you define an int/hex Kconfig with no default? **)'
518 result.stdout = '%s\n' % (' '.join(cmd)) + result.stdout
519 result.combined = '%s\n' % (' '.join(cmd)) + result.combined
520 return result
522 def process_result(self, result)
[all...]
/u-boot/drivers/mmc/
H A Darm_pl180_mmci.c79 int result; local
94 result = wait_for_command_end(dev, cmd);
97 if ((result == 0) && (cmd->cmdidx == MMC_CMD_ALL_SEND_CID))
101 if ((result == 0) && (cmd->cmdidx == MMC_CMD_SET_RELATIVE_ADDR)) {
106 return result;
274 int result; local
277 result = do_data_transfer(dev, cmd, data);
279 result = do_command(dev, cmd);
281 return result;
/u-boot/drivers/tee/optee/
H A Dcore.c218 * Returns the combined result, note that if a pointer is 32-bit wide @reg0
708 struct optee_smc_call_get_os_revision_result result; member in union:__anon77
710 .result = {
718 if (res.result.build_id)
720 res.result.major, res.result.minor,
721 res.result.build_id);
724 res.result.major, res.result.minor);
731 struct optee_smc_calls_revision_result result; member in union:__anon78
744 struct optee_smc_exchange_capabilities_result result; member in union:__anon79
[all...]
/u-boot/tools/binman/etype/
H A Dfit.py541 result (list): List of remaining loadables
554 result = []
559 elif name not in result:
560 result.append(name)
562 if name != firmware and name not in result:
563 result.append(name)
564 return firmware, result
/u-boot/drivers/usb/gadget/
H A Df_thor.c915 int result; local
921 result = usb_ep_enable(ep, d);
922 if (result)
928 result = -EIO;
939 result = usb_ep_enable(ep, d);
940 if (result)
946 result = -EIO;
957 result = usb_ep_enable(ep, d);
958 if (result)
976 return result;
983 int result; local
[all...]
/u-boot/drivers/tpm/
H A Dtpm_tis.h33 * @result: data read
38 u8 *result);
54 * @result: data read
58 int (*read32)(struct udevice *udev, u32 addr, u32 *result);
H A Dtpm2_tis_i2c.c77 static int tpm_tis_i2c_read32(struct udevice *dev, u32 addr, u32 *result) argument
84 *result = le32_to_cpu(result_le);
/u-boot/drivers/ram/k3-ddrss/
H A Dcps_drv_lpddr4.h64 u32 result = (reg_value & mask) >> shift; local
66 return result;
/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_bist.c72 * BIST read result
116 * BIST flow - Activate & read result
118 int hws_ddr3_run_bist(u32 dev_num, enum hws_pattern pattern, u32 *result, argument
157 result[i] = st_bist_result.bist_error_cnt;
180 * Print BIST result
224 static int mv_ddr_tip_bist(enum hws_dir dir, u32 val, enum hws_pattern pattern, u32 cs, u32 *result) argument
239 *result |= (FAIL << subphy);
500 u32 result; local
594 result = 0;
598 mv_ddr_tip_bist(OPER_READ, 0, pattern, 0, &result);
[all...]
/u-boot/tools/binman/
H A Dmain.py79 result = test_util.run_test_suites(
86 return (0 if result.wasSuccessful() else 1)
H A Dbinman79 result = test_util.run_test_suites(
86 return (0 if result.wasSuccessful() else 1)
/u-boot/tools/u_boot_pylib/
H A Dterminal.py80 result = ansi_escape.sub('', text)
81 return len(result)
H A Dtest_util.py109 """A test result class that can print extended text results to a stream
111 This is meant to be used by a TestRunner as a result class. Like
217 result = runner.run(suite)
220 return result
/u-boot/arch/arm/mach-imx/
H A Dhab.c47 int result = 0; local
50 result = ivt_header_error("bad magic", ivt_hdr);
53 result = ivt_header_error("bad length", ivt_hdr);
56 result = ivt_header_error("bad version", ivt_hdr);
58 return result;
894 int result = 1; local
1000 result = 0;
1002 return result;
/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c61 int result; local
137 result = mtd_erase(mtd, &erase);
138 if (result != 0) {
140 mtd_device, result);
153 result = mtd_write_oob(mtd, erase.addr, &ops);
154 if (result != 0) {
156 mtd_device, result);
178 if (opts->jffs2 && result == 0)
/u-boot/drivers/misc/
H A Dcros_ec_i2c.c41 * byte 0 result code
47 uint8_t result; member in struct:ec_host_response_i2c
93 if (ec_response_i2c->result == EC_RES_INVALID_COMMAND &&
104 /* drop result and packet_len */
194 debug("%s: Received bad result code %d\n", __func__, *in_ptr);
/u-boot/fs/yaffs2/
H A Dyaffs_tagscompat.c103 int result; local
114 result = yaffs_check_tags_ecc(tags_ptr);
115 if (result > 0)
117 else if (result < 0)
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-cmd-queue.c137 cvmx_cmd_queue_result_t result; local
153 result = __cvmx_cmd_queue_init_state_ptr(node);
154 if (result != CVMX_CMD_QUEUE_SUCCESS)
155 return result;

Completed in 302 milliseconds

1234567891011