Home
last modified time | relevance | path

Searched refs:insert (Results 1 – 17 of 17) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dcli_readline.c202 static void cread_add_char(char ichar, int insert, unsigned long *num, in cread_add_char() argument
208 if (insert || *num == *eol_num) { in cread_add_char()
216 if (insert) { in cread_add_char()
235 static void cread_add_str(char *str, int strsize, int insert, in cread_add_str() argument
240 cread_add_char(*str, insert, num, eol_num, buf, len); in cread_add_str()
252 int insert = 1; in cread_line() local
355 cread_add_str(esc_save, esc_len, insert, in cread_line()
416 insert = !insert; in cread_line()
491 cread_add_char(ichar, insert, &num, &eol_num, buf, in cread_line()
H A DKconfig6 Enable recording of boot time while booting. To use it, insert
H A Ddlmalloc.src2438 if (!islr && next->fd == last_remainder) /* re-insert last_remainder */
/rk3399_rockchip-uboot/tools/binman/
H A Dbinman.py21 sys.path.insert(0, os.path.join(our_path, dirname))
24 sys.path.insert(0, 'scripts/dtc/pylibfdt')
27 sys.path.insert(0, os.path.join(our_path, 'etype'))
H A Dbinman21 sys.path.insert(0, os.path.join(our_path, dirname))
24 sys.path.insert(0, 'scripts/dtc/pylibfdt')
27 sys.path.insert(0, os.path.join(our_path, 'etype'))
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuildman18 sys.path.insert(1, os.path.join(our_path, '../patman'))
H A Dbuildman.py18 sys.path.insert(1, os.path.join(our_path, '../patman'))
/rk3399_rockchip-uboot/tools/patman/
H A Dseries.py172 out.insert(0, line)
176 out.insert(0, '')
/rk3399_rockchip-uboot/doc/
H A DREADME.mips28 1) insert flush_cache(all) before calling dcache_disable(), or
H A DREADME.unaligned-memory-access.txt95 above case it would insert 2 bytes of padding in between field1 and field2.
126 insert any padding within structures, useful when you want to use a C struct
H A DREADME.mxs182 Last step is to insert the card into the MXS based board and boot.
/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A Dchosen.txt60 boot-order to direct U-Boot to insert the device the SPL was booted
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/
H A DREADME115 then insert the SDCard to the active slot to boot up.
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3288-tinker.dtsi384 nuvoton,jack-insert-debounce = <7>;
H A Dimx6sl.dtsi19 * pre-existing /chosen node to be available to insert the
H A Dimx7s.dtsi55 * pre-existing /chosen node to be available to insert the
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py1532 data.insert(linenum + offset, '\timply %s' % config)