Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/u-boot/scripts/
A Ddocumentation-file-ref-check61 $f ="$d$f.rst";
79 my $f = $1;
86 next if ($f =~ m/Makefile/ || $f =~ m/\.sh$/);
168 my $f="";
173 if (!$f) {
176 $f=$new_ref if (-f $new_ref);
179 if (!$f) {
192 if (!$f) {
198 if (!$f) {
204 if (!$f) {
[all …]
A Dcleanpatch95 foreach $f ( @files ) {
96 print STDERR "$name: $f\n";
98 if (! -f $f) {
99 print STDERR "$f: not a file\n";
103 if (!open(FILE, '+<', $f)) {
104 print STDERR "$name: Cannot open file: $f: $!\n";
123 print STDERR "$name: $f: binary file\n";
168 "$f:$lineno: adds line exceeds $max_width ",
181 print STDERR "$name: $f: malformed patch\n";
187 print STDERR "$name: $f: malformed patch\n";
[all …]
/u-boot/doc/usage/cmd/
A Defi.rst74 0 7:conv 0000000000 0000000000 00000a0000 f
76 1 7:conv 0000100000 0000000000 0000700000 f
77 2 a:acpi_nvs 0000800000 0000000000 0000008000 f
78 3 7:conv 0000808000 0000000000 0000008000 f
79 4 a:acpi_nvs 0000810000 0000000000 00000f0000 f
80 5 7:conv 0000900000 0000000000 001efef000 f
83 8 0:reserved 001faef000 0000000000 0000080000 f
84 9 9:acpi_reclaim 001fb6f000 0000000000 0000010000 f
85 10 a:acpi_nvs 001fb7f000 0000000000 0000080000 f
86 11 7:conv 001fbff000 0000000000 0000359000 f
[all …]
/u-boot/scripts/dtc/
A Dtreesource.c54 fputc('\t', f); in write_prefix()
77 fprintf(f, "\""); in write_propval_string()
119 fprintf(f, "\""); in write_propval_string()
128 fprintf(f, "\""); in write_propval_string()
143 fprintf(f, "<"); in write_propval_cells()
156 fprintf(f, " "); in write_propval_cells()
164 fprintf(f, ">"); in write_propval_cells()
173 fprintf(f, "["); in write_propval_bytes()
184 fprintf(f, " "); in write_propval_bytes()
192 fprintf(f, "]"); in write_propval_bytes()
[all …]
A Dflattree.c140 FILE *f = e; in asm_emit_cell() local
149 FILE *f = e; in asm_emit_string() local
159 FILE *f = e; in asm_emit_align() local
166 FILE *f = e; in asm_emit_data() local
188 FILE *f = e; in asm_emit_beginnode() local
201 FILE *f = e; in asm_emit_endnode() local
214 FILE *f = e; in asm_emit_property() local
812 FILE *f; in dt_from_blob() local
835 if (feof(f)) in dt_from_blob()
849 if (feof(f)) in dt_from_blob()
[all …]
A Dupdate-dtc-source.sh57 for f in $DTC_SOURCE; do
58 cp ${DTC_UPSTREAM_PATH}/${f} ${f}
59 git add ${f}
61 for f in $LIBFDT_SOURCE; do
62 cp ${DTC_UPSTREAM_PATH}/libfdt/${f} libfdt/${f}
63 git add libfdt/${f}
/u-boot/drivers/spi/
A Dnxp_fspi.c475 reg = fspi_readl(f, f->iobase + FSPI_MCR0); in nxp_fspi_invalid()
479 ret = fspi_readl_poll_tout(f, f->iobase + FSPI_MCR0, in nxp_fspi_invalid()
613 fspi_writel(f, 0, f->iobase + FSPI_FLSHA1CR0); in nxp_fspi_select_mem()
614 fspi_writel(f, 0, f->iobase + FSPI_FLSHA2CR0); in nxp_fspi_select_mem()
615 fspi_writel(f, 0, f->iobase + FSPI_FLSHB1CR0); in nxp_fspi_select_mem()
616 fspi_writel(f, 0, f->iobase + FSPI_FLSHB2CR0); in nxp_fspi_select_mem()
621 fspi_writel(f, size_kb, f->iobase + FSPI_FLSHA1CR0 + in nxp_fspi_select_mem()
758 err = fspi_readl_poll_tout(f, f->iobase + FSPI_STS0, in nxp_fspi_do_op()
779 err = fspi_readl_poll_tout(f, f->iobase + FSPI_STS0, in nxp_fspi_exec_op()
911 reg = fspi_readl(f, f->iobase + FSPI_MCR2); in nxp_fspi_default_setup()
[all …]
/u-boot/test/py/tests/
A Dtest_gpio.py105 if not f:
108 gpio_str_count = f['gpio_str_count']
129 if not f:
132 gpio_pin_adr = f['gpio_op_pin'];
133 gpio_set_value = f['gpio_set_value'];
153 if not f:
156 gpio_pin_adr = f['gpio_op_pin'];
177 if not f:
180 gpio_pin_adr = f['gpio_op_pin'];
205 if not f:
[all …]
A Dtest_fpga.py68 if not f:
71 dev = f.get('dev', -1)
75 return dev, f
86 bit = f['%s' % (name)]
442 bit = f['loadfs']
496 bit = f['loadfs']
516 if not f:
524 fn = f['fn']
544 if not f:
551 keyfn = f['keyfn']
[all …]
A Dtest_fit_auto_signed.py37 f'fdtget -l {self.fit} {path}')
41 f'fdtget -ts {self.fit} {node} {prop}')
45 f'fdtget -tbi {self.fit} {node} {prop}')
56 subnode = f'/images/{node}'
60 subnode = f'/configurations/{node}'
72 algo = self.__fdt_get_string(f'{node}/hash', 'algo')
140 kernel_file = f'{tempdir}/vmlinuz'
141 dt1_file = f'{tempdir}/dt-1.dtb'
142 dt2_file = f'{tempdir}/dt-2.dtb'
145 key_file = f'{tempdir}/{key_name}.key'
[all …]
A Dtest_fit_hashes.py35 return util.run_and_log(self.cons, f'fdtget -l {self.fit} {path}')
38 val = util.run_and_log(self.cons, f'fdtget {self.fit} {node} {prop}')
54 self.hashable_nodes.add(f'/images/{node}')
65 raw_hash = self.__fdt_get_sexadecimal(f'{image}/{node}', 'value')
66 algo = self.__fdt_get(f'{image}/{node}', 'algo')
71 raise ValueError(f'{image} Borked hash: {algo}');
76 raise ValueError(f'Missing hashes from FIT: {missing_algos}')
87 dtc_args = f'-I dts -O dtb -i {destdir}'
100 fit_file = f'{tempdir}/test.fit'
104 with open(f'{tempdir}/test-kernel.bin', 'w') as fd:
[all …]
A Dtest_fit_ecdsa.py28 return util.run_and_log(self.cons, f'fdtget -l {self.fit} {path}')
45 image = f'/images/{node}'
53 self.__fdt_set(f'{image}/signature', algo='sha256,ecdsa256')
56 util.run_and_log(self.cons, [mkimage, '-F', self.fit, f'-G{key_file}'])
60 raw_sig = self.__fdt_get_binary(f'{image}/signature', 'value')
78 dtc_args = f'-I dts -O dtb -i {destdir}'
90 key_file = f'{tempdir}/ecdsa-test-key.pem'
91 fit_file = f'{tempdir}/test.fit'
97 with open(f'{tempdir}/test-kernel.bin', 'w') as fd:
101 with open(key_file, 'w') as f:
[all …]
/u-boot/arch/sandbox/include/asm/
A Dgetopt.h38 #define _SANDBOX_CMDLINE_OPT(f, s, ha, h) \ argument
39 static struct sandbox_cmdline_option sandbox_cmdline_option_##f = { \
40 .flag = #f, \
44 .callback = sandbox_cmdline_cb_##f, \
49 *sandbox_cmdline_option_##f##_ptr = \
50 &sandbox_cmdline_option_##f
65 #define SANDBOX_CMDLINE_OPT(f, ha, h) _SANDBOX_CMDLINE_OPT(f, 0, ha, h) argument
70 #define SANDBOX_CMDLINE_OPT_SHORT(f, s, ha, h) _SANDBOX_CMDLINE_OPT(f, s, ha, h) argument
/u-boot/arch/arm/lib/
A Dmemcpy.S67 blt 8f
70 bne 9f
72 bne 10f
76 blt 5f
89 PLD( blt 4f )
107 b 7f
169 beq 17f
170 bgt 18f
176 blt 14f
221 beq 16f
[all …]
/u-boot/cmd/
A Dprintf.c490 for (; *f; ++f) { in print_formatted()
509 if (*f && strchr("-+ #", *f)) { in print_formatted()
510 ++f; in print_formatted()
514 ++f; in print_formatted()
520 ++f; in print_formatted()
525 ++f; in print_formatted()
528 ++f; in print_formatted()
534 ++f; in print_formatted()
545 while ((*f | 0x20) == 'l' || *f == 'h' || *f == 'z') in print_formatted()
546 overlapping_strcpy(f, f + 1); in print_formatted()
[all …]
/u-boot/arch/arm/mach-snapdragon/
A Dclock-sdm845.c20 #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } argument
57 const struct freq_tbl *qcom_find_freq(const struct freq_tbl *f, uint rate) in qcom_find_freq() argument
59 if (!f) in qcom_find_freq()
62 if (!f->freq) in qcom_find_freq()
63 return f; in qcom_find_freq()
65 for (; f->freq; f++) in qcom_find_freq()
66 if (rate <= f->freq) in qcom_find_freq()
67 return f; in qcom_find_freq()
70 return f - 1; in qcom_find_freq()
/u-boot/examples/standalone/
A Dstubs.c20 #define EXPORT_FUNC(f, a, x, ...) \ argument
33 #define EXPORT_FUNC(f, a, x, ...) \ argument
48 #define EXPORT_FUNC(f, a, x, ...) \ argument
61 #define EXPORT_FUNC(f, a, x, ...) \ argument
78 #define EXPORT_FUNC(f, a, x, ...) \ argument
94 #define EXPORT_FUNC(f, a, x, ...) \ argument
107 #define EXPORT_FUNC(f, a, x, ...) \ argument
123 #define EXPORT_FUNC(f, a, x, ...) \ argument
169 #define EXPORT_FUNC(f, a, x, ...) \ argument
178 #define EXPORT_FUNC(f, a, x, ...) \ argument
[all …]
/u-boot/drivers/usb/gadget/
A Dcomposite.c360 f->disable(f); in reset_config()
451 result = f->set_alt(f, tmp, 0); in set_config()
454 tmp, f->name, f, result); in set_config()
531 __func__, i, f->name, f); in usb_add_config()
1150 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()
1290 if (f && f->setup) in composite_setup()
1291 value = f->setup(f, ctrl); in composite_setup()
1355 f->name, f); in composite_unbind()
1356 f->unbind(c, f); in composite_unbind()
1443 f->suspend(f); in composite_suspend()
[all …]
/u-boot/scripts/coccinelle/null/
A Dbadzero.cocci30 identifier f;
34 (E = f(...)) ==
54 identifier f;
87 identifier f;
91 E = f(...)
96 f << s.f;
104 identifier f;
107 E = f(...)
116 f << r.f;
130 E = f(...)
[all …]
/u-boot/lib/efi_loader/
A Defi_load_initrd.c98 struct efi_file_handle *f = NULL; in efi_load_file2_initrd() local
126 f = efi_file_from_path(initrd_fp); in efi_load_file2_initrd()
127 if (!f) { in efi_load_file2_initrd()
134 ret = efi_file_size(f, &bs); in efi_load_file2_initrd()
142 ret = EFI_CALL(f->read(f, &bs, (void *)(uintptr_t)buffer)); in efi_load_file2_initrd()
148 if (f) in efi_load_file2_initrd()
149 EFI_CALL(f->close(f)); in efi_load_file2_initrd()
162 struct efi_file_handle *f; in check_initrd() local
173 f = efi_file_from_path(initrd_fp); in check_initrd()
174 if (!f) { in check_initrd()
[all …]
/u-boot/arch/arm/cpu/armv8/
A Dcache.S51 b 2f
236 switch_el x4, 3f, 2f, 1f
238 b 0f
240 b 0f
247 switch_el x4, 3f, 2f, 1f
249 b 0f
251 b 0f
262 switch_el x4, 3f, 2f, 1f
264 b 0f
266 b 0f
[all …]
A Dtransition.S14 switch_el x6, 1f, 0f, 0f
17 b.eq 2f
37 switch_el x6, 0f, 1f, 0f
/u-boot/test/py/
A Dmultiplexed_log.py239 self.f.write('''\
318 self.f.write('''\
323 self.f.close()
363 self.f.write('</pre>\n')
366 self.f.write('</div>\n')
367 self.f.write('</div>\n')
385 self.f.write('<pre>')
390 self.f.write('</a>')
392 self.f.write('</div>\n')
446 self.f.write('</div>\n')
[all …]
/u-boot/test/dm/
A Dk210_pll.c16 u64 f, r, od, max_r, inv_ratio; in dm_test_k210_pll_calc_config() local
26 for (f = 1; f <= 64; f++) { in dm_test_k210_pll_calc_config()
28 u64 vco = DIV_ROUND_CLOSEST_ULL(rate_in * f, r); in dm_test_k210_pll_calc_config()
33 error = DIV_ROUND_CLOSEST_ULL(f * inv_ratio, in dm_test_k210_pll_calc_config()
39 best->f = f; in dm_test_k210_pll_calc_config()
55 return (u32)ours->f * theirs->r * theirs->od != in dm_test_k210_pll_compare()
56 (u32)theirs->f * ours->r * ours->od; in dm_test_k210_pll_compare()
/u-boot/tools/
A Dimx_cntr_image.sh11 for f in $blobs; do
12 tmp=$srctree/$f
13 if [ $f = "u-boot-dtb.bin" ]; then
17 if [ -f $f ]; then
26 sed -in "s;$f;$tmp;" $file

Completed in 664 milliseconds

12345678910>>...20