Searched refs:binary_checksum (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/include/
H A Ddiscovery.h62 uint16_t binary_checksum; /* Byte sum of the binary after this field */ member in struct:binary_header
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c403 offset = offsetof(struct binary_header, binary_checksum) +
404 sizeof(bhdr->binary_checksum);
406 checksum = le16_to_cpu(bhdr->binary_checksum);

Completed in 101 milliseconds