Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 23 of 23) sorted by relevance

/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog_usb.c76 u32 destination = DEFAULT_ADDRESS; /* destination address */ in stm32prog_cmd_read() local
93 destination = STM32_DDR_BASE; in stm32prog_cmd_read()
98 *pt_buf++ = (u8)(destination); in stm32prog_cmd_read()
99 *pt_buf++ = (u8)(destination >> 8); in stm32prog_cmd_read()
100 *pt_buf++ = (u8)(destination >> 16); in stm32prog_cmd_read()
101 *pt_buf++ = (u8)(destination >> 24); in stm32prog_cmd_read()
A Dstm32prog_serial.c515 u32 destination = DEFAULT_ADDRESS; /* destination address */ in get_phase_command() local
523 destination = STM32_DDR_BASE; in get_phase_command()
527 stm32prog_serial_putc(destination); /* byte 1 of address */ in get_phase_command()
528 stm32prog_serial_putc(destination >> 8); /* byte 2 of address */ in get_phase_command()
529 stm32prog_serial_putc(destination >> 16); /* byte 3 of address */ in get_phase_command()
530 stm32prog_serial_putc(destination >> 24); /* byte 4 of address */ in get_phase_command()
/u-boot/include/fsl-mc/
A Dfsl_dpni.h231 MC_RSP_OP(cmd, 1, 0, 32, uint32_t, (queue)->destination.id); \
232 MC_RSP_OP(cmd, 1, 56, 4, enum dpni_dest, (queue)->destination.type); \
233 MC_RSP_OP(cmd, 1, 62, 1, char, (queue)->destination.stash_ctrl); \
234 MC_RSP_OP(cmd, 1, 63, 1, char, (queue)->destination.hold_active); \
247 MC_CMD_OP(cmd, 1, 0, 32, uint32_t, (queue)->destination.id); \
248 MC_CMD_OP(cmd, 1, 56, 4, enum dpni_dest, (queue)->destination.type); \
249 MC_CMD_OP(cmd, 1, 62, 1, char, (queue)->destination.stash_ctrl); \
250 MC_CMD_OP(cmd, 1, 63, 1, char, (queue)->destination.hold_active); \
251 MC_CMD_OP(cmd, 1, 0, 32, uint32_t, (queue)->destination.id); \
1199 } destination; member
/u-boot/doc/mvebu/cmd/
A Dbubt.txt5 The bubt command gets the following parameters: ATF file name, destination device and source device.
6 bubt [file-name] [destination [source]]
8 - destination Flash to burn to [spi, nand, mmc]. default = active flash
/u-boot/board/xilinx/zynq/
A DKconfig19 and places the decrypted image at destination address.
/u-boot/doc/device-tree-bindings/misc/
A Desm-k3.txt8 destination, which can be system reset, interrupt controller, etc. In
/u-boot/arch/arm/include/asm/arch-tegra/
A Dwarmboot.h44 u32 destination; /* destination address to put the wb code */ member
/u-boot/arch/xtensa/cpu/
A Dstart.S155 l32i a4, a2, 0 # start destination (in RAM)
156 l32i a5, a2, 4 # end destination (in RAM)
160 beq a4, a6, 1b # skip, source and destination are the same
/u-boot/drivers/net/
A Daltera_tse.h65 u32 destination; /* the address to write data */ member
A Daltera_tse.c49 desc->destination = virt_to_phys(write_addr); in alt_sgdma_construct_descriptor()
/u-boot/doc/usage/
A Dnetconsole.rst15 port of the destination. The format is <ip_addr>:<port>. If <port> is
20 the 'ncinport' environment variable and the destination port can be
/u-boot/doc/arch/
A Darm64.rst26 the U-Boot will be relocated to destination again.
/u-boot/arch/arm/mach-tegra/tegra20/
A Dwarmboot.c350 dst_header->destination = NV_WB_RUN_ADDRESS; in warmboot_prepare_code()
/u-boot/doc/
A DREADME.omap3120 Config source, destination and size of a transfer
A DREADME.unaligned-memory-access.txt231 where the source or destination (or both) are of type u8* or unsigned char*.
A DREADME.POST512 of the destination register. After executing the instruction,
513 the test will verify the value of the destination register and
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/
A Dfsp-m.txt187 - fspm,fw-trace-destination: FW Trace Destination
/u-boot/lib/efi_loader/
A Defi_boottime.c2751 static void EFIAPI efi_copy_mem(void *destination, const void *source, in efi_copy_mem() argument
2754 EFI_ENTRY("%p, %p, %ld", destination, source, (unsigned long)length); in efi_copy_mem()
2755 memmove(destination, source, length); in efi_copy_mem()
/u-boot/scripts/
A Dspelling.txt381 destionation||destination
/u-boot/include/
A Defi_api.h190 void (EFIAPI *copy_mem)(void *destination, const void *source,
/u-boot/tools/patman/
A DREADME456 the destination. So amend the top commit with:
/u-boot/
A DREADME1327 U-Boot will use this to determine if it is the destination of
2000 the TFTP UDP destination port value. If tftpdstp isn't
2526 If defined, the content of the flash (destination) is compared
3356 destination port instead of the Well Know Port 69.
/u-boot/tools/binman/
A DREADME596 It is possible to extract all files into a destination directory, which will

Completed in 41 milliseconds