Searched refs:mapped (Results 1 – 9 of 9) sorted by relevance
260 unsigned mapped:1; // Buffer mapped in cs4297a_mmap()? member838 if (!(s->ena & FMODE_WRITE) && (s->dma_dac.mapped || in start_dac()887 (s->dma_adc.mapped || s->dma_adc.count <= in start_adc()1010 if (d->mapped) { in cs4297a_update_ptr()1099 if (d->mapped) { in cs4297a_update_ptr()1632 if (s->dma_dac.mapped) in drain_dac()1676 if (s->dma_adc.mapped) in cs4297a_read()1800 if (s->dma_dac.mapped) in cs4297a_write()1933 if (s->dma_dac.mapped) { in cs4297a_poll()1947 if (s->dma_adc.mapped) { in cs4297a_poll()[all …]
79 Memory-mapped I/O base address for the MultiSound Classic and142 Memory-mapped I/O base address for the primary synthesizer on150 Memory-mapped I/O base address for the primary synthesizer on197 Memory-mapped I/O base address for the Kurzweil daughterboard213 CD-ROM drive 0 memory-mapped I/O base address for the MultiSound221 CD-ROM drive 1 memory-mapped I/O base address for the MultiSound237 Memory-mapped I/O base address for the joystick port on MultiSound
446 if (zp->mapped && in load_map()472 zp->mapped = 1; in load_map()499 if (! p->mapped && in remove_info()564 if (!zone->mapped && in load_info()589 tmpzone.mapped = 0; in load_info()1113 zone->mapped = 0; in load_guspatch()1156 if (! cur->mapped && cur->sample == NULL) { in rebuild_presets()1296 if (zp->mapped) { in search_zones()
815 u64 __iomem *mapped; in snd_ps3_allocate_irq() local827 mapped = ioremap(lpar_addr, lpar_size); in snd_ps3_allocate_irq()828 if (!mapped) { in snd_ps3_allocate_irq()833 the_card.audio_irq_outlet = in_be64(mapped); in snd_ps3_allocate_irq()835 iounmap(mapped); in snd_ps3_allocate_irq()
109 unsigned int mapped; /* A bit-map indicating which conj rsc is mapped */ member
635 srcimp->mapped |= (0x1 << i); in srcimp_map()653 if (srcimp->mapped & (0x1 << i)) { in srcimp_unmap()656 srcimp->mapped &= ~(0x1 << i); in srcimp_unmap()
420 int mapped; in snd_emu10k1_playback_hw_params() local427 mapped = ((struct snd_emu10k1_memblk *)epcm->memblk)->mapped_page; in snd_emu10k1_playback_hw_params()428 if (mapped < 0) in snd_emu10k1_playback_hw_params()430 epcm->start_addr = mapped << PAGE_SHIFT; in snd_emu10k1_playback_hw_params()
1499 bool mapped; in fill_and_eval_dacs() local1501 mapped = map_singles(codec, cfg->line_outs, in fill_and_eval_dacs()1505 mapped |= map_singles(codec, cfg->hp_outs, in fill_and_eval_dacs()1509 mapped |= map_singles(codec, cfg->speaker_outs, in fill_and_eval_dacs()1517 mapped = true; in fill_and_eval_dacs()1519 } while (mapped); in fill_and_eval_dacs()
298 mapped headphone out to master output. If that works for you,