Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dzynqmpimage.c256 uint32_t ph_offset; in zynqmpimage_print_header() local
260 ph_offset = le32_to_cpu(iht->partition_header_offset) * 4; in zynqmpimage_print_header()
261 ph = (void *)ptr + ph_offset; in zynqmpimage_print_header()