Searched refs:bhdrv2 (Results 1 – 1 of 1) sorted by relevance
586 struct binary_header_v2 *bhdrv2; in amdgpu_discovery_get_table_info_from_bin() local590 bhdrv2 = (struct binary_header_v2 *)discovery_bin; in amdgpu_discovery_get_table_info_from_bin()591 return &bhdrv2->table_list[table_id]; in amdgpu_discovery_get_table_info_from_bin()2223 struct binary_header_v2 bhdrv2; in amdgpu_discovery_refresh_nps_info() local2232 amdgpu_device_vram_access(adev, pos, &bhdrv2, sizeof(bhdrv2), false); in amdgpu_discovery_refresh_nps_info()2233 offset = le16_to_cpu(bhdrv2.table_list[NPS_INFO].offset); in amdgpu_discovery_refresh_nps_info()2234 checksum = le16_to_cpu(bhdrv2.table_list[NPS_INFO].checksum); in amdgpu_discovery_refresh_nps_info()