Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 14 of 14) sorted by relevance

/tools/
A Dbmp_logo.c77 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 Dmxsimage.h182 uint32_t mode; member
183 } mode; member
200 const uint8_t mode; member
A Dzynqmp_pm_cfg_obj_convert.py254 in_file = open(args.in_file, mode='r')
255 out_file = open(args.out_file, mode='wb')
A Dmxsimage.c1246 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 Dmtk_image.h170 uint32_t mode; member
A Dmtk_image.c741 lk->mode = 0xffffffff; /* must be non-zero */ in mtk_image_set_header()
/tools/env/
A Dfw_env.c353 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 Dentries.rst2889 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 DREADME.rst144 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 Dbinman.rst144 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 Dkconfiglib.py3888 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 DREADME.rst674 mode. Use -V to force a verbose build (this passes V=1 to 'make')
A Dbuildman.rst674 mode. Use -V to force a verbose build (this passes V=1 to 'make')
/tools/u_boot_pylib/
A DLICENSE313 when it starts in an interactive mode:

Completed in 36 milliseconds