Home
last modified time | relevance | path

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

/sound/pci/ctxfi/
Dctvmem.c132 unsigned long *ptp; in ct_vm_map() local
142 ptp = (unsigned long *)vm->ptp[0].area; in ct_vm_map()
148 ptp[pte_start + i] = addr; in ct_vm_map()
171 addr = (index >= CT_PTP_NUM) ? ~0UL : vm->ptp[index].addr; in ct_get_ptp_phys()
194 PAGE_SIZE, &vm->ptp[i]); in ct_vm_create()
244 snd_dma_free_pages(&vm->ptp[i]); in ct_vm_destroy()
Dctvmem.h46 struct snd_dma_buffer ptp[CT_PTP_NUM]; /* Device page table pages */ member