Home
last modified time | relevance | path

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

12

/linux/drivers/pci/
A Dsetup-bus.c331 if (res->flags & IORESOURCE_PREFETCH) { in pci_need_to_release()
332 if (mask & IORESOURCE_PREFETCH) in pci_need_to_release()
656 if (res->flags & IORESOURCE_PREFETCH) { in pci_setup_bridge_mmio_pref()
687 if (type & IORESOURCE_PREFETCH) in __pci_setup_bridge()
700 IORESOURCE_PREFETCH; in pci_setup_bridge()
1066 mask | IORESOURCE_PREFETCH, type); in pbus_size_mem()
1422 IORESOURCE_PREFETCH; in assign_fixed_resource_on_bus()
1624 else if (!(type & IORESOURCE_PREFETCH)) in pci_bridge_release_resources()
1630 (b_res[2].flags & IORESOURCE_PREFETCH)) in pci_bridge_release_resources()
1652 if (type & IORESOURCE_PREFETCH) in pci_bridge_release_resources()
[all …]
A Dsetup-res.c280 IORESOURCE_PREFETCH | IORESOURCE_MEM_64, in __pci_assign_resource()
289 if ((res->flags & (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) == in __pci_assign_resource()
290 (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) { in __pci_assign_resource()
292 IORESOURCE_PREFETCH, in __pci_assign_resource()
304 if (res->flags & (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) in __pci_assign_resource()
A Dbus.c202 if ((r->flags & IORESOURCE_PREFETCH) && in pci_bus_alloc_from_region()
203 !(res->flags & IORESOURCE_PREFETCH)) in pci_bus_alloc_from_region()
A Dof.c622 res_valid |= !(res->flags & IORESOURCE_PREFETCH); in pci_parse_request_of_pci_ranges()
624 if (!(res->flags & IORESOURCE_PREFETCH)) in pci_parse_request_of_pci_ranges()
A Dof_property.c82 if (res->flags & IORESOURCE_PREFETCH) in of_pci_get_addr_flags()
A Dproc.c272 if (dev->resource[i].flags & IORESOURCE_PREFETCH) in proc_bus_pci_mmap()
/linux/drivers/pci/hotplug/
A Dshpchp_sysfs.c38 !(res->flags & IORESOURCE_PREFETCH)) { in show_ctrl()
48 (res->flags & IORESOURCE_PREFETCH)) { in show_ctrl()
/linux/arch/powerpc/platforms/52xx/
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/
A Dbroadcom_bus.c61 res.flags = IORESOURCE_MEM | IORESOURCE_PREFETCH; in cnb20le_res()
/linux/drivers/pci/controller/cadence/
A Dpcie-cadence-host.c248 if (!(flags & IORESOURCE_PREFETCH)) in cdns_pcie_host_bar_ib_config()
252 if (!(flags & IORESOURCE_PREFETCH)) in cdns_pcie_host_bar_ib_config()
/linux/drivers/acpi/
A Dioapic.c61 if ((res->flags & IORESOURCE_PREFETCH) || in setup_res()
/linux/arch/powerpc/platforms/powernv/
A Dpci.h202 unsigned long flags = (IORESOURCE_MEM_64 | IORESOURCE_PREFETCH); in pnv_pci_is_m64_flags()
/linux/arch/arm/mach-footbridge/
A Ddc21285.c273 res[1].flags = IORESOURCE_MEM | IORESOURCE_PREFETCH; in dc21285_setup()
/linux/drivers/pci/controller/
A Dpci-xgene.c424 if (res->flags & IORESOURCE_PREFETCH) in xgene_pcie_map_ranges()
501 if (range->flags & IORESOURCE_PREFETCH) in xgene_pcie_setup_ib_reg()
A Dpci-ixp4xx.c396 if (res->flags & IORESOURCE_PREFETCH) in ixp4xx_pci_parse_map_ranges()
A Dpci-v3-semi.c538 if (mem->flags & IORESOURCE_PREFETCH) { in v3_pci_setup_resource()
/linux/arch/powerpc/platforms/44x/
A Dpci.c106 res->flags = IORESOURCE_MEM | IORESOURCE_PREFETCH; in ppc4xx_parse_dma_ranges()
140 res->flags &= ~IORESOURCE_PREFETCH; in ppc4xx_parse_dma_ranges()
239 if (flags & IORESOURCE_PREFETCH) in ppc4xx_setup_one_pci_PMM()
511 if (res->flags & IORESOURCE_PREFETCH) in ppc4xx_configure_pcix_PIMs()
1774 if (res->flags & IORESOURCE_PREFETCH) in ppc4xx_configure_pciex_PIMs()
/linux/arch/powerpc/platforms/
A Dfsl_uli1575.c229 if ((flags & (IORESOURCE_MEM|IORESOURCE_PREFETCH)) == IORESOURCE_MEM) in quirk_final_uli5249()
/linux/include/linux/
A Dioport.h46 #define IORESOURCE_PREFETCH 0x00002000 /* No side effects */ macro
/linux/arch/sparc/kernel/
A Dof_device_32.c95 flags |= IORESOURCE_PREFETCH; in of_bus_pci_get_flags()
A Dof_device_64.c158 flags |= IORESOURCE_PREFETCH; in of_bus_pci_get_flags()
/linux/arch/powerpc/kernel/
A Dpci_of_scan.c89 flags |= IORESOURCE_PREFETCH | in pci_parse_of_flags()
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/drivers/pcmcia/
A Dyenta_socket.c683 (IORESOURCE_IO | IORESOURCE_MEM | IORESOURCE_PREFETCH)) in yenta_search_res()
729 if (type & IORESOURCE_PREFETCH) { in yenta_allocate_res()
775 IORESOURCE_MEM | IORESOURCE_PREFETCH, in yenta_allocate_resources()
/linux/Documentation/arch/x86/
A Dpat.rst63 | is IORESOURCE_PREFETCH | | | |

Completed in 736 milliseconds

12