Searched refs:dst_offset (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hisi_mcu.c | 42 uint32_t dst_offset; /* offset in memory */ member 99 ap_dst_offset = mcu2ap_addr(sec->dst_offset); in is_binary_section_invalid() 112 __func__, sec->serial, sec->dst_offset, sec->size); in is_binary_section_invalid() 186 dst = (int *)(intptr_t)mcu2ap_addr(head->secs[i].dst_offset); in hisi_mcu_load_image()
|
| /rk3399_ARM-atf/tools/nxp/create_pbl/ |
| H A D | create_pbl.c | 619 uint32_t dst_offset; in add_cpy_cmd() local 624 dst_offset = pblimg.addr; in add_cpy_cmd() 667 dst_offset &= OFFSET_MASK; in add_cpy_cmd() 668 pbi_cmd = WRITE_CMD_BASE | dst_offset; in add_cpy_cmd() 681 dst_offset += MAX_PBI_DATA_LEN_BYTE; in add_cpy_cmd()
|
| /rk3399_ARM-atf/drivers/nxp/sd/ |
| H A D | sd_mmc.c | 1404 int esdhc_write(struct mmc *mmc, uintptr_t src, uint32_t dst_offset, in esdhc_write() argument 1413 INFO("src = %x, dst = %lxsize = %lu\n", src, dst_offset, size); in esdhc_write() 1426 if ((dst_offset % mmc->card.block_len) != 0) { in esdhc_write() 1432 blk = dst_offset / mmc->card.block_len; in esdhc_write()
|
| /rk3399_ARM-atf/include/drivers/nxp/sd/ |
| H A D | sd_mmc.h | 324 int esdhc_write(struct mmc *mmc, uintptr_t src, uint32_t dst_offset,
|