Home
last modified time | relevance | path

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

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