Home
last modified time | relevance | path

Searched refs:EMUPAGESIZE (Results 1 – 4 of 4) sorted by relevance

/linux/sound/pci/emu10k1/
H A Dmemory.c27 #define UNIT_PAGES (PAGE_SIZE / EMUPAGESIZE)
35 #if PAGE_SIZE == EMUPAGESIZE && !IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
50 addr += EMUPAGESIZE; in set_ptb_entry()
245 if (addr & (EMUPAGESIZE-1)) { in is_valid_page()
312 runtime->dma_bytes >= (emu->address_mode ? MAXPAGES1 : MAXPAGES0) * EMUPAGESIZE)) in snd_emu10k1_alloc_pages()
H A Demupcm.c374 alloc_size += EMUPAGESIZE; in snd_emu10k1_playback_hw_params()
378 if (emu->iommu_workaround && runtime->dma_bytes >= EMUPAGESIZE) in snd_emu10k1_playback_hw_params()
379 runtime->dma_bytes -= EMUPAGESIZE; in snd_emu10k1_playback_hw_params()
H A Demu10k1_main.c1589 if (snd_emu10k1_alloc_pages_maybe_wider(emu, EMUPAGESIZE, in snd_emu10k1_create()
/linux/include/sound/
H A Demu10k1.h27 #define EMUPAGESIZE 4096 macro