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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx_dsp_spos.h101 u32 overlay_begin_address; member in struct:dsp_module_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Ddsp_spos.c60 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);
387 module->overlay_begin_address = 0x000;
402 module->nfixups = shadow_and_reallocate_code(chip,code->data,code->size,module->overlay_begin_address);
59 shadow_and_reallocate_code(struct snd_cs46xx * chip, u32 * data, u32 size, u32 overlay_begin_address) argument

Completed in 54 milliseconds