Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_ucode.h172 uint32_t io_debug_size_bytes; /* size of debug array in dwords */ member
H A Dradeon_ucode.c58 le32_to_cpu(mc_hdr->io_debug_size_bytes)); in radeon_ucode_print_mc_hdr()
H A Dsi.c1579 regs_size = le32_to_cpu(hdr->io_debug_size_bytes) / (4 * 2); in si_mc_load_microcode()
H A Dcik.c1876 regs_size = le32_to_cpu(hdr->io_debug_size_bytes) / (4 * 2); in ci_mc_load_microcode()
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ucode.h42 uint32_t io_debug_size_bytes; /* size of debug array in dwords */ member
H A Damdgpu_ucode.c59 le32_to_cpu(mc_hdr->io_debug_size_bytes)); in amdgpu_ucode_print_mc_hdr()
H A Dgmc_v8_0.c317 regs_size = le32_to_cpu(hdr->io_debug_size_bytes) / (4 * 2); in gmc_v8_0_tonga_mc_load_microcode()
386 regs_size = le32_to_cpu(hdr->io_debug_size_bytes) / (4 * 2); in gmc_v8_0_polaris_mc_load_microcode()
H A Dgmc_v7_0.c192 regs_size = le32_to_cpu(hdr->io_debug_size_bytes) / (4 * 2); in gmc_v7_0_mc_load_microcode()