| /rk3399_rockchip-uboot/common/ |
| H A D | cli_readline.c | 202 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 D | Kconfig | 6 Enable recording of boot time while booting. To use it, insert
|
| H A D | dlmalloc.src | 2438 if (!islr && next->fd == last_remainder) /* re-insert last_remainder */
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | binman.py | 21 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 D | binman | 21 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 D | buildman | 18 sys.path.insert(1, os.path.join(our_path, '../patman'))
|
| H A D | buildman.py | 18 sys.path.insert(1, os.path.join(our_path, '../patman'))
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | series.py | 172 out.insert(0, line) 176 out.insert(0, '')
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.mips | 28 1) insert flush_cache(all) before calling dcache_disable(), or
|
| H A D | README.unaligned-memory-access.txt | 95 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 D | README.mxs | 182 Last step is to insert the card into the MXS based board and boot.
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/ |
| H A D | chosen.txt | 60 boot-order to direct U-Boot to insert the device the SPL was booted
|
| /rk3399_rockchip-uboot/board/freescale/mpc8536ds/ |
| H A D | README | 115 then insert the SDCard to the active slot to boot up.
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3288-tinker.dtsi | 384 nuvoton,jack-insert-debounce = <7>;
|
| H A D | imx6sl.dtsi | 19 * pre-existing /chosen node to be available to insert the
|
| H A D | imx7s.dtsi | 55 * pre-existing /chosen node to be available to insert the
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 1532 data.insert(linenum + offset, '\timply %s' % config)
|