Searched refs:bootscr_flash_offset (Results 1 - 4 of 4) sorted by relevance

/u-boot/board/xilinx/common/
H A Dboard.c429 u64 bootscr_flash_offset, bootscr_flash_size; local
454 if (!ofnode_read_bootscript_flash(&bootscr_flash_offset,
456 ret |= env_set_hex("script_offset_f", bootscr_flash_offset);
/u-boot/include/dm/
H A Dofnode.h1613 * @bootscr_flash_offset: pointer to 64bit offset where bootscr-flash-offset
1628 int ofnode_read_bootscript_flash(u64 *bootscr_flash_offset,
1652 static inline int ofnode_read_bootscript_flash(u64 *bootscr_flash_offset, argument
/u-boot/test/dm/
H A Dofnode.c616 u64 bootscr_flash_offset, bootscr_flash_size; local
623 ut_assertok(ofnode_read_bootscript_flash(&bootscr_flash_offset,
625 ut_asserteq_64(0, bootscr_flash_offset);
/u-boot/drivers/core/
H A Dofnode.c1762 int ofnode_read_bootscript_flash(u64 *bootscr_flash_offset, argument
1768 *bootscr_flash_offset = 0;
1778 bootscr_flash_offset);
1789 *bootscr_flash_offset = 0;

Completed in 70 milliseconds