Searched refs:pattern (Results 26 - 50 of 63) sorted by relevance

123

/u-boot/drivers/mtd/onenand/
H A Donenand_bbt.c28 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
32 * @param td search pattern descriptor
34 * Check for a pattern at the given place. Used to search bad block
36 * no optional empty check and the pattern is expected to start
45 /* Compare the pattern */
47 if (p[i] != td->pattern[i])
57 * @param bd descriptor for the good/bad block search pattern
62 * for the given good/bad block identify pattern
135 * @param bd descriptor for the good/bad block search pattern
183 * @param bd descriptor for the good/bad block search pattern
[all...]
/u-boot/scripts/kconfig/
H A Dlkc_proto.h35 struct symbol ** sym_re_search(const char *pattern);
H A Dsymbol.c951 struct symbol **sym_re_search(const char *pattern) argument
961 if (strlen(pattern) == 0)
963 if (regcomp(&re, pattern, REG_EXTENDED|REG_ICASE))
/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_hw_training.h335 u32 *new_locked_pup, u32 *pattern,
340 u32 *new_locked_pup, u32 *pattern, u32 pattern_len,
345 u32 *new_locked_pup, u32 *pattern,
350 u32 *new_locked_pup, u32 *pattern,
/u-boot/tools/u_boot_pylib/
H A Dtools.py153 def get_input_filename_glob(pattern):
157 pattern: Filename pattern to search for
163 return glob.glob(pattern)
166 pathname = os.path.join(dirname, pattern)
555 tmpdir_pattern (str): pattern to use for the temporary directory
/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.h65 unsigned int pattern);
/u-boot/test/dm/
H A Dregmap.c290 u16 pattern[REGMAP_TEST_BUF_SZ]; local
309 pattern[i] = i * 0x87654321;
310 ut_assertok(regmap_write(priv->cfg_regmap, i, pattern[i]));
315 ut_asserteq(val, pattern[i]);
/u-boot/common/
H A Dcli_hush_upstream.c3570 * The glob pattern is: b\\\*? - IOW, both \ and * are literals
3572 * - IOW: they "unbackslash" the glob pattern.
3577 * The glob pattern is the same here: b\\\*? - the unquoted $v expansion
3578 * should be used as glob pattern with no changes. However, if glob
3582 * to glob, which IS NOT THE SAME as the glob pattern - it has more data.
3583 * Glob pattern is derived from it. If glob fails, the decision what result
3584 * should be is made using that encoded representation. Not glob pattern.
3630 /* Recursive brace globber. Note: may garble pattern[]. */
3631 static int glob_brace(char *pattern, o_string *o, int n) argument
3640 debug_printf_glob("glob_brace('%s')\n", pattern);
3759 char *pattern, *copy; local
3810 char *pattern; local
6941 strstr_pattern(char *val, const char *pattern, int *size) argument
6977 replace_pattern(char *val, const char *pattern, const char *repl, char exp_op) argument
7240 char *pattern, *repl, *t; local
10586 char *pattern; local
[all...]
/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c34 * The table is marked in the OOB area with an ident pattern and a version
38 * course): it moves the ident pattern and the version byte into the data area
98 if (memcmp(buf, td->pattern, td->len))
104 * check_pattern - [GENERIC] check if a pattern is in the buffer
108 * @td: search pattern descriptor
110 * Check for a pattern at the given place. Used to search bad block tables and
118 /* Compare the pattern */
119 if (memcmp(buf + paglen + td->offs, td->pattern, td->len))
126 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
128 * @td: search pattern descripto
[all...]
H A Dfsl_elbc_nand.c114 * 1, so we have to adjust bad block pattern. This pattern should be used for
123 .pattern = scan_ff_pattern,
141 .pattern = bbt_pattern,
151 .pattern = mirror_pattern,
H A Dsunxi_nand.c851 u8 pattern = 0xff; local
854 pattern = 0x0;
856 memset(data, pattern, ecc->size);
857 memset(oob, pattern, ecc->bytes + 4);
H A Dzynq_nand.c238 .pattern = bbt_pattern
248 .pattern = mirror_pattern
1214 /* Use the BBT pattern descriptors */
/u-boot/tools/
H A Dmxsimage.h165 uint32_t pattern; member in struct:sb_command::__anon1481::__anon1485
H A Dqconfig.py113 """Get the defconfig files that match a pattern
125 pattern = line
127 pattern = os.path.join('configs', line)
128 return glob.glob(pattern) + glob.glob(pattern + '_defconfig')
H A Dmxsimage.c192 * FILL address pattern length
1044 uint32_t address, pattern, length; local
1074 fprintf(stderr, "#%i ERR: Missing FILL pattern!\n",
1080 /* Read fill pattern address. */
1081 ret = sb_token_to_long(tok, &pattern);
1083 fprintf(stderr, "#%i ERR: Incorrect FILL pattern!\n",
1096 /* Read fill pattern address. */
1112 ccmd->fill.pattern = pattern;
1867 " FILL addr=0x%08x length=0x%08x pattern
[all...]
/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_prv_if.h74 u32 dev_num, enum hws_pattern pattern, enum hws_access_type access_type,
H A Dddr3_training_ip_flow.h110 u32 if_id, enum hws_pattern pattern,
H A Dmv_ddr4_training_calibration.c431 * pattern byte status as BYTE_NOT_DEFINED
483 } /* pattern */
499 /* in case this byte in the pattern is homogeneous low add 64 adlls to the byte */
511 ("%s %s pattern %d if %d subphy %d bit %d added 64 "
519 /* calculations for the current pattern per subphy */
542 /* min/max updated with pattern change */
580 } /* pattern */
1089 u32 iface, subphy, bit, pattern; local
1176 pattern = MV_DDR_IS_64BIT_DRAM_MODE(tm->bus_act_mask) ? 73 : 23;
1183 pattern, EDGE_FP
2039 u32 subphy, bit, pattern; local
[all...]
/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c904 unsigned int pattern[2]; local
908 pattern[0] = 0xdeadbeef;
909 pattern[1] = 0xdeadbeef;
914 ppcDWstore((u32*)p, pattern);
/u-boot/scripts/
H A Dget_maintainer.pl271 'pattern-depth=i' => \$pattern_depth,
360 ##Filename pattern matching
365 ##if pattern is a directory and it lacks a trailing slash, add one
711 print("$x->{file}:$x->{linenr}: warning: section without file pattern\t$x->{line}\n");
720 ## Filename pattern matching
726 ##if pattern is a directory and it lacks a trailing slash, add one
1015 my ($file, $pattern) = @_;
1016 if (substr($pattern, -1) eq "/") {
1017 if ($file =~ m@^$pattern@) {
1021 if ($file =~ m@^$pattern
[all...]
/u-boot/drivers/ram/aspeed/
H A Dsdram_ast2600.c760 u32 pattern; local
766 pattern = as2600_sdrammc_test_pattern[i++];
768 debug(" pattern = %08X : ", pattern);
769 writel(pattern, &regs->test_init_val);
852 /* Reset the pattern and see which value was really written */
/u-boot/drivers/video/
H A Dlogicore_dp_tx.c1311 * set_training_pattern() - Set training pattern for link training
1313 * @pattern: The training pattern to set
1315 * Set the training pattern to be used during link training for both the
1318 * Return: 0 if the training pattern could be set successfully, -ve if not
1320 static int set_training_pattern(struct udevice *dev, u32 pattern) argument
1327 set_reg(dev, REG_TRAINING_PATTERN_SET, pattern);
1329 aux_data[0] = pattern;
1332 switch (pattern) {
1357 if (pattern
[all...]
/u-boot/tools/buildman/
H A Dbuilderthread.py80 for pattern in patterns:
81 file_list = glob.glob(os.path.join(out_dir, dirname, pattern))
/u-boot/drivers/video/zynqmp/
H A Dzynqmp_dpsub.c996 static int set_training_pattern(struct udevice *dev, u32 pattern) argument
1001 writel(pattern, dp_sub->base_addr + TRAINING_PATTERN_SET);
1003 aux_data[0] = pattern;
1004 switch (pattern) {
1028 if (pattern == TRAINING_PATTERN_SET_OFF)
1182 * 1) Transmit training pattern 1 over the main link with symbol
1214 /* Transmit training pattern 1. */
1322 * 1) Transmit training pattern 2 (or 3) over the main link with symbol
1348 /* Transmit training pattern 2/3. */
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-fpa.c611 static void __memset_u64(u64 *ptr, u64 pattern, unsigned int words) argument
614 *ptr++ = pattern;

Completed in 409 milliseconds

123