Searched refs:target (Results 26 - 50 of 106) sorted by relevance

12345

/u-boot/drivers/power/
H A Dtps6586x.c138 static int calculate_next_voltage(int voltage, int target, int step) argument
140 int diff = voltage < target ? step : -step;
142 if (abs(target - voltage) > step)
145 voltage = target;
/u-boot/test/dm/
H A Dsimple-bus.c28 ut_asserteq(0x8000, plat->target);
/u-boot/lib/zstd/common/
H A Dcompiler.h74 /* target attribute */
75 #define TARGET_ATTRIBUTE(target) __attribute__((__target__(target)))
/u-boot/test/py/tests/
H A Dtest_cleanup_build.py39 def _run_make(build_dir, target):
40 cmd = ["make", f"O={build_dir}", target]
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dstm32prog.c465 part->target = STM32PROG_NONE;
467 part->target = STM32PROG_MMC;
470 part->target = STM32PROG_NOR;
473 part->target = STM32PROG_NAND;
476 part->target = STM32PROG_SPI_NAND;
479 part->target = STM32PROG_RAM;
724 static void get_mtd_by_target(char *string, enum stm32prog_target target, argument
729 switch (target) {
763 switch (dev->target) {
766 stm32prog_err("unknown device type = %d", dev->target);
[all...]
H A Dstm32prog.h128 enum stm32prog_target target; member in struct:stm32prog_dev_t
144 enum stm32prog_target target; member in struct:stm32prog_part_t
/u-boot/post/drivers/
H A Dmemory.c33 * pattern to the target location, write a different pattern elsewhere
35 * the target location back.
37 * o Always read the target location EXACTLY ONCE and save it in a local
38 * variable. The problem with reading the target location more than
241 ulong *target; local
250 target = (ulong *)((ulong)testaddr ^ xor);
251 if((target >= base) && (target < end)) {
252 *testaddr = ~*target;
253 readback = *target;
[all...]
/u-boot/tools/buildman/
H A Dbuilderthread.py54 """Remove any old output-target files
83 target = os.path.basename(fname)
85 base, ext = os.path.splitext(target)
87 target = f'{base}-{dirname}{ext}'
88 shutil.copy(fname, os.path.join(build_dir, target))
280 'make cfg' target)
315 done_file = self.builder.get_done_file(commit_upto, brd.target)
332 err_file = self.builder.get_err_file(commit_upto, brd.target)
358 out_rel_dir = os.path.join('..', brd.target)
412 config_args = [f'{brd.target}_defconfi
[all...]
/u-boot/include/linux/mtd/
H A Dnand.h24 * @luns_per_target: number of LUN per target (target is a synonym for die)
66 * @target: the NAND target/die
73 * appropriate target/die and generate a row address to pass to the device.
76 unsigned int target; member in struct:nand_pos
298 * nanddev_target_size() - Get the total size provided by a single target/die
301 * Return: the total size exposed by a single target/die in bytes.
455 pos->target = tmp;
472 if (a->target !
[all...]
/u-boot/drivers/scsi/
H A Dscsi.c137 pccb->target = block_dev->target;
207 pccb->target = block_dev->target;
373 dev_desc->target = 0xff;
386 * @target: target id
387 * @lun: target lun
395 static int scsi_detect_dev(struct udevice *dev, int target, int lun, argument
404 pccb->target
[all...]
/u-boot/arch/x86/
H A Dconfig.mk72 OBJCOPYFLAGS_EFI += --target=efi-app-$(EFIARCH)
130 EFI_TARGET := --target=efi-app-x86_64
132 EFI_TARGET := --target=efi-app-ia32
/u-boot/arch/arm/mach-orion5x/include/mach/
H A Dcpu.h18 #define ORION5X_CPU_WIN_CTRL_DATA(size, target, attr, en) (en | (target << 4) \
/u-boot/cmd/
H A Dpci_mps.c54 static int pci_mps_set_bus(struct udevice *bus, unsigned int target) argument
57 u32 mpss, target_mps = (u32)(target << 5);
/u-boot/drivers/mtd/nand/spi/
H A Dcore.c141 * spinand_select_target() - Select a specific NAND target/die
143 * @target: the target/die to select
145 * Select a new target/die. If chip only has one die, this function is a NOOP.
149 int spinand_select_target(struct spinand_device *spinand, unsigned int target) argument
154 if (WARN_ON(target >= nand->memorg.ntargets))
157 if (spinand->cur_target == target)
161 spinand->cur_target = target;
165 ret = spinand->select_target(spinand, target);
169 spinand->cur_target = target;
177 unsigned int target; local
[all...]
H A Dwinbond.c67 unsigned int target)
76 *spinand->scratchbuf = target;
66 w25m02gv_select_target(struct spinand_device *spinand, unsigned int target) argument
H A Dmicron.c134 unsigned int target)
139 if (target > 1)
142 *spinand->scratchbuf = MICRON_SELECT_DIE(target);
133 micron_select_target(struct spinand_device *spinand, unsigned int target) argument
/u-boot/drivers/ddr/marvell/a38x/
H A Dxor.h86 int mv_xor_override_set(u32 chan, enum xor_override_target target, u32 win_num,
/u-boot/include/
H A Dndisc.h18 struct in6_addr target; member in struct:nd_msg
/u-boot/arch/mips/mach-mtmips/
H A Dddr_init.c35 volatile ulong *target = (volatile ulong *)(KSEG1 + addr); local
38 *target = val;
44 volatile ulong *target = (volatile ulong *)(KSEG1 + addr); local
48 val = *target;
/u-boot/boot/
H A Dfdt_region.c199 const void *fdt, int target)
204 target += fdt_off_dt_struct(fdt);
206 if (target >= reg->offset && target < reg->offset + reg->size)
271 int target, next; local
275 target = fdt_path_offset(fdt, name);
276 if (!region_list_contains_offset(info, fdt, target))
198 region_list_contains_offset(struct fdt_region_state *info, const void *fdt, int target) argument
/u-boot/arch/arm/mach-omap2/
H A Dconfig_secure.mk47 # Standard X-LOADER target (QPSI, NOR flash)
60 # Standard 2ND target (certain peripheral boot modes)
64 # Standard ULO target (certain peripheral boot modes)
68 # Standard ISSW target (certain devices, various boot modes), when copied to
78 # so we use the SPI_X-LOADER target instead of X-LOADER and let the
/u-boot/doc/sphinx/
H A DrstFlatTable.py330 target = None
336 elif isinstance(child , nodes.target):
337 target = child
354 if target is not None:
355 cellElements.insert(0, target)
/u-boot/fs/btrfs/
H A Dinode.c16 * Read the content of symlink inode @ino of @root, into @target.
17 * NOTE: @target will not be \0 termiated, caller should handle it properly.
22 int btrfs_readlink(struct btrfs_root *root, u64 ino, char *target) argument
62 read_extent_buffer(path.nodes[0], target,
306 char *target; local
312 target = malloc(fs_info->sectorsize);
313 if (!target)
315 ret = btrfs_readlink(root, key.objectid, target);
317 free(target);
320 target[re
[all...]
/u-boot/arch/sandbox/
H A Dconfig.mk49 EFI_TARGET := --target=efi-app-x86_64
52 EFI_TARGET := --target=efi-app-ia32
/u-boot/arch/x86/cpu/i386/
H A Dcpu.c602 int cpu_jump_to_64bit(ulong setup_base, ulong target) argument
611 cpu_call64((ulong)pgtable, setup_base, target);
623 int cpu_jump_to_64bit_uboot(ulong target) argument
631 cpu_call64(PAGETABLE_BASE, 0, (ulong)target);

Completed in 255 milliseconds

12345