Symbol: mc_firmware_header_v1_0
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
62
const struct mc_firmware_header_v1_0 *mc_hdr =
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
63
container_of(hdr, struct mc_firmware_header_v1_0, header);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.h
434
struct mc_firmware_header_v1_0 mc;
sys/dev/pci/drm/amd/amdgpu/gmc_v6_0.c
151
const struct mc_firmware_header_v1_0 *hdr;
sys/dev/pci/drm/amd/amdgpu/gmc_v6_0.c
156
hdr = (const struct mc_firmware_header_v1_0 *)adev->gmc.fw->data;
sys/dev/pci/drm/amd/amdgpu/gmc_v7_0.c
179
const struct mc_firmware_header_v1_0 *hdr;
sys/dev/pci/drm/amd/amdgpu/gmc_v7_0.c
188
hdr = (const struct mc_firmware_header_v1_0 *)adev->gmc.fw->data;
sys/dev/pci/drm/amd/amdgpu/gmc_v8_0.c
281
const struct mc_firmware_header_v1_0 *hdr;
sys/dev/pci/drm/amd/amdgpu/gmc_v8_0.c
298
hdr = (const struct mc_firmware_header_v1_0 *)adev->gmc.fw->data;
sys/dev/pci/drm/amd/amdgpu/gmc_v8_0.c
350
const struct mc_firmware_header_v1_0 *hdr;
sys/dev/pci/drm/amd/amdgpu/gmc_v8_0.c
367
hdr = (const struct mc_firmware_header_v1_0 *)adev->gmc.fw->data;
sys/dev/pci/drm/radeon/cik.c
1873
const struct mc_firmware_header_v1_0 *hdr =
sys/dev/pci/drm/radeon/cik.c
1874
(const struct mc_firmware_header_v1_0 *)rdev->mc_fw->data;
sys/dev/pci/drm/radeon/radeon_ucode.c
55
const struct mc_firmware_header_v1_0 *mc_hdr =
sys/dev/pci/drm/radeon/radeon_ucode.c
56
container_of(hdr, struct mc_firmware_header_v1_0, header);
sys/dev/pci/drm/radeon/radeon_ucode.h
212
struct mc_firmware_header_v1_0 mc;
sys/dev/pci/drm/radeon/si.c
1564
const struct mc_firmware_header_v1_0 *hdr =
sys/dev/pci/drm/radeon/si.c
1565
(const struct mc_firmware_header_v1_0 *)rdev->mc_fw->data;