Searched refs:overlay_begin_address (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h86 u32 overlay_begin_address; member in struct:dsp_module_desc
H A Ddsp_spos.c46 u32 overlay_begin_address)
80 address += (ins->code.offset / 2) - overlay_begin_address;
147 module->overlay_begin_address = module->symbol_table.symbols[0].address;
164 ins->symbol_table.symbols[ins->symbol_table.nsymbols].address += ((ins->code.offset / 2) - module->overlay_begin_address);
406 module->overlay_begin_address = 0x000;
424 module->nfixups = shadow_and_reallocate_code(chip,code->data,code->size,module->overlay_begin_address);
45 shadow_and_reallocate_code(struct snd_cs46xx * chip, u32 * data, u32 size, u32 overlay_begin_address) argument

Completed in 123 milliseconds