Searched refs:memory (Results 1 – 16 of 16) sorted by relevance
| /sound/soc/sof/imx/ |
| A D | imx-common.c | 292 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 D | imx8.c | 342 .memory = imx8_memory_regions, 354 .memory = imx8_memory_regions, 366 .memory = imx8m_memory_regions, 379 .memory = imx8ulp_memory_regions,
|
| A D | imx9.c | 96 .memory = imx95_memory_regions,
|
| A D | imx-common.h | 102 struct imx_memory_info *memory; member
|
| /sound/isa/gus/ |
| A D | gus_pcm.c | 37 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 D | gus_reset.c | 164 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 D | gus_main.c | 235 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 D | gus_mem.c | 237 if (!gus->gf1.memory) in snd_gf1_mem_init()
|
| A D | interwave.c | 423 gus->gf1.memory = pages; in snd_interwave_detect_memory()
|
| /sound/pci/ |
| A D | es1968.c | 454 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 D | Makefile | 8 irq.o memory.o voice.o emumpu401.o emupcm.o io.o \
|
| /sound/core/ |
| A D | Kconfig | 122 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 D | Makefile | 7 snd-y := sound.o init.o memory.o control.o misc.o device.o
|
| /sound/soc/sof/ |
| A D | Kconfig | 207 memory -> DSP resource (memory, register, etc) 210 Say Y if you want to enable caching the memory windows.
|
| /sound/pci/cs46xx/ |
| A D | cs46xx_lib.c | 495 } 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 D | Kconfig | 901 CS40L50 is a haptic driver with waveform memory, an integrated
|
Completed in 64 milliseconds