Searched refs:harvest_info (Results 1 – 2 of 2) sorted by relevance
260 typedef struct harvest_info { struct264 } harvest_info; argument268 harvest_info list[32];
543 struct harvest_table *harvest_info; in amdgpu_discovery_read_from_harvest_table() local556 harvest_info = (struct harvest_table *)(adev->mman.discovery_bin + offset); in amdgpu_discovery_read_from_harvest_table()559 if (le16_to_cpu(harvest_info->list[i].hw_id) == 0) in amdgpu_discovery_read_from_harvest_table()562 switch (le16_to_cpu(harvest_info->list[i].hw_id)) { in amdgpu_discovery_read_from_harvest_table()565 if (harvest_info->list[i].number_instance == 0) in amdgpu_discovery_read_from_harvest_table()575 1 << (le16_to_cpu(harvest_info->list[i].number_instance)); in amdgpu_discovery_read_from_harvest_table()
Completed in 8 milliseconds