Searched refs:out (Results 1 - 25 of 433) sorted by relevance

1234567891011>>

/u-boot/doc/imx/habv4/script_examples/
H A DgenIVT.pl3 open(my $out, '>:raw', 'ivt.bin') or die "Unable to open: $!";
4 print $out pack("V", 0x412000D1); # Signature
5 print $out pack("V", 0x80800000); # Load Address (*load_address)
6 print $out pack("V", 0x0); # Reserved
7 print $out pack("V", 0x0); # DCD pointer
8 print $out pack("V", 0x0); # Boot Data
9 print $out pack("V", 0x80EEA000); # Self Pointer (*ivt)
10 print $out pack("V", 0x80EEA020); # CSF Pointer (*csf)
11 print $out pack("V", 0x0); # Reserved
12 close($out);
[all...]
/u-boot/board/CZ.NIC/turris_mox/
H A Dmox_sp.c18 u32 out[16]; local
24 res = mbox_do_cmd(MBOX_CMD_ECDSA_PUB_KEY, NULL, 0, out, 16);
30 (u32)res, out[0], out[1], out[2], out[3], out[4], out[5],
31 out[6], out[
50 u32 out[9]; local
[all...]
/u-boot/tools/kermit/
H A Dflash_param24 out \13
27 out mw f0000000 0 200\13
29 out reset\13
31 out \13\13
34 out setenv ethaddr \%2\13
36 out setenv serial# ERIC 1.0 \%3\13
38 out setenv eric_id \%3\13
40 #out setenv prec_videocard_bus unknown\13
42 #out setenv prec_bios_type unknown\13
44 out seten
[all...]
H A Dsend_image18 out \13
20 out loadb \%2 \13
23 out \13
/u-boot/test/py/tests/
H A Dtest_kconfig.py19 out = util.run_and_log(
22 assert 'invalid_use_of_IF_ENABLED_INT' in out
23 assert 'invalid_use_of_CONFIG_IF_ENABLED_INT' in out
32 out = util.run_and_log(
35 assert 'invalid_use_of_IF_ENABLED_INT' in out
39 assert 'invalid_use_of_CONFIG_IF_ENABLED_INT' not in out
H A Dtest_event_dump.py16 out = util.run_and_log(cons, ['scripts/event_dump.py', sandbox])
24 assert re.match(expect, out, re.MULTILINE) is not None
/u-boot/drivers/firmware/scmi/
H A Dpwdom.c19 struct scmi_pwd_protocol_attrs_out out; local
23 .out_msg = (u8 *)&out,
24 .out_msg_sz = sizeof(out),
34 if (out.status)
35 return scmi_to_linux_errno(out.status);
37 *num_pwdoms = SCMI_PWD_PROTO_ATTRS_NUM_PWD(out.attributes);
38 *stats_addr = ((u64)out.stats_addr_high << 32) + out.stats_addr_low;
39 *stats_len = out.stats_len;
47 struct scmi_pwd_protocol_msg_attrs_out out; local
75 struct scmi_pwd_attrs_out out; local
136 struct scmi_pwd_state_get_out out; local
163 struct scmi_pwd_name_get_out out; local
[all...]
H A Dsandbox-scmi_agent.c174 struct scmi_protocol_version_out *out = NULL; local
176 if (!msg->out_msg || msg->out_msg_sz < sizeof(*out))
179 out = (struct scmi_protocol_version_out *)msg->out_msg;
180 out->version = SANDBOX_SCMI_BASE_PROTOCOL_VERSION;
181 out->status = SCMI_SUCCESS;
196 struct scmi_protocol_attrs_out *out = NULL; local
198 if (!msg->out_msg || msg->out_msg_sz < sizeof(*out))
201 out = (struct scmi_protocol_attrs_out *)msg->out_msg;
202 out->attributes = FIELD_PREP(0xff00, 2) | NUM_PROTOCOLS;
203 out
220 struct scmi_protocol_msg_attrs_out *out = NULL; local
251 struct scmi_base_discover_vendor_out *out = NULL; local
274 struct scmi_base_discover_vendor_out *out = NULL; local
297 struct scmi_base_discover_impl_version_out *out = NULL; local
320 struct scmi_base_discover_list_protocols_out *out = NULL; local
344 struct scmi_base_discover_agent_out *out = NULL; local
484 struct scmi_protocol_version_out *out = NULL; local
508 struct scmi_pwd_protocol_attrs_out *out; local
538 struct scmi_pwd_protocol_msg_attrs_out *out; local
570 struct scmi_pwd_attrs_out *out; local
647 struct scmi_pwd_state_get_out *out; local
680 struct scmi_pwd_name_get_out *out; local
707 struct scmi_clk_protocol_attr_out *out = NULL; local
722 struct scmi_clk_attribute_out *out = NULL; local
757 struct scmi_clk_rate_set_out *out = NULL; local
787 struct scmi_clk_rate_get_out *out = NULL; local
815 struct scmi_clk_state_out *out = NULL; local
844 struct scmi_rd_attr_out *out = NULL; local
872 struct scmi_rd_reset_out *out = NULL; local
914 struct scmi_voltd_attr_out *out = NULL; local
943 struct scmi_voltd_config_set_out *out = NULL; local
979 struct scmi_voltd_config_get_out *out = NULL; local
1010 struct scmi_voltd_level_set_out *out = NULL; local
1037 struct scmi_voltd_level_get_out *out = NULL; local
[all...]
H A Dbase.c32 struct scmi_protocol_version_out out; local
36 .out_msg = (u8 *)&out,
37 .out_msg_sz = sizeof(out),
44 if (out.status)
45 return scmi_to_linux_errno(out.status);
47 *version = out.version;
82 struct scmi_protocol_attrs_out out; local
86 .out_msg = (u8 *)&out,
87 .out_msg_sz = sizeof(out),
94 if (out
117 struct scmi_protocol_msg_attrs_out out; local
151 struct scmi_base_discover_vendor_out out; local
189 struct scmi_base_discover_vendor_out out; local
226 struct scmi_base_discover_impl_version_out out; local
262 struct scmi_base_discover_list_protocols_out out; local
323 struct scmi_base_discover_agent_out out; local
[all...]
/u-boot/tools/
H A Dkey2dtsi.py45 out = args.dtsi_file variable
46 out.write('/ {\n')
47 out.write('\tsignature {\n')
48 out.write('\t\tkey-{} {{\n'.format(key_name))
49 out.write('\t\t\tkey-name-hint = "{}";\n'.format(key_name))
50 out.write('\t\t\talgo = "{},rsa{}";\n'.format(args.hash, key.size_in_bits()))
51 out.write('\t\t\trsa,num-bits = <{}>;\n'.format(key.size_in_bits()))
52 out.write('\t\t\trsa,modulus = [{}];\n'.format(int_to_bytestr(key.n)))
53 out.write('\t\t\trsa,exponent = [{}];\n'.format(int_to_bytestr(key.e, 8)))
54 out
[all...]
/u-boot/arch/arm/mach-snapdragon/include/mach/
H A Dgpio.h22 u32 out = (selector * 0x1000); local
25 return out + offs[selector];
27 return out;
/u-boot/arch/arm/mach-ipq40xx/include/mach/
H A Dgpio.h22 u32 out = (selector * 0x1000); local
25 return out + offs[selector];
27 return out;
/u-boot/lib/efi_loader/
H A Defi_setup.c54 goto out;
66 goto out;
83 out:
199 goto out;
203 goto out;
208 goto out;
211 out:
240 goto out;
245 goto out;
251 goto out;
[all...]
/u-boot/test/stdint/
H A Dtest-includes.sh15 out=/tmp/test-includes.tmp
30 rm -rf ${out}
31 mkdir -p ${out}
32 touch ${out}/config.h
33 mkdir -p ${out}/generated
34 touch ${out}/generated/generic-asm-offsets.h
35 mkdir -p ${out}/include/asm
37 ${out}/include/asm/arch
43 -I${out} -I${out}/includ
[all...]
/u-boot/scripts/basic/
H A DMakefile16 $(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep
/u-boot/fs/btrfs/crypto/
H A Dhash.h9 int hash_crc32c(const u8 *buf, size_t length, u8 *out);
10 int hash_xxhash(const u8 *buf, size_t length, u8 *out);
11 int hash_sha256(const u8 *buf, size_t length, u8 *out);
12 int hash_blake2(const u8 *buf, size_t length, u8 *out);
H A Dhash.c22 int hash_sha256(const u8 *buf, size_t length, u8 *out) argument
28 sha256_finish(&ctx, out);
33 int hash_xxhash(const u8 *buf, size_t length, u8 *out) argument
38 put_unaligned_le64(hash, out);
45 int hash_blake2(const u8 *buf, size_t length, u8 *out) argument
51 blake2b_final(&S, out, BTRFS_BLAKE2_HASH_SIZE);
56 int hash_crc32c(const u8 *buf, size_t length, u8 *out) argument
61 put_unaligned_le32(~crc, out);
/u-boot/fs/erofs/
H A Ddecompress.h8 char *in, *out; member in struct:z_erofs_decompress_req
/u-boot/drivers/clk/
H A Dclk_scmi.c18 struct scmi_clk_protocol_attr_out out; local
22 .out_msg = (u8 *)&out,
23 .out_msg_sz = sizeof(out),
31 *num_clocks = out.attributes & SCMI_CLK_PROTO_ATTR_COUNT_MASK;
41 struct scmi_clk_attribute_out out; local
47 .out_msg = (u8 *)&out,
48 .out_msg_sz = sizeof(out),
56 *name = strdup(out.clock_name);
67 struct scmi_clk_state_out out; local
70 in, out);
95 struct scmi_clk_rate_get_out out; local
120 struct scmi_clk_rate_set_out out; local
[all...]
/u-boot/lib/zlib/
H A Dinffast.c16 Decode literal, length, and distance codes and write out the resulting
33 LEN -- ran out of enough output space or enough available input
57 unsigned char FAR *out; /* local strm->next_out */ local
59 unsigned char FAR *end; /* while out < end, enough space available */
92 out = strm->next_out;
93 beg = out - (start - strm->avail_out);
94 end = out + (strm->avail_out - 257);
128 *out++ = (unsigned char)(here.val);
177 op = (unsigned)(out - beg); /* max distance in output */
192 *out
[all...]
/u-boot/lib/
H A Dlz4_wrapper.c22 void *out = dst; local
82 size_t size = min((ptrdiff_t)block_size, (ptrdiff_t)(end - out));
83 memcpy(out, in, size);
84 out += size;
91 ret = LZ4_decompress_generic(in, out, block_size,
92 end - out, endOnInputSize,
93 decode_full_block, noDict, out, NULL, 0);
98 out += ret;
106 *dstn = out - dst;
/u-boot/net/
H A Dudp.c33 goto out;
38 goto out;
44 out:
/u-boot/drivers/power/regulator/
H A Dscmi_regulator.c35 struct scmi_voltd_config_set_out out; local
38 in, out);
45 return scmi_to_linux_errno(out.status);
54 struct scmi_voltd_config_get_out out; local
57 in, out);
64 ret = scmi_to_linux_errno(out.status);
68 return out.config == SCMI_VOLTD_CONFIG_ON;
78 struct scmi_voltd_level_set_out out; local
81 in, out);
88 return scmi_to_linux_errno(out
97 struct scmi_voltd_level_get_out out; local
132 struct scmi_voltd_attr_out out = { 0 }; local
[all...]
/u-boot/test/
H A Dstr_ut.c28 char out[TEST_STR_SIZE]; local
31 out[strlen(str1)] = 'a';
32 str_to_upper(str1, out, SIZE_MAX);
33 ut_asserteq_str("I'M SORRY I'M LATE.", out);
36 strcpy(out, str2);
37 str_to_upper(out, out, SIZE_MAX);
38 ut_asserteq_str("1099ABNO, DON'T BOTHER APOLOGISING.", out);
41 str_to_upper(str1, out, 7);
42 ut_asserteq_str("I'M SORO, DON'T BOTHER APOLOGISING.", out);
67 char out[TEST_STR_SIZE]; local
122 char out[TEST_STR_SIZE]; local
[all...]
/u-boot/lib/libavb/
H A Davb_descriptor.c37 goto out;
42 goto out;
47 goto out;
53 goto out;
70 goto out;
80 goto out;
85 goto out;
90 goto out;
94 goto out;
99 goto out;
[all...]

Completed in 190 milliseconds

1234567891011>>