Searched refs:sos_hdr (Results 1 – 1 of 1) sorted by relevance
3043 const struct psp_firmware_header_v2_0 *sos_hdr) in parse_sos_bin_descriptor() argument3047 if (!psp || !desc || !sos_hdr) in parse_sos_bin_descriptor()3050 ucode_start_addr = (uint8_t *)sos_hdr + in parse_sos_bin_descriptor()3052 le32_to_cpu(sos_hdr->header.ucode_array_offset_bytes); in parse_sos_bin_descriptor()3125 const struct psp_firmware_header_v1_0 *sos_hdr; in psp_init_sos_base_fw() local3129 sos_hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.sos_fw->data; in psp_init_sos_base_fw()3130 ucode_array_start_addr = (uint8_t *)sos_hdr + in psp_init_sos_base_fw()3131 le32_to_cpu(sos_hdr->header.ucode_array_offset_bytes); in psp_init_sos_base_fw()3135 adev->psp.sos.fw_version = le32_to_cpu(sos_hdr->header.ucode_version); in psp_init_sos_base_fw()3136 adev->psp.sos.feature_version = le32_to_cpu(sos_hdr->sos.fw_version); in psp_init_sos_base_fw()[all …]