/u-boot/board/keymile/common/ |
A D | common.c | 257 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 D | entropy_common.c | 196 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 D | uart.h | 32 union br_rest rest; member
|
/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
A D | uart.h | 32 union br_rest rest; member
|
/u-boot/tools/patman/ |
A D | main.py | 108 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 D | patman | 108 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 D | elf.py | 68 value, rest = line[:space_pos], line[space_pos + 1:] 69 flags = rest[:7] 70 parts = rest[7:].split()
|
A D | entry.py | 647 rest = [line[4:] for line in lines[1:]] 651 print('\n'.join(rest))
|
/u-boot/tools/ |
A D | genboardscfg.py | 330 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 D | reiserfs.c | 683 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 D | serial_s5p.c | 84 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 D | README.scrapyard | 6 be removed from the U-Boot source tree. The remainders rest in peace
|
A D | README.standalone | 82 the rest of the parameters are the function arguments
|
A D | README.autoboot | 126 character of a key string does not appear in the rest of the
|
/u-boot/drivers/video/rockchip/ |
A D | Kconfig | 6 # display by configure the device tree, and the vop driver will do the rest.
|
/u-boot/doc/board/google/ |
A D | chromebook_samus.rst | 40 To get the rest, use 'cbfstool samus.bin print'::
|
A D | chromebook_coral.rst | 69 There is a 2GB chunk of SDRAM starting at 0 and the rest is at 4GB.
|
/u-boot/arch/xtensa/cpu/ |
A D | u-boot.lds | 19 * above it for the ROM store into which the rest of U-Boot is packed.
|
/u-boot/tools/binman/etype/ |
A D | section.py | 439 rest = name[len(root):] 440 if rest in ['', '-img', '-nodtb']:
|
/u-boot/arch/arm/dts/ |
A D | rk3288-veyron-mickey.dts | 117 * heat--we'll let the GPU do the rest itself.
|
/u-boot/doc/driver-model/ |
A D | ethernet.rst | 91 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 D | README.sunxi64 | 93 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 D | iscsi.rst | 140 iPXE by default will put the CPU to rest when waiting for input. U-Boot does
|
/u-boot/doc/imx/common/ |
A D | mxs.txt | 148 The rest of partitions in the DOS partition table can be used by the user.
|
/u-boot/scripts/ |
A D | checkpatch.pl | 3423 my $rest = $2; 3425 my $pos = pos_last_openparen($rest); 5265 my ($off, $dstat, $dcond, $rest); 5427 my ($off, $dstat, $dcond, $rest);
|