Home
last modified time | relevance | path

Searched refs:smc_firmware_header_v1_0 (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_ucode.h177 struct smc_firmware_header_v1_0 { struct
213 struct smc_firmware_header_v1_0 smc;
H A Dradeon_ucode.c76 const struct smc_firmware_header_v1_0 *smc_hdr = in radeon_ucode_print_smc_hdr()
77 container_of(hdr, struct smc_firmware_header_v1_0, header); in radeon_ucode_print_smc_hdr()
H A Dci_smc.c198 const struct smc_firmware_header_v1_0 *hdr = in ci_load_smc_ucode()
199 (const struct smc_firmware_header_v1_0 *)rdev->smc_fw->data; in ci_load_smc_ucode()
H A Dsi_smc.c223 const struct smc_firmware_header_v1_0 *hdr = in si_load_smc_ucode()
224 (const struct smc_firmware_header_v1_0 *)rdev->smc_fw->data; in si_load_smc_ucode()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ucode.h49 struct smc_firmware_header_v1_0 { struct
56 struct smc_firmware_header_v1_0 v1_0; argument
69 struct smc_firmware_header_v1_0 v1_0;
384 struct smc_firmware_header_v1_0 smc;
H A Damdgpu_cgs.c246 const struct smc_firmware_header_v1_0 *hdr; in amdgpu_cgs_get_firmware_info()
431 hdr = (const struct smc_firmware_header_v1_0 *) adev->pm.fw->data; in amdgpu_cgs_get_firmware_info()
H A Damdgpu_ucode.c71 const struct smc_firmware_header_v1_0 *v1_0_hdr; in amdgpu_ucode_print_smc_hdr()
79 v1_0_hdr = container_of(hdr, struct smc_firmware_header_v1_0, header); in amdgpu_ucode_print_smc_hdr()
/openbsd/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_si_smc.c205 const struct smc_firmware_header_v1_0 *hdr; in amdgpu_si_load_smc_ucode()
215 hdr = (const struct smc_firmware_header_v1_0 *)adev->pm.fw->data; in amdgpu_si_load_smc_ucode()
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c99 const struct smc_firmware_header_v1_0 *hdr; in smu_v11_0_init_microcode()
116 hdr = (const struct smc_firmware_header_v1_0 *) adev->pm.fw->data; in smu_v11_0_init_microcode()
147 const struct smc_firmware_header_v1_0 *hdr; in smu_v11_0_load_microcode()
153 hdr = (const struct smc_firmware_header_v1_0 *) adev->pm.fw->data; in smu_v11_0_load_microcode()
318 const struct smc_firmware_header_v1_0 *hdr; in smu_v11_0_setup_pptable()
327 hdr = (const struct smc_firmware_header_v1_0 *) adev->pm.fw->data; in smu_v11_0_setup_pptable()
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c96 const struct smc_firmware_header_v1_0 *hdr; in smu_v13_0_init_microcode()
112 hdr = (const struct smc_firmware_header_v1_0 *) adev->pm.fw->data; in smu_v13_0_init_microcode()
144 const struct smc_firmware_header_v1_0 *hdr; in smu_v13_0_load_microcode()
150 hdr = (const struct smc_firmware_header_v1_0 *) adev->pm.fw->data; in smu_v13_0_load_microcode()
368 const struct smc_firmware_header_v1_0 *hdr; in smu_v13_0_get_pptable_from_firmware()
373 hdr = (const struct smc_firmware_header_v1_0 *) adev->pm.fw->data; in smu_v13_0_get_pptable_from_firmware()