HomeSort by: relevance | last modified time | path
    Searched defs:psp_hdr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ucode.c 254 const struct psp_firmware_header_v1_0 *psp_hdr = local in function:amdgpu_ucode_print_psp_hdr
258 le32_to_cpu(psp_hdr->ucode_feature_version));
260 le32_to_cpu(psp_hdr->sos_offset_bytes));
262 le32_to_cpu(psp_hdr->sos_size_bytes));
265 const_container_of(psp_hdr, struct psp_firmware_header_v1_1, v1_0);
281 const_container_of(psp_hdr, struct psp_firmware_header_v1_2, v1_0);
amdgpu_ucode.c 254 const struct psp_firmware_header_v1_0 *psp_hdr = local in function:amdgpu_ucode_print_psp_hdr
258 le32_to_cpu(psp_hdr->ucode_feature_version));
260 le32_to_cpu(psp_hdr->sos_offset_bytes));
262 le32_to_cpu(psp_hdr->sos_size_bytes));
265 const_container_of(psp_hdr, struct psp_firmware_header_v1_1, v1_0);
281 const_container_of(psp_hdr, struct psp_firmware_header_v1_2, v1_0);

Completed in 49 milliseconds