Searched refs:bhdrv2 (Results 1 – 1 of 1) sorted by relevance
530 struct binary_header_v2 *bhdrv2; in amdgpu_discovery_get_table_info() local534 bhdrv2 = (struct binary_header_v2 *)adev->discovery.bin; in amdgpu_discovery_get_table_info()535 *info = &bhdrv2->table_list[table_id]; in amdgpu_discovery_get_table_info()1951 struct binary_header_v2 bhdrv2; in amdgpu_discovery_refresh_nps_info() local1960 amdgpu_device_vram_access(adev, pos, &bhdrv2, sizeof(bhdrv2), false); in amdgpu_discovery_refresh_nps_info()1961 offset = le16_to_cpu(bhdrv2.table_list[NPS_INFO].offset); in amdgpu_discovery_refresh_nps_info()1962 checksum = le16_to_cpu(bhdrv2.table_list[NPS_INFO].checksum); in amdgpu_discovery_refresh_nps_info()