Home
last modified time | relevance | path

Searched refs:fw_hdr_offset (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/sound/soc/sof/
Dipc4-loader.c28 u32 fw_hdr_offset; in sof_ipc4_fw_parse_ext_man() local
55 fw_hdr_offset = ipc4_data->manifest_fw_hdr_offset; in sof_ipc4_fw_parse_ext_man()
56 if (!fw_hdr_offset) in sof_ipc4_fw_parse_ext_man()
59 if (remaining <= ext_man_hdr->len + fw_hdr_offset + sizeof(*fw_header)) { in sof_ipc4_fw_parse_ext_man()
61 remaining, ext_man_hdr->len + fw_hdr_offset + sizeof(*fw_header)); in sof_ipc4_fw_parse_ext_man()
66 (fw->data + ext_man_hdr->len + fw_hdr_offset); in sof_ipc4_fw_parse_ext_man()
67 remaining -= (ext_man_hdr->len + fw_hdr_offset); in sof_ipc4_fw_parse_ext_man()
140 u32 fw_hdr_offset = ipc4_data->manifest_fw_hdr_offset; in sof_ipc4_validate_firmware() local
148 (fw->data + ext_man_hdr->len + fw_hdr_offset); in sof_ipc4_validate_firmware()