Home
last modified time | relevance | path

Searched refs:io_debug_size_bytes (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dradeon_ucode.h172 uint32_t io_debug_size_bytes; /* size of debug array in dwords */ member
H A Dradeon_ucode.c59 le32_to_cpu(mc_hdr->io_debug_size_bytes)); in radeon_ucode_print_mc_hdr()
H A Dsi.c1568 regs_size = le32_to_cpu(hdr->io_debug_size_bytes) / (4 * 2); in si_mc_load_microcode()
H A Dcik.c1878 regs_size = le32_to_cpu(hdr->io_debug_size_bytes) / (4 * 2); in ci_mc_load_microcode()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.h44 uint32_t io_debug_size_bytes; /* size of debug array in dwords */ member
H A Dgmc_v8_0.c296 regs_size = le32_to_cpu(hdr->io_debug_size_bytes) / (4 * 2); in gmc_v8_0_tonga_mc_load_microcode()
365 regs_size = le32_to_cpu(hdr->io_debug_size_bytes) / (4 * 2); in gmc_v8_0_polaris_mc_load_microcode()
H A Dgmc_v6_0.c155 regs_size = le32_to_cpu(hdr->io_debug_size_bytes) / (4 * 2); in gmc_v6_0_mc_load_microcode()
H A Dgmc_v7_0.c186 regs_size = le32_to_cpu(hdr->io_debug_size_bytes) / (4 * 2); in gmc_v7_0_mc_load_microcode()
H A Damdgpu_ucode.c61 le32_to_cpu(mc_hdr->io_debug_size_bytes)); in amdgpu_ucode_print_mc_hdr()