Searched refs:sos_hdr (Results 1 – 1 of 1) sorted by relevance
2994 const struct psp_firmware_header_v2_0 *sos_hdr) in parse_sos_bin_descriptor() argument2998 if (!psp || !desc || !sos_hdr) in parse_sos_bin_descriptor()3001 ucode_start_addr = (uint8_t *)sos_hdr + in parse_sos_bin_descriptor()3003 le32_to_cpu(sos_hdr->header.ucode_array_offset_bytes); in parse_sos_bin_descriptor()3076 const struct psp_firmware_header_v1_0 *sos_hdr; in psp_init_sos_base_fw() local3080 sos_hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.sos_fw->data; in psp_init_sos_base_fw()3081 ucode_array_start_addr = (uint8_t *)sos_hdr + in psp_init_sos_base_fw()3082 le32_to_cpu(sos_hdr->header.ucode_array_offset_bytes); in psp_init_sos_base_fw()3086 adev->psp.sos.fw_version = le32_to_cpu(sos_hdr->header.ucode_version); in psp_init_sos_base_fw()3087 adev->psp.sos.feature_version = le32_to_cpu(sos_hdr->sos.fw_version); in psp_init_sos_base_fw()[all …]