SNDRV_TRIDENT_PAGE_SIZE 3377 sound/pci/trident/trident_main.c 				SNDRV_TRIDENT_PAGE_SIZE, &trident->tlb.silent_page) < 0) {
SNDRV_TRIDENT_PAGE_SIZE 3381 sound/pci/trident/trident_main.c 	memset(trident->tlb.silent_page.area, 0, SNDRV_TRIDENT_PAGE_SIZE);
SNDRV_TRIDENT_PAGE_SIZE 3383 sound/pci/trident/trident_main.c 		trident->tlb.entries[i] = cpu_to_le32(trident->tlb.silent_page.addr & ~(SNDRV_TRIDENT_PAGE_SIZE-1));
SNDRV_TRIDENT_PAGE_SIZE 3388 sound/pci/trident/trident_main.c 	trident->tlb.memhdr = snd_util_memhdr_new(SNDRV_TRIDENT_PAGE_SIZE * SNDRV_TRIDENT_MAX_PAGES);
SNDRV_TRIDENT_PAGE_SIZE   38 sound/pci/trident/trident_memory.c 	do { (trident)->tlb.entries[page] = cpu_to_le32((addr) & ~(SNDRV_TRIDENT_PAGE_SIZE-1)); \
SNDRV_TRIDENT_PAGE_SIZE   43 sound/pci/trident/trident_memory.c 	(dma_addr_t)le32_to_cpu((trident->tlb.entries[page]) & ~(SNDRV_TRIDENT_PAGE_SIZE - 1))
SNDRV_TRIDENT_PAGE_SIZE   77 sound/pci/trident/trident_memory.c 	__set_tlb_bus(trident, page+1, ptr + SNDRV_TRIDENT_PAGE_SIZE, addr + SNDRV_TRIDENT_PAGE_SIZE);
SNDRV_TRIDENT_PAGE_SIZE   88 sound/pci/trident/trident_memory.c #define UNIT_PAGES		(PAGE_SIZE / SNDRV_TRIDENT_PAGE_SIZE)
SNDRV_TRIDENT_PAGE_SIZE   89 sound/pci/trident/trident_memory.c #define ALIGN_PAGE_SIZE		(SNDRV_TRIDENT_PAGE_SIZE * UNIT_PAGES)
SNDRV_TRIDENT_PAGE_SIZE  109 sound/pci/trident/trident_memory.c 		ptr += SNDRV_TRIDENT_PAGE_SIZE;
SNDRV_TRIDENT_PAGE_SIZE  110 sound/pci/trident/trident_memory.c 		addr += SNDRV_TRIDENT_PAGE_SIZE;
SNDRV_TRIDENT_PAGE_SIZE  179 sound/pci/trident/trident_memory.c 	if (ptr & (SNDRV_TRIDENT_PAGE_SIZE-1)) {
SNDRV_TRIDENT_PAGE_SIZE  200 sound/pci/trident/trident_memory.c 					SNDRV_TRIDENT_PAGE_SIZE))
SNDRV_TRIDENT_PAGE_SIZE  249 sound/pci/trident/trident_memory.c 					SNDRV_TRIDENT_PAGE_SIZE))
SNDRV_TRIDENT_PAGE_SIZE  266 sound/pci/trident/trident_memory.c 	     ptr += SNDRV_TRIDENT_PAGE_SIZE, addr += SNDRV_TRIDENT_PAGE_SIZE) {