OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ta_hdr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v10_0.c
59
const struct ta_firmware_header_v1_0 *
ta_hdr
;
local in function:psp_v10_0_init_microcode
103
ta_hdr
= (const struct ta_firmware_header_v1_0 *)
106
le32_to_cpu(
ta_hdr
->ta_hdcp_ucode_version);
108
le32_to_cpu(
ta_hdr
->ta_hdcp_size_bytes);
110
(const uint8_t *)
ta_hdr
+
111
le32_to_cpu(
ta_hdr
->header.ucode_array_offset_bytes);
113
adev->psp.ta_fw_version = le32_to_cpu(
ta_hdr
->header.ucode_version);
116
le32_to_cpu(
ta_hdr
->ta_dtm_ucode_version);
118
le32_to_cpu(
ta_hdr
->ta_dtm_size_bytes);
121
le32_to_cpu(
ta_hdr
->ta_dtm_offset_bytes)
[
all
...]
amdgpu_psp_v11_0.c
84
const struct ta_firmware_header_v1_0 *
ta_hdr
;
local in function:psp_v11_0_init_microcode
184
ta_hdr
= (const struct ta_firmware_header_v1_0 *)adev->psp.ta_fw->data;
185
adev->psp.ta_xgmi_ucode_version = le32_to_cpu(
ta_hdr
->ta_xgmi_ucode_version);
186
adev->psp.ta_xgmi_ucode_size = le32_to_cpu(
ta_hdr
->ta_xgmi_size_bytes);
187
adev->psp.ta_xgmi_start_addr = (const uint8_t *)
ta_hdr
+
188
le32_to_cpu(
ta_hdr
->header.ucode_array_offset_bytes);
189
adev->psp.ta_fw_version = le32_to_cpu(
ta_hdr
->header.ucode_version);
190
adev->psp.ta_ras_ucode_version = le32_to_cpu(
ta_hdr
->ta_ras_ucode_version);
191
adev->psp.ta_ras_ucode_size = le32_to_cpu(
ta_hdr
->ta_ras_size_bytes);
193
le32_to_cpu(
ta_hdr
->ta_ras_offset_bytes)
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025