Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/sof/ !
Dipc4-loader.c27 u32 fw_hdr_offset; in sof_ipc4_fw_parse_ext_man() local
43 fw_hdr_offset = ipc4_data->manifest_fw_hdr_offset; in sof_ipc4_fw_parse_ext_man()
44 if (!fw_hdr_offset) in sof_ipc4_fw_parse_ext_man()
47 if (remaining <= ext_man_hdr->len + fw_hdr_offset + sizeof(*fw_header)) { in sof_ipc4_fw_parse_ext_man()
49 remaining, ext_man_hdr->len + fw_hdr_offset + sizeof(*fw_header)); in sof_ipc4_fw_parse_ext_man()
54 (fw->data + ext_man_hdr->len + fw_hdr_offset); in sof_ipc4_fw_parse_ext_man()
55 remaining -= (ext_man_hdr->len + fw_hdr_offset); in sof_ipc4_fw_parse_ext_man()
128 u32 fw_hdr_offset = ipc4_data->manifest_fw_hdr_offset; in sof_ipc4_validate_firmware() local
136 (fw->data + ext_man_hdr->len + fw_hdr_offset); in sof_ipc4_validate_firmware()