Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientSMC.h15 const TEEC_UUID * destination,
H A Dtee_client_api.h430 const TEEC_UUID *destination,
/rk3399_rockchip-uboot/doc/mvebu/cmd/
H 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
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientApiLib.c326 const TEEC_UUID *destination, in TEEC_OpenSession() argument
337 if ((context == NULL) || (session == NULL) || (destination == NULL)) { in TEEC_OpenSession()
357 TeecResult = TEEC_SMC_OpenSession(context, session, destination, in TEEC_OpenSession()
H A DOpteeClientSMC.c46 const TEEC_UUID *destination, in TEEC_SMC_OpenSession() argument
93 destination, in TEEC_SMC_OpenSession()
106 tee_uuid_to_octets(session_uuid, destination); in TEEC_SMC_OpenSession()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/
H A Dwarmboot.h45 u32 destination; /* destination address to put the wb code */ member
/rk3399_rockchip-uboot/arch/xtensa/cpu/
H A Dstart.S156 l32i a4, a2, 0 # start destination (in RAM)
157 l32i a5, a2, 4 # end destination (in RAM)
161 beq a4, a6, 1b # skip, source and destination are the same
/rk3399_rockchip-uboot/doc/
H A DREADME.NetConsole12 port of the destination. The format is <ip_addr>:<port>. If <port> is
17 the 'ncinport' environment variable and the destination port can be
H A DREADME.arm6423 the U-Boot will be relocated to destination again.
H A DREADME.omap3137 Config source, destination and size of a transfer
H A DREADME.unaligned-memory-access.txt231 where the source or destination (or both) are of type u8* or unsigned char*.
H A DREADME.POST523 of the destination register. After executing the instruction,
524 the test will verify the value of the destination register and
/rk3399_rockchip-uboot/drivers/net/
H A Daltera_tse.h64 u32 destination; /* the address to write data */ member
H A Daltera_tse.c46 desc->destination = virt_to_phys(write_addr); in alt_sgdma_construct_descriptor()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot.c350 dst_header->destination = NV_WB_RUN_ADDRESS; in warmboot_prepare_code()
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c1148 static void EFIAPI efi_copy_mem(void *destination, void *source, in efi_copy_mem() argument
1151 EFI_ENTRY("%p, %p, %ld", destination, source, length); in efi_copy_mem()
1152 memcpy(destination, source, length); in efi_copy_mem()
/rk3399_rockchip-uboot/include/
H A Defi_api.h157 void (EFIAPI *copy_mem)(void *destination, void *source,
/rk3399_rockchip-uboot/tools/patman/
H A DREADME354 the destination. So amend the top commit with:
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.tab.c_shipped435 /* Copy COUNT objects from SRC to DST. The source and destination do
/rk3399_rockchip-uboot/
H A DREADME1594 U-Boot will use this to determine if it is the destination of
2370 the TFTP UDP destination port value. If tftpdstp isn't
3146 If defined, the content of the flash (destination) is compared
4020 destination port instead of the Well Know Port 69.
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.tab.c_shipped422 /* Copy COUNT objects from SRC to DST. The source and destination do