/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
A D | stm32prog_usb.c | 76 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 D | stm32prog_serial.c | 515 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 D | fsl_dpni.h | 231 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 D | bubt.txt | 5 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 D | Kconfig | 19 and places the decrypted image at destination address.
|
/u-boot/doc/device-tree-bindings/misc/ |
A D | esm-k3.txt | 8 destination, which can be system reset, interrupt controller, etc. In
|
/u-boot/arch/arm/include/asm/arch-tegra/ |
A D | warmboot.h | 44 u32 destination; /* destination address to put the wb code */ member
|
/u-boot/arch/xtensa/cpu/ |
A D | start.S | 155 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 D | altera_tse.h | 65 u32 destination; /* the address to write data */ member
|
A D | altera_tse.c | 49 desc->destination = virt_to_phys(write_addr); in alt_sgdma_construct_descriptor()
|
/u-boot/doc/usage/ |
A D | netconsole.rst | 15 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 D | arm64.rst | 26 the U-Boot will be relocated to destination again.
|
/u-boot/arch/arm/mach-tegra/tegra20/ |
A D | warmboot.c | 350 dst_header->destination = NV_WB_RUN_ADDRESS; in warmboot_prepare_code()
|
/u-boot/doc/ |
A D | README.omap3 | 120 Config source, destination and size of a transfer
|
A D | README.unaligned-memory-access.txt | 231 where the source or destination (or both) are of type u8* or unsigned char*.
|
A D | README.POST | 512 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 D | fsp-m.txt | 187 - fspm,fw-trace-destination: FW Trace Destination
|
/u-boot/lib/efi_loader/ |
A D | efi_boottime.c | 2751 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 D | spelling.txt | 381 destionation||destination
|
/u-boot/include/ |
A D | efi_api.h | 190 void (EFIAPI *copy_mem)(void *destination, const void *source,
|
/u-boot/tools/patman/ |
A D | README | 456 the destination. So amend the top commit with:
|
/u-boot/ |
A D | README | 1327 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 D | README | 596 It is possible to extract all files into a destination directory, which will
|