Searched refs:pci_size (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-buffer.c | 63 buf->cpu, (long long)buf->dma, buf->pci_size); in saa7164_buffer_display() 102 buf->pci_size = SAA7164_PT_ENTRIES * 0x1000; in saa7164_buffer_alloc() 106 buf->cpu = dma_alloc_coherent(&port->dev->pci->dev, buf->pci_size, in saa7164_buffer_alloc() 117 memset(buf->cpu, 0xff, buf->pci_size); in saa7164_buffer_alloc() 124 buf->cpu, (long)buf->dma, buf->pci_size); in saa7164_buffer_alloc() 140 dma_free_coherent(&port->dev->pci->dev, buf->pci_size, buf->cpu, in saa7164_buffer_alloc() 164 dma_free_coherent(&dev->pci->dev, buf->pci_size, buf->cpu, buf->dma); in saa7164_buffer_dealloc()
|
H A D | saa7164.h | 306 u32 pci_size; /* PCI allocation size in bytes */ member
|
H A D | saa7164-core.c | 337 memset(buf->cpu, 0xff, buf->pci_size); in saa7164_work_enchandler_helper()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | pdcpat.h | 377 extern int pdc_pat_io_pci_cfg_read(unsigned long pci_addr, int pci_size, u32 *val); 378 extern int pdc_pat_io_pci_cfg_write(unsigned long pci_addr, int pci_size, u32 val);
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | firmware.c | 1653 int pdc_pat_io_pci_cfg_read(unsigned long pci_addr, int pci_size, u32 *mem_addr) in pdc_pat_io_pci_cfg_read() argument 1660 __pa(pdc_result), pci_addr, pci_size); in pdc_pat_io_pci_cfg_read() 1661 switch(pci_size) { in pdc_pat_io_pci_cfg_read() 1679 int pdc_pat_io_pci_cfg_write(unsigned long pci_addr, int pci_size, u32 val) in pdc_pat_io_pci_cfg_write() argument 1686 pci_addr, pci_size, val); in pdc_pat_io_pci_cfg_write()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ctx.c | 964 size_t pci_size = npar_size * ahw->max_vnic_func; in qlcnic_82xx_get_pci_info() local 972 pci_info_addr = dma_alloc_coherent(&adapter->pdev->dev, pci_size, in qlcnic_82xx_get_pci_info() 984 cmd.req.arg[3] = pci_size; in qlcnic_82xx_get_pci_info() 1021 dma_free_coherent(&adapter->pdev->dev, pci_size, pci_info_addr, in qlcnic_82xx_get_pci_info()
|
/openbmc/linux/drivers/pci/ |
H A D | probe.c | 110 static u64 pci_size(u64 base, u64 maxbase, u64 mask) in pci_size() function 255 sz64 = pci_size(l64, sz64, mask64); in __pci_read_base()
|