Searched refs:pt_cpu (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/media/video/saa7164/ |
D | saa7164-buffer.c | 79 buf->pt_cpu, (long long)buf->pt_dma, buf->pt_size); in saa7164_buffer_display() 85 i, buf->pt_cpu, (u64)*(buf->pt_cpu)); in saa7164_buffer_display() 127 buf->pt_cpu = pci_alloc_consistent(port->dev->pci, buf->pt_size, in saa7164_buffer_alloc() 129 if (!buf->pt_cpu) 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() 147 *(buf->pt_cpu + i) = buf->dma + (i * 0x1000); /* TODO */ in saa7164_buffer_alloc() 149 i, buf->pt_cpu, (u64)*(buf->pt_cpu)); in saa7164_buffer_alloc() 180 pci_free_consistent(dev->pci, buf->pt_size, buf->pt_cpu, buf->pt_dma); in saa7164_buffer_dealloc()
|
D | saa7164.h | 323 u64 __iomem *pt_cpu; /* Virtual address */ member
|