Searched refs:harvest_info (Results 1 – 2 of 2) sorted by relevance
318 typedef struct harvest_info { struct322 } harvest_info; argument326 harvest_info list[32];
590 struct harvest_table *harvest_info; in amdgpu_discovery_read_from_harvest_table() local603 harvest_info = (struct harvest_table *)(adev->mman.discovery_bin + offset); in amdgpu_discovery_read_from_harvest_table()606 if (le16_to_cpu(harvest_info->list[i].hw_id) == 0) in amdgpu_discovery_read_from_harvest_table()609 switch (le16_to_cpu(harvest_info->list[i].hw_id)) { in amdgpu_discovery_read_from_harvest_table()613 (1 << harvest_info->list[i].number_instance); in amdgpu_discovery_read_from_harvest_table()615 (1 << harvest_info->list[i].number_instance); in amdgpu_discovery_read_from_harvest_table()618 ~(1U << harvest_info->list[i].number_instance); in amdgpu_discovery_read_from_harvest_table()620 ~(1U << harvest_info->list[i].number_instance); in amdgpu_discovery_read_from_harvest_table()627 1 << (le16_to_cpu(harvest_info->list[i].number_instance)); in amdgpu_discovery_read_from_harvest_table()632 ~(1U << harvest_info->list[i].number_instance); in amdgpu_discovery_read_from_harvest_table()[all …]