HomeSort by: relevance | last modified time | path
    Searched defs:bhdr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_discovery.c 169 struct binary_header *bhdr; local in function:amdgpu_discovery_init
187 bhdr = (struct binary_header *)adev->discovery;
189 if (le32_to_cpu(bhdr->binary_signature) != BINARY_SIGNATURE) {
196 sizeof(bhdr->binary_checksum);
197 size = bhdr->binary_size - offset;
198 checksum = bhdr->binary_checksum;
207 info = &bhdr->table_list[IP_DISCOVERY];
225 info = &bhdr->table_list[GC];
254 struct binary_header *bhdr; local in function:amdgpu_discovery_reg_base_init
271 bhdr = (struct binary_header *)adev->discovery
333 struct binary_header *bhdr; local in function:amdgpu_discovery_get_ip_version
380 struct binary_header *bhdr; local in function:amdgpu_discovery_get_gfx_info
    [all...]
amdgpu_discovery.c 169 struct binary_header *bhdr; local in function:amdgpu_discovery_init
187 bhdr = (struct binary_header *)adev->discovery;
189 if (le32_to_cpu(bhdr->binary_signature) != BINARY_SIGNATURE) {
196 sizeof(bhdr->binary_checksum);
197 size = bhdr->binary_size - offset;
198 checksum = bhdr->binary_checksum;
207 info = &bhdr->table_list[IP_DISCOVERY];
225 info = &bhdr->table_list[GC];
254 struct binary_header *bhdr; local in function:amdgpu_discovery_reg_base_init
271 bhdr = (struct binary_header *)adev->discovery
333 struct binary_header *bhdr; local in function:amdgpu_discovery_get_ip_version
380 struct binary_header *bhdr; local in function:amdgpu_discovery_get_gfx_info
    [all...]

Completed in 25 milliseconds