Searched refs:sos_hdr (Results 1 – 1 of 1) sorted by relevance
3040 const struct psp_firmware_header_v2_0 *sos_hdr) in parse_sos_bin_descriptor() argument3044 if (!psp || !desc || !sos_hdr) in parse_sos_bin_descriptor()3047 ucode_start_addr = (uint8_t *)sos_hdr + in parse_sos_bin_descriptor()3049 le32_to_cpu(sos_hdr->header.ucode_array_offset_bytes); in parse_sos_bin_descriptor()3122 const struct psp_firmware_header_v1_0 *sos_hdr; in psp_init_sos_base_fw() local3126 sos_hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.sos_fw->data; in psp_init_sos_base_fw()3127 ucode_array_start_addr = (uint8_t *)sos_hdr + in psp_init_sos_base_fw()3128 le32_to_cpu(sos_hdr->header.ucode_array_offset_bytes); in psp_init_sos_base_fw()3132 adev->psp.sos.fw_version = le32_to_cpu(sos_hdr->header.ucode_version); in psp_init_sos_base_fw()3133 adev->psp.sos.feature_version = le32_to_cpu(sos_hdr->sos.fw_version); in psp_init_sos_base_fw()[all …]