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

/linux-master/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;
245 if (addr & (EMUPAGESIZE-1)) {
312 runtime->dma_bytes >= (emu->address_mode ? MAXPAGES1 : MAXPAGES0) * EMUPAGESIZE))
H A Demupcm.c395 alloc_size += EMUPAGESIZE;
399 if (emu->iommu_workaround && runtime->dma_bytes >= EMUPAGESIZE)
400 runtime->dma_bytes -= EMUPAGESIZE;
H A Demu10k1_main.c1658 if (snd_emu10k1_alloc_pages_maybe_wider(emu, EMUPAGESIZE,
/linux-master/include/sound/
H A Demu10k1.h27 #define EMUPAGESIZE 4096 macro

Completed in 139 milliseconds