OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_debug_size_bytes
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ucode.c
63
DRM_DEBUG("
io_debug_size_bytes
: %u\n",
64
le32_to_cpu(mc_hdr->
io_debug_size_bytes
));
radeon_ucode.h
174
uint32_t
io_debug_size_bytes
; /* size of debug array in dwords */
member in struct:mc_firmware_header_v1_0
radeon_si.c
1600
regs_size = le32_to_cpu(hdr->
io_debug_size_bytes
) / (4 * 2);
radeon_cik.c
1904
regs_size = le32_to_cpu(hdr->
io_debug_size_bytes
) / (4 * 2);
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ucode.h
46
uint32_t
io_debug_size_bytes
; /* size of debug array in dwords */
member in struct:mc_firmware_header_v1_0
amdgpu_ucode.c
65
DRM_DEBUG("
io_debug_size_bytes
: %u\n",
66
le32_to_cpu(mc_hdr->
io_debug_size_bytes
));
amdgpu_gmc_v8_0.c
326
regs_size = le32_to_cpu(hdr->
io_debug_size_bytes
) / (4 * 2);
395
regs_size = le32_to_cpu(hdr->
io_debug_size_bytes
) / (4 * 2);
amdgpu_gmc_v6_0.c
183
regs_size = le32_to_cpu(hdr->
io_debug_size_bytes
) / (4 * 2);
amdgpu_gmc_v7_0.c
201
regs_size = le32_to_cpu(hdr->
io_debug_size_bytes
) / (4 * 2);
Completed in 117 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025