Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/board/keymile/common/
H A Dcommon.c260 char *rest = bidhwklist; in do_checkboardidhwk() local
274 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
275 rest++; in do_checkboardidhwk()
280 bid = simple_strtoul(rest, &endp, 16); in do_checkboardidhwk()
283 rest = endp + 1; in do_checkboardidhwk()
288 hwkey = simple_strtoul(rest, &endp, 16); in do_checkboardidhwk()
289 rest = endp; in do_checkboardidhwk()
290 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
291 rest++; in do_checkboardidhwk()
/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Duart.h33 union br_rest rest; member
/rk3399_rockchip-uboot/arch/arm/mach-s5pc1xx/include/mach/
H A Duart.h33 union br_rest rest; member
/rk3399_rockchip-uboot/tools/
H A Dgenboardscfg.py338 tag, rest = line[:2], line[2:].strip()
340 maintainers.append(rest)
343 for f in glob.glob(rest):
350 status = rest
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dreiserfs.c684 char *rest, ch; in reiserfs_dir() local
818 for (rest = dirname; (ch = *rest) && ! isspace (ch) && ch != '/'; rest++); in reiserfs_dir()
819 *rest = 0; in reiserfs_dir()
908 *rest = ch; in reiserfs_dir()
912 *rest = ch; in reiserfs_dir()
913 dirname = rest; in reiserfs_dir()
/rk3399_rockchip-uboot/drivers/serial/
H 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()
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A DKconfig6 # display by configure the device tree, and the vop driver will do the rest.
/rk3399_rockchip-uboot/arch/xtensa/cpu/
H A Du-boot.lds20 * above it for the ROM store into which the rest of U-Boot is packed.
/rk3399_rockchip-uboot/board/sunxi/
H A DREADME.sunxi6445 enter AArch64 very early. The rest of the SPL runs in AArch64 EL3.
56 which contains the rest of the firmware.
/rk3399_rockchip-uboot/doc/
H A DREADME.standalone81 the rest of the parameters are the function arguments
H A DREADME.autoboot126 character of a key string does not appear in the rest of the
H A DREADME.drivers.eth134 member. This allows the rest of U-Boot to dynamically change the MAC address
H A DREADME.mxs148 The rest of partitions in the DOS partition table can be used by the user.
H A DREADME.rockchip160 run minimal with code like DDR, clock etc and rest of new features in SPL.
H A DREADME.POST113 rest of U-Boot.
441 register with the expected one. The rest of instructions will be
H A DREADME.nand132 tasks except setting mtd->name, and registering with the rest of
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3288-veyron-mickey.dts117 * heat--we'll let the GPU do the rest itself.
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/
H A DKconfig155 the rest of U-Boot (including RAM version) runs at EL2.
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl2999 my $rest = $2;
3001 my $pos = pos_last_openparen($rest);
4826 my ($off, $dstat, $dcond, $rest);
4994 my ($off, $dstat, $dcond, $rest);
/rk3399_rockchip-uboot/board/freescale/t102xqds/
H A DREADME111 …- Powered from ATX 'standby' power supply that allows continuous operation while rest of the syste…
/rk3399_rockchip-uboot/doc/driver-model/
H A Dof-plat.txt105 CONFIG_OF_SPL_REMOVE_PROPS option. The rest are processed. This will produce
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffsfs.c3187 YCHAR *rest; in yaffs_dump_dev()
3189 struct yaffs_obj *obj = yaffsfs_FindRoot(path, &rest); in yaffs_dump_dev()
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A DREADME100 - rootfs: the rest
/rk3399_rockchip-uboot/tools/patman/
H A DREADME249 do the rest.
/rk3399_rockchip-uboot/Licenses/
H A Dgpl-2.0.txt227 be a consequence of the rest of this License.

12