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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx_dsp_spos.h101 u32 overlay_begin_address; member in struct:dsp_module_desc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Ddsp_spos.c59 u32 overlay_begin_address)
91 address += (ins->code.offset / 2) - overlay_begin_address;
154 module->overlay_begin_address = module->symbol_table.symbols[0].address;
170 ins->symbol_table.symbols[ins->symbol_table.nsymbols].address += ((ins->code.offset / 2) - module->overlay_begin_address);
408 module->overlay_begin_address = 0x000;
424 module->nfixups = shadow_and_reallocate_code(chip,code->data,code->size,module->overlay_begin_address);
58 shadow_and_reallocate_code(struct snd_cs46xx * chip, u32 * data, u32 size, u32 overlay_begin_address) argument

Completed in 68 milliseconds