Lines Matching refs:mod
82 struct sof_man_module *mod) in parse_module() argument
90 switch (mod->segment[i].flags.r.type) { in parse_module()
93 bias = (mod->segment[i].file_offset - in parse_module()
97 bmemcpy((void *)mod->segment[i].v_base_addr, in parse_module()
99 mod->segment[i].flags.r.length * in parse_module()
104 bbzero((void *)mod->segment[i].v_base_addr, in parse_module()
105 mod->segment[i].flags.r.length * in parse_module()
128 struct sof_man_module *mod; in parse_manifest() local
134 mod = (struct sof_man_module *)((char *)desc + in parse_manifest()
136 parse_module(hdr, mod); in parse_manifest()
147 struct sof_man_module *mod; in get_fw_size_in_use() local
154 mod = (struct sof_man_module *)((char *)desc + in get_fw_size_in_use()
156 if (strcmp((char *)mod->name, "BASEFW")) in get_fw_size_in_use()
159 if (mod->segment[i].flags.r.type in get_fw_size_in_use()
161 fw_size_in_use = mod->segment[i].v_base_addr in get_fw_size_in_use()
163 + (mod->segment[i].flags.r.length in get_fw_size_in_use()