Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Duboot_image.h221 uint32_t ih_dcrc; /* Image Data CRC Checksum */ member
H A Dloader.c526 bswap32s(&hdr->ih_dcrc); in bswap_uboot_header()
/openbmc/u-boot/tools/
H A Ddefault_image.c78 checksum = be32_to_cpu(hdr->ih_dcrc); in image_verify_header()
/openbmc/u-boot/include/
H A Dimage.h344 __be32 ih_dcrc; /* Image Data CRC Checksum */ member