Searched refs:mode (Results 1 – 14 of 14) sorted by relevance
/tools/ |
A D | bmp_logo.c | 77 int mode, i, x; in main() local 90 mode = MODE_GEN_INFO; in main() 92 mode = MODE_GEN_DATA; in main() 94 mode = MODE_GEN_BMP; in main() 147 if (mode == MODE_GEN_INFO) { in main() 180 if (mode == MODE_GEN_BMP) { in main() 199 if (mode == MODE_GEN_BMP) { in main()
|
A D | mxsimage.h | 182 uint32_t mode; member 183 } mode; member 200 const uint8_t mode; member
|
A D | zynqmp_pm_cfg_obj_convert.py | 254 in_file = open(args.in_file, mode='r') 255 out_file = open(args.out_file, mode='wb')
|
A D | mxsimage.c | 1246 uint32_t mode = 0xffffffff; in sb_build_command_mode() local 1267 mode = modetable[i].mode; in sb_build_command_mode() 1275 mode = modetable[i].mode; in sb_build_command_mode() 1280 if (mode == 0xffffffff) { in sb_build_command_mode() 1293 ccmd->mode.mode = mode; in sb_build_command_mode() 1887 if (ccmd->mode.mode == modetable[i].mode) { in sb_verify_command()
|
A D | mtk_image.h | 170 uint32_t mode; member
|
A D | mtk_image.c | 741 lk->mode = 0xffffffff; /* must be non-zero */ in mtk_image_set_header()
|
/tools/env/ |
A D | fw_env.c | 353 static int flash_io(int mode, void *buf, size_t count); 1380 static int flash_io(int mode, void *buf, size_t count) in flash_io() argument 1385 fd_current = open(DEVNAME(dev_current), mode); in flash_io() 1393 if (mode == O_RDWR) { in flash_io()
|
/tools/binman/ |
A D | entries.rst | 2889 x86 CPUs start up in 16-bit mode, even if they are 32-bit CPUs. This code 2907 x86 CPUs start up in 16-bit mode, even if they are 32-bit CPUs. This code 2925 x86 CPUs start up in 16-bit mode, even if they are 32-bit CPUs. This code 2943 x86 CPUs start up in 16-bit mode, even if they are 32-bit CPUs. This code 2946 CONFIG_SYS_X86_START16. The code is responsible for changing to 32-bit mode 2947 and jumping to U-Boot's entry point, which requires 32-bit mode (for 32-bit 2963 x86 CPUs start up in 16-bit mode, even if they are 32-bit CPUs. This code 2966 CONFIG_SYS_X86_START16. The code is responsible for changing to 32-bit mode 2967 and jumping to U-Boot's entry point, which requires 32-bit mode (for 32-bit 2983 x86 CPUs start up in 16-bit mode, even if they are 32-bit CPUs. This code [all …]
|
A D | README.rst | 144 different format. More recently it has started to support a '-f auto' mode 2298 The special value -T0 selects single-threaded mode, useful for debugging during
|
A D | binman.rst | 144 different format. More recently it has started to support a '-f auto' mode 2298 The special value -T0 selects single-threaded mode, useful for debugging during
|
/tools/buildman/ |
A D | kconfiglib.py | 3888 def _open(self, filename, mode): argument 3922 return open(filename, "rU" if mode == "r" else mode) if _IS_PY2 else \ 3923 open(filename, mode, encoding=self._encoding)
|
A D | README.rst | 674 mode. Use -V to force a verbose build (this passes V=1 to 'make')
|
A D | buildman.rst | 674 mode. Use -V to force a verbose build (this passes V=1 to 'make')
|
/tools/u_boot_pylib/ |
A D | LICENSE | 313 when it starts in an interactive mode:
|
Completed in 36 milliseconds