Searched refs:dram_offset (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/net/phy/aquantia/ |
D | aquantia_firmware.c | 33 u8 dram_offset[3]; member 154 u32 dram_offset = 0, dram_size = 0; in aqr_fw_boot() local 207 offsetof(struct aqr_fw_header, dram_offset), in aqr_fw_boot() 208 size, &dram_offset); in aqr_fw_boot() 234 dram_offset += primary_offset; in aqr_fw_boot() 239 if (!aqr_fw_validate_get(size, dram_offset, dram_size)) { in aqr_fw_boot() 245 primary_offset, iram_offset, iram_size, dram_offset, dram_size); in aqr_fw_boot() 247 if (!aqr_fw_validate_get(size, dram_offset + VERSION_STRING_OFFSET, in aqr_fw_boot() 252 strscpy(version, (char *)data + dram_offset + VERSION_STRING_OFFSET, in aqr_fw_boot() 266 DRAM_BASE_ADDR, dram_offset, dram_size); in aqr_fw_boot() [all …]
|
/linux-6.12.1/sound/isa/sb/ |
D | emu8000_patch.c | 144 int dram_offset, dram_start; in snd_emu8000_sample_new() local 173 dram_offset = EMU8000_DRAM_OFFSET + (sp->block->offset >> 1); in snd_emu8000_sample_new() 174 dram_start = dram_offset; in snd_emu8000_sample_new() 186 EMU8000_SMALW_WRITE(emu, dram_offset); in snd_emu8000_sample_new() 194 write_word(emu, &dram_offset, 0); in snd_emu8000_sample_new() 205 write_word(emu, &dram_offset, s); in snd_emu8000_sample_new() 221 write_word(emu, &dram_offset, s); in snd_emu8000_sample_new() 236 write_word(emu, &dram_offset, 0); in snd_emu8000_sample_new()
|
/linux-6.12.1/sound/soc/intel/atom/sst/ |
D | sst_acpi.c | 97 .dram_offset = 0x100000, 119 .dram_offset = 0x100000, 141 .dram_offset = 0x100000, 196 ctx->dram_base = rsrc->start + ctx->pdata->res_info->dram_offset; in sst_platform_get_resources()
|
/linux-6.12.1/sound/soc/sof/mediatek/ |
D | adsp_helper.h | 26 int dram_offset; /*dram offset between system and dsp view*/ member
|
/linux-6.12.1/arch/x86/include/asm/ |
D | platform_sst_audio.h | 112 unsigned int dram_offset; member
|
/linux-6.12.1/sound/soc/intel/atom/ |
D | sst-mfld-dsp.h | 289 u32 dram_offset; /* starting offset of slot in DRAM */ member
|
/linux-6.12.1/sound/soc/sof/mediatek/mt8195/ |
D | mt8195.c | 206 adsp->dram_offset = offset; in adsp_memory_remap_init()
|
/linux-6.12.1/sound/soc/sof/mediatek/mt8186/ |
D | mt8186.c | 211 adsp->dram_offset = offset; in adsp_memory_remap_init()
|