Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 39) sorted by relevance

12

/u-boot/drivers/soc/
A Dsoc-uclass.c56 if (!matches) in soc_device_match()
63 if (!(matches->machine || matches->family || in soc_device_match()
64 matches->revision)) in soc_device_match()
69 if (matches->machine) { in soc_device_match()
71 if (strcmp(matches->machine, str)) in soc_device_match()
76 if (matches->family) { in soc_device_match()
78 if (strcmp(matches->family, str)) in soc_device_match()
83 if (matches->revision) { in soc_device_match()
85 if (strcmp(matches->revision, str)) in soc_device_match()
91 return matches; in soc_device_match()
[all …]
/u-boot/lib/zstd/
A Dzstd_opt.h273 matches[mnum].len = (U32)currMl; in ZSTD_insertBtAndGetAllMatches()
307 matches[mnum].len = (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()
469 …if (match_num && (matches[match_num - 1].len > sufficient_len || matches[match_num - 1].len >= ZST… in ZSTD_compressBlock_opt_generic()
470 best_mlen = matches[match_num - 1].len; in ZSTD_compressBlock_opt_generic()
471 best_off = matches[match_num - 1].off; in ZSTD_compressBlock_opt_generic()
481 best_mlen = matches[u].len; in ZSTD_compressBlock_opt_generic()
593 best_mlen = matches[u].len; in ZSTD_compressBlock_opt_generic()
784 …if (match_num && (matches[match_num - 1].len > sufficient_len || matches[match_num - 1].len >= ZST… in ZSTD_compressBlock_opt_extDict_generic()
786 best_off = matches[match_num - 1].off; in ZSTD_compressBlock_opt_extDict_generic()
797 best_mlen = matches[u].len; in ZSTD_compressBlock_opt_extDict_generic()
[all …]
/u-boot/include/
A Dsoc.h118 soc_device_match(const struct soc_attr *matches);
142 soc_device_match(const struct soc_attr *matches) in soc_device_match() argument
/u-boot/tools/binman/test/
A D087_files_no_pattern.dts8 require-matches;
A D086_files_none.dts9 require-matches;
/u-boot/board/congatec/
A DKconfig23 by U-Boot matches that value.
34 by U-Boot matches that value.
/u-boot/board/dfi/
A DKconfig21 by U-Boot matches that value.
34 by U-Boot matches that value.
/u-boot/doc/usage/
A Dmbr.rst52 To check if the layout on the MMC #0 storage device matches the provided
71 The 'mbr verify' returns 0 if the layout matches the one on the storage
/u-boot/doc/sphinx/
A Dcdomain.py114 matches = sorted(chain(*match_iterators), key=lambda m: m.start())
115 for m in matches:
A Dparse-headers.pl123 my @matches = ($data =~ m/typedef\s+struct\s+\S+?\s*\{[^\}]+\}\s*(\S+)\s*\;/g,
125 foreach my $m (@matches) {
/u-boot/arch/x86/cpu/
A Du-boot-spl.lds50 * that the end of the .bin file matches up with
/u-boot/doc/android/
A Dbcb.rst56 '=' returns true if <val> matches the string stored in <field>
57 '~' returns true if <val> matches a subset of <field>'s string
/u-boot/doc/board/intel/
A Dcherryhill.rst25 matches the settings in the descriptor.bin, otherwise the board won't boot.
/u-boot/drivers/fastboot/
A DKconfig157 fastboot command line matches the value CONFIG_FASTBOOT_MMC_USER_NAME.
180 "fastboot flash" command line matches the value defined here.
190 specified on the "fastboot flash" command line matches the value
/u-boot/doc/board/coreboot/
A Dcoreboot.rst29 Make sure 0x1110000 matches CONFIG_SYS_TEXT_BASE, which is the symbol address
/u-boot/lib/zlib/
A Ddeflate.h246 uInt matches; /* number of string matches in current block */ member
A Dtrees.c428 s->last_lit = s->matches = 0;
1038 s->matches++;
1064 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/u-boot/board/logicpd/omap3som/
A DREADME39 The size of 0x20000 matches the CMD_SPL_WRITE_SIZE.
/u-boot/doc/driver-model/
A Dsoc-framework.rst53 UCLASS_SOC driver that is in use. The first entry in the list that matches all
A Dpci-info.rst93 In this example, the root PCI bus node is the "/pci" which matches "pci-x86"
/u-boot/doc/
A DREADME.video11 some video drivers. The format matches the video= command-line option used
/u-boot/board/intel/
A DKconfig74 by U-Boot matches that value.
/u-boot/doc/imx/common/
A Dimx6.txt68 ,which matches the ethaddr value:
/u-boot/doc/uImage.FIT/
A Doverlay-fdt-boot.txt9 that matches the desired configuration.
/u-boot/doc/device-tree-bindings/adc/
A Dst,stm32-adc.txt93 This can be either one value or an array that matches 'st,adc-channels' list,

Completed in 19 milliseconds

12