Home
last modified time | relevance | path

Searched refs:psp_firmware_header_v1_0 (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.h75 struct psp_firmware_header_v1_0 { struct
84 struct psp_firmware_header_v1_0 v1_0; argument
95 struct psp_firmware_header_v1_0 v1_0;
254 struct psp_firmware_header_v1_0 psp;
Dpsp_v10_0.c50 const struct psp_firmware_header_v1_0 *hdr; in psp_v10_0_init_microcode()
75 hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.asd_fw->data; in psp_v10_0_init_microcode()
Dpsp_v3_1.c65 const struct psp_firmware_header_v1_0 *hdr; in psp_v3_1_init_microcode()
88 hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.sos_fw->data; in psp_v3_1_init_microcode()
108 hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.asd_fw->data; in psp_v3_1_init_microcode()
Dpsp_v11_0.c67 const struct psp_firmware_header_v1_0 *sos_hdr; in psp_v11_0_init_microcode()
70 const struct psp_firmware_header_v1_0 *asd_hdr; in psp_v11_0_init_microcode()
104 sos_hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.sos_fw->data; in psp_v11_0_init_microcode()
149 asd_hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.asd_fw->data; in psp_v11_0_init_microcode()
Dpsp_v12_0.c50 const struct psp_firmware_header_v1_0 *asd_hdr; in psp_v12_0_init_microcode()
71 asd_hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.asd_fw->data; in psp_v12_0_init_microcode()
Damdgpu_ucode.c247 const struct psp_firmware_header_v1_0 *psp_hdr = in amdgpu_ucode_print_psp_hdr()
248 container_of(hdr, struct psp_firmware_header_v1_0, header); in amdgpu_ucode_print_psp_hdr()