EMUPAGESIZE      1924 sound/pci/emu10k1/emu10k1_main.c 	if (snd_emu10k1_alloc_pages_maybe_wider(emu, EMUPAGESIZE,
EMUPAGESIZE       407 sound/pci/emu10k1/emupcm.c 		alloc_size += EMUPAGESIZE;
EMUPAGESIZE       411 sound/pci/emu10k1/emupcm.c 	if (emu->iommu_workaround && runtime->dma_bytes >= EMUPAGESIZE)
EMUPAGESIZE       412 sound/pci/emu10k1/emupcm.c 		runtime->dma_bytes -= EMUPAGESIZE;
EMUPAGESIZE        27 sound/pci/emu10k1/memory.c #define UNIT_PAGES		(PAGE_SIZE / EMUPAGESIZE)
EMUPAGESIZE        35 sound/pci/emu10k1/memory.c #if PAGE_SIZE == EMUPAGESIZE && !IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
EMUPAGESIZE        50 sound/pci/emu10k1/memory.c 		addr += EMUPAGESIZE;
EMUPAGESIZE       241 sound/pci/emu10k1/memory.c 	if (addr & (EMUPAGESIZE-1)) {
EMUPAGESIZE       307 sound/pci/emu10k1/memory.c 		       runtime->dma_bytes >= (emu->address_mode ? MAXPAGES1 : MAXPAGES0) * EMUPAGESIZE))