Home
last modified time | relevance | path

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

/sound/pci/cs46xx/
Dcs46xx_dsp_spos.h101 u32 overlay_begin_address; member
Ddsp_spos.c59 u32 overlay_begin_address) in shadow_and_reallocate_code() argument
93 address += (ins->code.offset / 2) - overlay_begin_address; in shadow_and_reallocate_code()
159 module->overlay_begin_address = module->symbol_table.symbols[0].address; in add_symbols()
176 …ls[ins->symbol_table.nsymbols].address += ((ins->code.offset / 2) - module->overlay_begin_address); in add_symbols()
415 module->overlay_begin_address = 0x000; in cs46xx_dsp_load_module()
433 …le->nfixups = shadow_and_reallocate_code(chip,code->data,code->size,module->overlay_begin_address); in cs46xx_dsp_load_module()