Searched full:sos_hdr (Results 1 – 1 of 1) sorted by relevance
4022 const struct psp_firmware_header_v2_0 *sos_hdr) in parse_sos_bin_descriptor() argument4026 if (!psp || !desc || !sos_hdr) in parse_sos_bin_descriptor()4029 ucode_start_addr = (uint8_t *)sos_hdr + in parse_sos_bin_descriptor()4031 le32_to_cpu(sos_hdr->header.ucode_array_offset_bytes); in parse_sos_bin_descriptor()4116 const struct psp_firmware_header_v1_0 *sos_hdr; in psp_init_sos_base_fw() local4120 sos_hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.sos_fw->data; in psp_init_sos_base_fw()4121 ucode_array_start_addr = (uint8_t *)sos_hdr + in psp_init_sos_base_fw()4122 le32_to_cpu(sos_hdr->header.ucode_array_offset_bytes); in psp_init_sos_base_fw()4126 adev->psp.sos.fw_version = le32_to_cpu(sos_hdr->header.ucode_version); in psp_init_sos_base_fw()4127 adev->psp.sos.feature_version = le32_to_cpu(sos_hdr->sos.fw_version); in psp_init_sos_base_fw()[all …]