Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c190 offset = offsetof(struct binary_header, binary_checksum) + in amdgpu_discovery_init()
191 sizeof(bhdr->binary_checksum); in amdgpu_discovery_init()
193 checksum = bhdr->binary_checksum; in amdgpu_discovery_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Ddiscovery.h58 uint16_t binary_checksum; /* Byte sum of the binary after this field */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H A Ddiscovery.h62 uint16_t binary_checksum; /* Byte sum of the binary after this field */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c387 offset = offsetof(struct binary_header, binary_checksum) + in amdgpu_discovery_init()
388 sizeof(bhdr->binary_checksum); in amdgpu_discovery_init()
390 checksum = le16_to_cpu(bhdr->binary_checksum); in amdgpu_discovery_init()

Completed in 6 milliseconds