Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 42) sorted by relevance

12

/u-boot/board/keymile/common/
A Dcommon.c257 char *rest = bidhwklist; in do_checkboardidhwk() local
270 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
271 rest++; in do_checkboardidhwk()
276 bid = simple_strtoul(rest, &endp, 16); in do_checkboardidhwk()
279 rest = endp + 1; in do_checkboardidhwk()
284 hwkey = simple_strtoul(rest, &endp, 16); in do_checkboardidhwk()
285 rest = endp; in do_checkboardidhwk()
286 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
287 rest++; in do_checkboardidhwk()
/u-boot/lib/zstd/
A Dentropy_common.c196 U32 const rest = total - weightTotal; in HUF_readStats_wksp() local
197 U32 const verif = 1 << BIT_highbit32(rest); in HUF_readStats_wksp()
198 U32 const lastWeight = BIT_highbit32(rest) + 1; in HUF_readStats_wksp()
199 if (verif != rest) in HUF_readStats_wksp()
/u-boot/arch/arm/mach-exynos/include/mach/
A Duart.h32 union br_rest rest; member
/u-boot/arch/arm/mach-s5pc1xx/include/mach/
A Duart.h32 union br_rest rest; member
/u-boot/tools/patman/
A Dmain.py108 args, rest = parser.parse_known_args(argv) variable
111 args, rest = parser.parse_known_args(argv) variable
119 nargs = len(rest)
120 argv = argv[:-nargs] + ['send'] + rest
A Dpatman108 args, rest = parser.parse_known_args(argv) variable
111 args, rest = parser.parse_known_args(argv) variable
119 nargs = len(rest)
120 argv = argv[:-nargs] + ['send'] + rest
/u-boot/tools/binman/
A Delf.py68 value, rest = line[:space_pos], line[space_pos + 1:]
69 flags = rest[:7]
70 parts = rest[7:].split()
A Dentry.py647 rest = [line[4:] for line in lines[1:]]
651 print('\n'.join(rest))
/u-boot/tools/
A Dgenboardscfg.py330 tag, rest = line[:2], line[2:].strip()
332 maintainers.append(rest)
335 for f in glob.glob(rest):
342 status = rest
/u-boot/fs/reiserfs/
A Dreiserfs.c683 char *rest, ch; in reiserfs_dir() local
817 for (rest = dirname; (ch = *rest) && ! isspace (ch) && ch != '/'; rest++); in reiserfs_dir()
818 *rest = 0; in reiserfs_dir()
907 *rest = ch; in reiserfs_dir()
911 *rest = ch; in reiserfs_dir()
912 dirname = rest; in reiserfs_dir()
/u-boot/drivers/serial/
A Dserial_s5p.c84 writew(udivslot[val % 16], &uart->rest.slot); in s5p_serial_baud()
86 writeb(val % 16, &uart->rest.value); in s5p_serial_baud()
/u-boot/doc/
A DREADME.scrapyard6 be removed from the U-Boot source tree. The remainders rest in peace
A DREADME.standalone82 the rest of the parameters are the function arguments
A DREADME.autoboot126 character of a key string does not appear in the rest of the
/u-boot/drivers/video/rockchip/
A DKconfig6 # display by configure the device tree, and the vop driver will do the rest.
/u-boot/doc/board/google/
A Dchromebook_samus.rst40 To get the rest, use 'cbfstool samus.bin print'::
A Dchromebook_coral.rst69 There is a 2GB chunk of SDRAM starting at 0 and the rest is at 4GB.
/u-boot/arch/xtensa/cpu/
A Du-boot.lds19 * above it for the ROM store into which the rest of U-Boot is packed.
/u-boot/tools/binman/etype/
A Dsection.py439 rest = name[len(root):]
440 if rest in ['', '-img', '-nodtb']:
/u-boot/arch/arm/dts/
A Drk3288-veyron-mickey.dts117 * heat--we'll let the GPU do the rest itself.
/u-boot/doc/driver-model/
A Dethernet.rst91 Only start, stop, send and recv are required, the rest are optional and are
99 own plat struct). This allows the rest of U-Boot to dynamically change
/u-boot/board/sunxi/
A DREADME.sunxi6493 enter AArch64 very early. The rest of the SPL runs in AArch64 EL3.
104 which contains the rest of the firmware. u-boot-sunxi-with-spl.bin joins those
/u-boot/doc/uefi/
A Discsi.rst140 iPXE by default will put the CPU to rest when waiting for input. U-Boot does
/u-boot/doc/imx/common/
A Dmxs.txt148 The rest of partitions in the DOS partition table can be used by the user.
/u-boot/scripts/
A Dcheckpatch.pl3423 my $rest = $2;
3425 my $pos = pos_last_openparen($rest);
5265 my ($off, $dstat, $dcond, $rest);
5427 my ($off, $dstat, $dcond, $rest);

Completed in 28 milliseconds

12