Searched refs:overlay_begin_address (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_spos.h | 86 u32 overlay_begin_address; member
|
H A D | dsp_spos.c | 46 u32 overlay_begin_address) in shadow_and_reallocate_code() 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 ins->symbol_table.symbols[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 module->nfixups = shadow_and_reallocate_code(chip,code->data,code->size,module->overlay_begin_address); in cs46xx_dsp_load_module() 45 shadow_and_reallocate_code(struct snd_cs46xx * chip, u32 * data, u32 size, u32 overlay_begin_address) shadow_and_reallocate_code() argument
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_spos.h | 86 u32 overlay_begin_address; member
|
H A D | dsp_spos.c | 46 u32 overlay_begin_address) in shadow_and_reallocate_code() 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 ins->symbol_table.symbols[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 module->nfixups = shadow_and_reallocate_code(chip,code->data,code->size,module->overlay_begin_address); in cs46xx_dsp_load_module() 45 shadow_and_reallocate_code(struct snd_cs46xx * chip, u32 * data, u32 size, u32 overlay_begin_address) shadow_and_reallocate_code() argument
|
Completed in 6 milliseconds