Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 16 of 16) sorted by relevance

/sound/soc/sof/imx/
A Dimx-common.c292 for (i = 0; chip_info->memory[i].name; i++) { in imx_parse_ioremap_memory()
293 blk_type = imx_region_name_to_blk_type(chip_info->memory[i].name); in imx_parse_ioremap_memory()
297 chip_info->memory[i].name); in imx_parse_ioremap_memory()
299 if (!chip_info->memory[i].reserved) { in imx_parse_ioremap_memory()
301 chip_info->memory[i].name); in imx_parse_ioremap_memory()
305 chip_info->memory[i].name); in imx_parse_ioremap_memory()
309 chip_info->memory[i].name, in imx_parse_ioremap_memory()
314 chip_info->memory[i].name); in imx_parse_ioremap_memory()
323 chip_info->memory[i].name); in imx_parse_ioremap_memory()
A Dimx8.c342 .memory = imx8_memory_regions,
354 .memory = imx8_memory_regions,
366 .memory = imx8m_memory_regions,
379 .memory = imx8ulp_memory_regions,
A Dimx9.c96 .memory = imx95_memory_regions,
A Dimx-common.h102 struct imx_memory_info *memory; member
/sound/isa/gus/
A Dgus_pcm.c37 unsigned int memory; member
118 begin = pcmp->memory + voice * (pcmp->dma_size / runtime->channels); in snd_gf1_pcm_trigger_up()
348 pcmp->memory + bpos, len); in playback_copy_ack()
353 pcmp->memory + bpos, len, w16, invert); in playback_copy_ack()
399 if (pcmp->memory > 0) { in snd_gf1_pcm_playback_hw_params()
400 snd_gf1_mem_free(&gus->gf1.mem_alloc, pcmp->memory); in snd_gf1_pcm_playback_hw_params()
401 pcmp->memory = 0; in snd_gf1_pcm_playback_hw_params()
410 pcmp->memory = block->ptr; in snd_gf1_pcm_playback_hw_params()
452 if (pcmp->memory > 0) { in snd_gf1_pcm_playback_hw_free()
453 snd_gf1_mem_free(&pcmp->gus->gf1.mem_alloc, pcmp->memory); in snd_gf1_pcm_playback_hw_free()
[all …]
A Dgus_reset.c164 snd_gf1_write8(gus, SNDRV_GF1_VB_MODE, gus->gf1.memory ? 0x02 : 0x82); /* Deactivate voice */ in snd_gf1_clear_voices()
322 gus->gf1.default_voice_address = gus->gf1.memory > 0 ? 0 : 512 - 8; in snd_gf1_start()
324 if (gus->gf1.enh_mode && gus->gf1.memory) { in snd_gf1_start()
331 if (gus->gf1.memory > 0) in snd_gf1_start()
A Dgus_main.c235 gus->gf1.memory = idx << 18; in snd_gus_detect_memory()
237 gus->gf1.memory = 256 * 1024; in snd_gus_detect_memory()
239 for (l = 0, local = gus->gf1.memory; l < 4; l++, local -= 256 * 1024) { in snd_gus_detect_memory()
245 gus->gf1.mem_alloc.banks_8[0].size = gus->gf1.memory; in snd_gus_detect_memory()
A Dgus_mem.c237 if (!gus->gf1.memory) in snd_gf1_mem_init()
A Dinterwave.c423 gus->gf1.memory = pages; in snd_interwave_detect_memory()
/sound/pci/
A Des1968.c454 struct esm_memory *memory; member
998 pa = es->memory->buf.addr; in snd_es1968_playback_setup()
1160 es->memory->buf.addr + size*2, size, in snd_es1968_capture_setup()
1456 if (chan->memory) { in snd_es1968_hw_params()
1457 if (chan->memory->buf.bytes >= size) { in snd_es1968_hw_params()
1464 if (chan->memory == NULL) { in snd_es1968_hw_params()
1483 if (chan->memory) { in snd_es1968_hw_free()
1485 chan->memory = NULL; in snd_es1968_hw_free()
1685 struct esm_memory *memory; in es1968_measure_clock() local
1699 if (!memory) { in es1968_measure_clock()
[all …]
/sound/pci/emu10k1/
A DMakefile8 irq.o memory.o voice.o emumpu401.o emupcm.o io.o \
/sound/core/
A DKconfig122 For some embedded devices, we may disable it to reduce memory
187 It will consume more memory because of the additional Xarray.
188 If you want to choose the memory footprint over the performance
A DMakefile7 snd-y := sound.o init.o memory.o control.o misc.o device.o
/sound/soc/sof/
A DKconfig207 memory -> DSP resource (memory, register, etc)
210 Say Y if you want to enable caching the memory windows.
/sound/pci/cs46xx/
A Dcs46xx_lib.c495 } memory[BA1_MEMORY_COUNT]; member
525 size += chip->ba1->memory[i].size; in load_firmware()
543 ba1->memory[idx].offset, in snd_cs46xx_download_image()
544 ba1->memory[idx].size); in snd_cs46xx_download_image()
547 offset += ba1->memory[idx].size >> 2; in snd_cs46xx_download_image()
/sound/soc/codecs/
A DKconfig901 CS40L50 is a haptic driver with waveform memory, an integrated

Completed in 64 milliseconds