Searched refs:dram_offset (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/sound/isa/sb/ |
H A D | emu8000_patch.c | 144 int dram_offset, dram_start; in snd_emu8000_sample_new() local 187 dram_offset = EMU8000_DRAM_OFFSET + (sp->block->offset >> 1); in snd_emu8000_sample_new() 188 dram_start = dram_offset; in snd_emu8000_sample_new() 200 EMU8000_SMALW_WRITE(emu, dram_offset); in snd_emu8000_sample_new() 208 write_word(emu, &dram_offset, 0); in snd_emu8000_sample_new() 219 write_word(emu, &dram_offset, s); in snd_emu8000_sample_new() 235 write_word(emu, &dram_offset, s); in snd_emu8000_sample_new() 250 write_word(emu, &dram_offset, 0); in snd_emu8000_sample_new()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | aquantia.c | 77 u8 dram_offset[3]; member 181 u32 primary_offset, iram_offset, iram_size, dram_offset, dram_size; in aquantia_upload_firmware() local 205 dram_offset = primary_offset + unpack_u24(header->dram_offset); in aquantia_upload_firmware() 209 primary_offset, iram_offset, iram_size, dram_offset, dram_size); in aquantia_upload_firmware() 211 strlcpy(version, (char *)&addr[dram_offset + VERSION_STRING_OFFSET], in aquantia_upload_firmware() 220 DRAM_BASE_ADDR, dram_offset, dram_size); in aquantia_upload_firmware() 221 ret = aquantia_load_memory(phydev, DRAM_BASE_ADDR, &addr[dram_offset], in aquantia_upload_firmware()
|
/openbmc/linux/sound/soc/intel/atom/sst/ |
H A 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()
|
/openbmc/linux/sound/soc/sof/mediatek/ |
H A D | adsp_helper.h | 30 int dram_offset; /*dram offset between system and dsp view*/ member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | platform_sst_audio.h | 112 unsigned int dram_offset; member
|
/openbmc/linux/sound/soc/intel/atom/ |
H A D | sst-mfld-dsp.h | 289 u32 dram_offset; /* starting offset of slot in DRAM */ member
|
/openbmc/linux/sound/soc/sof/mediatek/mt8195/ |
H A D | mt8195.c | 229 adsp->dram_offset = offset; in adsp_memory_remap_init()
|
/openbmc/linux/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186.c | 234 adsp->dram_offset = offset; in adsp_memory_remap_init()
|