Home
last modified time | relevance | path

Searched refs:ptp (Results 1 – 2 of 2) sorted by relevance

/sound/pci/ctxfi/
Dctvmem.c129 unsigned long *ptp; in ct_vm_map() local
139 ptp = (unsigned long *)vm->ptp[0].area; in ct_vm_map()
145 ptp[pte_start + i] = addr; in ct_vm_map()
166 return (index >= CT_PTP_NUM) ? ~0UL : vm->ptp[index].addr; in ct_get_ptp_phys()
187 PAGE_SIZE, &vm->ptp[i]); in ct_vm_create()
237 snd_dma_free_pages(&vm->ptp[i]); in ct_vm_destroy()
Dctvmem.h43 struct snd_dma_buffer ptp[CT_PTP_NUM]; /* Device page table pages */ member