Searched refs:patterns (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/drivers/bootcount/ |
| H A D | bootcount_ram.c | 13 const ulong patterns[] = { 0x00000000, variable 18 const ulong NBR_OF_PATTERNS = sizeof(patterns) / sizeof(*patterns); 35 writel(patterns[i % NBR_OF_PATTERNS], in bootcount_store() 60 if (tmp != patterns[i % NBR_OF_PATTERNS]) in bootcount_load()
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_spawn.py | 119 def expect(self, patterns): argument 138 for pi in xrange(len(patterns)): 139 if type(patterns[pi]) == type(''): 140 patterns[pi] = re.compile(patterns[pi]) 147 for pi in xrange(len(patterns)): 148 pattern = patterns[pi]
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_util.c | 813 u_char patterns[] = {0xa5, 0x5a, 0x00}; in nand_torture() local 833 patt_count = ARRAY_SIZE(patterns); in nand_torture() 866 memset(buf, patterns[i], mtd->erasesize); in nand_torture() 881 err = check_pattern(buf, patterns[i], mtd->erasesize); in nand_torture() 884 "0x%llx\n", patterns[i], offset); in nand_torture()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 549 def cleanup_one_header(header_path, patterns, options): argument 566 for pattern in patterns: 619 patterns = [] 621 patterns.append(re.compile(r'#\s*define\s+%s\W' % config)) 622 patterns.append(re.compile(r'#\s*undef\s+%s\W' % config)) 631 patterns, options) 718 def find_matching(patterns, line): argument 719 for pat in patterns: 734 patterns = [] 736 patterns.append(re.compile(r'^\s+%s' % config)) [all …]
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | io.c | 394 static uint8_t patterns[] = {0xa5, 0x5a, 0x0}; variable 410 patt_count = ARRAY_SIZE(patterns); in torture_peb() 433 memset(ubi->peb_buf, patterns[i], ubi->peb_size); in torture_peb() 438 memset(ubi->peb_buf, ~patterns[i], ubi->peb_size); in torture_peb() 443 err = ubi_check_pattern(ubi->peb_buf, patterns[i], in torture_peb() 447 patterns[i], pnum); in torture_peb()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builderthread.py | 371 def CopyFiles(self, out_dir, build_dir, dirname, patterns): argument 381 for pattern in patterns:
|
| /rk3399_rockchip-uboot/ |
| H A D | MAINTAINERS | 20 F: Files and directories with wildcard patterns. 26 N: Files and directories with regex patterns. 30 match F: pattern and matches of N: patterns. By default,
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.POST | 624 use different patterns to verify RAM. Each test case will first fill 626 compare its contents with the pattern. The following patterns will be
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.src | 2926 some allocation patterns, some large free blocks of memory will be
|