Searched refs:rest (Results 1 - 17 of 17) sorted by relevance

/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Duart.h12 /* baudrate rest value */
32 union br_rest rest; member in struct:s5p_uart
/u-boot/arch/arm/mach-exynos/include/mach/
H A Duart.h12 /* baudrate rest value */
32 union br_rest rest; member in struct:s5p_uart
/u-boot/arch/arm/include/asm/arch-apple/
H A Duart.h12 /* baudrate rest value */
30 union br_rest rest; member in struct:s5p_uart
/u-boot/board/keymile/common/
H A Dcommon.c315 char *rest = bidhwklist; local
328 while (*rest && !isxdigit(*rest))
329 rest++;
334 bid = hextoul(rest, &endp);
337 rest = endp + 1;
342 hwkey = hextoul(rest, &endp);
343 rest = endp;
344 while (*rest && !isxdigit(*rest))
[all...]
/u-boot/tools/patman/
H A Dcmdline.py132 args, rest = parser.parse_known_args(argv)
135 args, rest = parser.parse_known_args(argv)
143 nargs = len(rest)
144 argv = argv[:-nargs] + ['send'] + rest
/u-boot/lib/zstd/common/
H A Dentropy_common.c309 U32 const rest = total - weightTotal; local
310 U32 const verif = 1 << BIT_highbit32(rest);
311 U32 const lastWeight = BIT_highbit32(rest) + 1;
312 if (verif != rest) return ERROR(corruption_detected); /* last value must be a clean power of 2 */
/u-boot/tools/
H A Dqconfig.py1158 def __init__(self, cfg, is_spl, fname, rest):
1162 self.rest = rest
1195 for fname, rest in fnames:
1196 m_iter = RE_MK_CONFIGS.finditer(rest)
1204 use = ConfigUse(real_opt, is_spl, fname, rest)
1208 all_uses[use].append(rest)
1239 rest = None
1246 use = ConfigUse(real_opt, is_spl, fname, rest)
1250 all_uses[use].append(rest)
[all...]
/u-boot/drivers/serial/
H A Dserial_s5p.c113 writew(udivslot[val % 16], &uart->rest.slot);
115 writel(val % 16, &uart->rest.value);
117 writeb(val % 16, &uart->rest.value);
/u-boot/tools/buildman/
H A Dboards.py393 tag, rest = line[:2], line[2:].strip()
395 maintainers.append(rest)
398 glob_path = os.path.join(srcdir, rest)
408 status = rest
424 if match and not rear and re.search(rest, front):
/u-boot/tools/binman/
H A Delf.py79 value, rest = line[:space_pos], line[space_pos + 1:]
80 flags = rest[:7]
81 parts = rest[7:].split()
H A Dbintool.py449 rest = [line[4:] for line in lines[1:]]
453 print('\n'.join(rest))
H A Dentry.py841 rest = [line[4:] for line in lines[1:]]
850 print('\n'.join(rest))
H A Dftest.py4584 rest = base[len(U_BOOT_DATA):]
4589 data1 = rest[:len(expect1)]
4593 rest1 = rest[len(expect1):]
5302 rest = data[0x60 + len(ATF_BL31_DATA):0x100]
5303 self.assertEqual(tools.get_bytes(0xff, len(rest)), rest)
6091 rest = data[len(U_BOOT_DATA):]
6092 comp_data_len = struct.unpack('<I', rest[:4])[0]
6093 comp_data = rest[4:4 + comp_data_len]
6179 rest
[all...]
/u-boot/tools/binman/etype/
H A Dsection.py604 rest = name[len(root):]
605 if rest in ['', '-elf', '-img', '-nodtb']:
/u-boot/common/
H A Dcli_hush_upstream.c1048 * The rest is cleared right before execv syscalls.
1936 * SIGINT (interactive): wait for last pipe, ignore the rest
2990 /* Returns first char (or EOF), the rest is in i->p[] */
3636 const char *rest; local
3648 * find the rest after the closing brace */
3670 rest = next;
3671 while (*rest != '}') {
3672 rest = next_brace_sub(rest);
3673 if (rest
3701 rest, rest_len); local
[all...]
/u-boot/fs/yaffs2/
H A Dyaffsfs.c3185 YCHAR *rest;
3187 struct yaffs_obj *obj = yaffsfs_FindRoot(path, &rest);
/u-boot/scripts/
H A Dcheckpatch.pl3955 my $rest = $2;
3957 my $pos = pos_last_openparen($rest);
5892 my ($off, $dstat, $dcond, $rest);
5951 #print "REST<$rest> dstat<$dstat> ctx<$ctx>\n";
6055 my ($off, $dstat, $dcond, $rest);

Completed in 342 milliseconds