Home
last modified time | relevance | path

Searched refs:table_list (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_discovery.c207 info = &bhdr->table_list[IP_DISCOVERY]; in amdgpu_discovery_init()
225 info = &bhdr->table_list[GC]; in amdgpu_discovery_init()
273 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_reg_base_init()
350 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_get_ip_version()
390 le16_to_cpu(bhdr->table_list[GC].offset)); in amdgpu_discovery_get_gfx_info()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Ddiscovery.h62 table_info table_list[TOTAL_TABLES]; member