Searched refs:matches (Results 1 – 25 of 39) sorted by relevance
12
/u-boot/drivers/soc/ |
A D | soc-uclass.c | 56 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 D | zstd_opt.h | 273 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 D | soc.h | 118 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 D | 087_files_no_pattern.dts | 8 require-matches;
|
A D | 086_files_none.dts | 9 require-matches;
|
/u-boot/board/congatec/ |
A D | Kconfig | 23 by U-Boot matches that value. 34 by U-Boot matches that value.
|
/u-boot/board/dfi/ |
A D | Kconfig | 21 by U-Boot matches that value. 34 by U-Boot matches that value.
|
/u-boot/doc/usage/ |
A D | mbr.rst | 52 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 D | cdomain.py | 114 matches = sorted(chain(*match_iterators), key=lambda m: m.start()) 115 for m in matches:
|
A D | parse-headers.pl | 123 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 D | u-boot-spl.lds | 50 * that the end of the .bin file matches up with
|
/u-boot/doc/android/ |
A D | bcb.rst | 56 '=' 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 D | cherryhill.rst | 25 matches the settings in the descriptor.bin, otherwise the board won't boot.
|
/u-boot/drivers/fastboot/ |
A D | Kconfig | 157 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 D | coreboot.rst | 29 Make sure 0x1110000 matches CONFIG_SYS_TEXT_BASE, which is the symbol address
|
/u-boot/lib/zlib/ |
A D | deflate.h | 246 uInt matches; /* number of string matches in current block */ member
|
A D | trees.c | 428 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 D | README | 39 The size of 0x20000 matches the CMD_SPL_WRITE_SIZE.
|
/u-boot/doc/driver-model/ |
A D | soc-framework.rst | 53 UCLASS_SOC driver that is in use. The first entry in the list that matches all
|
A D | pci-info.rst | 93 In this example, the root PCI bus node is the "/pci" which matches "pci-x86"
|
/u-boot/doc/ |
A D | README.video | 11 some video drivers. The format matches the video= command-line option used
|
/u-boot/board/intel/ |
A D | Kconfig | 74 by U-Boot matches that value.
|
/u-boot/doc/imx/common/ |
A D | imx6.txt | 68 ,which matches the ethaddr value:
|
/u-boot/doc/uImage.FIT/ |
A D | overlay-fdt-boot.txt | 9 that matches the desired configuration.
|
/u-boot/doc/device-tree-bindings/adc/ |
A D | st,stm32-adc.txt | 93 This can be either one value or an array that matches 'st,adc-channels' list,
|
Completed in 19 milliseconds
12