Home
last modified time | relevance | path

Searched refs:pci_start (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/pnp/
Dquirks.c235 resource_size_t pnp_start, pnp_end, pci_start, pci_end; in quirk_system_pci_resources() local
259 pci_start = pci_resource_start(pdev, i); in quirk_system_pci_resources()
273 if (pnp_end < pci_start || pnp_start > pci_end) in quirk_system_pci_resources()
283 if (pnp_start <= pci_start && in quirk_system_pci_resources()
/Linux-v4.19/arch/ia64/sn/pci/
Dtioce_provider.c367 map->pci_start = bus_base + (i * pagesize); in tioce_alloc_map()
374 return (map->pci_start + (ct_addr - map->ct_start)); in tioce_alloc_map()
490 last = map->pci_start + map->nbytes - 1; in tioce_dma_unmap()
491 if (bus_addr >= map->pci_start && bus_addr <= last) in tioce_dma_unmap()
570 map->pci_start <= dma_mask) { in tioce_do_dma_map()
572 mapaddr = map->pci_start + (ct_addr - map->ct_start); in tioce_do_dma_map()
/Linux-v4.19/arch/ia64/include/asm/sn/
Dtioce_provider.h54 u64 pci_start; /* bus start address */ member
/Linux-v4.19/drivers/pci/
Dpci-sysfs.c1135 resource_size_t pci_start = 0, pci_end; in pci_mmap_fits() local
1144 &pci_start, &pci_end); in pci_mmap_fits()
1145 pci_start >>= PAGE_SHIFT; in pci_mmap_fits()
1147 if (start >= pci_start && start < pci_start + size && in pci_mmap_fits()
1148 start + nr <= pci_start + size) in pci_mmap_fits()