Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c424 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in map_dev_idx() local
429 if (fw_fixed_hdr->ppcver >= PPC3_VERSION_TAS2781_BASIC_MIN) { in map_dev_idx()
432 } else if (fw_fixed_hdr->ppcver >= PPC3_VERSION_BASE) { in map_dev_idx()
2030 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in fw_parse_header() local
2049 fw_fixed_hdr->fwsize = get_unaligned_be32(&buf[offset]); in fw_parse_header()
2051 if (fw_fixed_hdr->fwsize != fmw->size) { in fw_parse_header()
2053 (unsigned long)fmw->size, fw_fixed_hdr->fwsize); in fw_parse_header()
2058 fw_fixed_hdr->ppcver = get_unaligned_be32(&buf[offset]); in fw_parse_header()
2060 fw_fixed_hdr->drv_ver = get_unaligned_be32(&buf[offset]); in fw_parse_header()
2317 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr; in tasdevice_dspfw_ready() local
[all …]