Home
last modified time | relevance | path

Searched refs:pt_size (Results 1 – 3 of 3) sorted by relevance

/drivers/media/pci/saa7164/
Dsaa7164-buffer.c79 buf->pt_cpu, (long long)buf->pt_dma, buf->pt_size); in saa7164_buffer_display()
119 buf->pt_size = (SAA7164_PT_ENTRIES * sizeof(u64)) + 0x1000; in saa7164_buffer_alloc()
127 buf->pt_cpu = pci_alloc_consistent(port->dev->pci, buf->pt_size, in saa7164_buffer_alloc()
135 memset_io(buf->pt_cpu, 0xff, buf->pt_size); in saa7164_buffer_alloc()
142 buf->pt_cpu, (long)buf->pt_dma, buf->pt_size); in saa7164_buffer_alloc()
180 pci_free_consistent(dev->pci, buf->pt_size, buf->pt_cpu, buf->pt_dma); in saa7164_buffer_dealloc()
Dsaa7164.h321 u32 pt_size; /* PCI allocation size in bytes */ member
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c459 unsigned long pt_size = num_data_pages * VMW_PPN_SIZE; in vmw_mob_build_pt() local
460 unsigned long num_pt_pages = DIV_ROUND_UP(pt_size, PAGE_SIZE); in vmw_mob_build_pt()