Home
last modified time | relevance | path

Searched refs:IORESOURCE_PREFETCH (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/pci/
H A Dsetup-bus.c360 return mask & (IORESOURCE_IO | IORESOURCE_MEM | IORESOURCE_PREFETCH); in pci_fail_res_type_mask()
369 if (res->flags & IORESOURCE_PREFETCH) { in pci_need_to_release()
370 if (mask & IORESOURCE_PREFETCH) in pci_need_to_release()
374 !(res->parent->flags & IORESOURCE_PREFETCH)) in pci_need_to_release()
757 if (res->flags & IORESOURCE_PREFETCH) { in pci_setup_bridge_mmio_pref()
787 if (type & IORESOURCE_PREFETCH) in __pci_setup_bridge()
800 IORESOURCE_PREFETCH; in pci_setup_bridge()
861 b_res->flags |= IORESOURCE_MEM | IORESOURCE_PREFETCH; in pci_bridge_check_ranges()
1168 mask | IORESOURCE_PREFETCH, type); in pbus_size_mem()
1247 !pbus_upstream_space_available(bus, mask | IORESOURCE_PREFETCH, typ in pbus_size_mem()
[all...]
H A Dsetup-res.c277 IORESOURCE_PREFETCH | IORESOURCE_MEM_64, in __pci_assign_resource()
286 if ((res->flags & (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) == in __pci_assign_resource()
287 (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) { in __pci_assign_resource()
289 IORESOURCE_PREFETCH, in __pci_assign_resource()
301 if (res->flags & (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) in __pci_assign_resource()
H A Dbus.c213 if ((r->flags & IORESOURCE_PREFETCH) && in pci_bus_alloc_from_region()
214 !(res->flags & IORESOURCE_PREFETCH)) in pci_bus_alloc_from_region()
H A Dof.c623 res_valid |= !(res->flags & IORESOURCE_PREFETCH); in pci_parse_request_of_pci_ranges()
625 if (!(res->flags & IORESOURCE_PREFETCH)) in pci_parse_request_of_pci_ranges()
H A Dproc.c276 if (dev->resource[i].flags & IORESOURCE_PREFETCH) in proc_bus_pci_mmap()
H A Dof_property.c86 if (res->flags & IORESOURCE_PREFETCH) in of_pci_get_addr_flags()
/linux/drivers/pci/hotplug/
H A Dshpchp_sysfs.c38 !(res->flags & IORESOURCE_PREFETCH)) { in show_ctrl()
48 (res->flags & IORESOURCE_PREFETCH)) { in show_ctrl()
/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c266 if (res->flags & IORESOURCE_PREFETCH) in mpc52xx_pci_setup()
279 if (res->flags & IORESOURCE_PREFETCH) in mpc52xx_pci_setup()
/linux/arch/x86/pci/
H A Dbroadcom_bus.c61 res.flags = IORESOURCE_MEM | IORESOURCE_PREFETCH; in cnb20le_res()
/linux/arch/powerpc/platforms/powernv/
H A Dpci.h201 unsigned long flags = (IORESOURCE_MEM_64 | IORESOURCE_PREFETCH); in pnv_pci_is_m64_flags()
/linux/drivers/acpi/
H A Dioapic.c61 if ((res->flags & IORESOURCE_PREFETCH) || in setup_res()
H A Dresource.c255 res->flags |= IORESOURCE_PREFETCH; in acpi_decode_space()
/linux/arch/arm/mach-footbridge/
H A Ddc21285.c273 res[1].flags = IORESOURCE_MEM | IORESOURCE_PREFETCH; in dc21285_setup()
/linux/arch/powerpc/platforms/44x/
H A Dpci.c104 res->flags = IORESOURCE_MEM | IORESOURCE_PREFETCH; in ppc4xx_parse_dma_ranges()
135 res->flags &= ~IORESOURCE_PREFETCH; in ppc4xx_parse_dma_ranges()
234 if (flags & IORESOURCE_PREFETCH) in ppc4xx_setup_one_pci_PMM()
506 if (res->flags & IORESOURCE_PREFETCH) in ppc4xx_configure_pcix_PIMs()
1769 if (res->flags & IORESOURCE_PREFETCH) in ppc4xx_configure_pciex_PIMs()
/linux/arch/powerpc/platforms/
H A Dfsl_uli1575.c229 if ((flags & (IORESOURCE_MEM|IORESOURCE_PREFETCH)) == IORESOURCE_MEM) in quirk_final_uli5249()
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c278 if (!(flags & IORESOURCE_PREFETCH)) in cdns_pcie_host_bar_ib_config()
282 if (!(flags & IORESOURCE_PREFETCH)) in cdns_pcie_host_bar_ib_config()
/linux/drivers/pci/controller/
H A Dpci-xgene.c421 if (res->flags & IORESOURCE_PREFETCH) in xgene_pcie_map_ranges()
498 if (range->flags & IORESOURCE_PREFETCH) in xgene_pcie_setup_ib_reg()
H A Dpci-ixp4xx.c396 if (res->flags & IORESOURCE_PREFETCH) in ixp4xx_pci_parse_map_ranges()
H A Dpci-v3-semi.c538 if (mem->flags & IORESOURCE_PREFETCH) { in v3_pci_setup_resource()
/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c89 flags |= IORESOURCE_PREFETCH | in pci_parse_of_flags()
H A Dpci-common.c556 if (found->flags & IORESOURCE_PREFETCH) in pci_phys_mem_access_prot()
823 (range.flags & IORESOURCE_PREFETCH) ? in pci_process_bridge_OF_ranges()
/linux/arch/sparc/kernel/
H A Dof_device_32.c95 flags |= IORESOURCE_PREFETCH; in of_bus_pci_get_flags()
/linux/drivers/pcmcia/
H A Dyenta_socket.c684 (IORESOURCE_IO | IORESOURCE_MEM | IORESOURCE_PREFETCH)) in yenta_search_res()
730 if (type & IORESOURCE_PREFETCH) { in yenta_allocate_res()
776 IORESOURCE_MEM | IORESOURCE_PREFETCH, in yenta_allocate_resources()
/linux/include/linux/
H A Dioport.h46 #define IORESOURCE_PREFETCH 0x00002000 /* No side effects */ macro
/linux/Documentation/arch/x86/
H A Dpat.rst63 | is IORESOURCE_PREFETCH | | | |

12