Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/pci/hotplug/
Dshpchp_sysfs.c38 !(res->flags & IORESOURCE_PREFETCH)) { in show_ctrl()
47 (res->flags & IORESOURCE_PREFETCH)) { in show_ctrl()
/Linux-v5.10/drivers/pci/
Dsetup-bus.c319 return mask & (IORESOURCE_IO | IORESOURCE_MEM | IORESOURCE_PREFETCH); in pci_fail_res_type_mask()
328 if (res->flags & IORESOURCE_PREFETCH) { in pci_need_to_release()
329 if (mask & IORESOURCE_PREFETCH) in pci_need_to_release()
333 !(res->parent->flags & IORESOURCE_PREFETCH)) in pci_need_to_release()
647 if (res->flags & IORESOURCE_PREFETCH) { in pci_setup_bridge_mmio_pref()
678 if (type & IORESOURCE_PREFETCH) in __pci_setup_bridge()
691 IORESOURCE_PREFETCH; in pci_setup_bridge()
752 b_res->flags |= IORESOURCE_MEM | IORESOURCE_PREFETCH; in pci_bridge_check_ranges()
1000 mask | IORESOURCE_PREFETCH, type); in pbus_size_mem()
1174 b_res->flags |= IORESOURCE_MEM | IORESOURCE_PREFETCH | in pci_bus_size_cardbus()
[all …]
Dsetup-res.c263 IORESOURCE_PREFETCH | IORESOURCE_MEM_64, in __pci_assign_resource()
272 if ((res->flags & (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) == in __pci_assign_resource()
273 (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) { in __pci_assign_resource()
275 IORESOURCE_PREFETCH, in __pci_assign_resource()
287 if (res->flags & (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) in __pci_assign_resource()
Dbus.c182 if ((r->flags & IORESOURCE_PREFETCH) && in pci_bus_alloc_from_region()
183 !(res->flags & IORESOURCE_PREFETCH)) in pci_bus_alloc_from_region()
Dof.c558 res_valid |= !(res->flags & IORESOURCE_PREFETCH); in pci_parse_request_of_pci_ranges()
Dproc.c272 if (dev->resource[i].flags & IORESOURCE_PREFETCH) in proc_bus_pci_mmap()
/Linux-v5.10/arch/arm/mach-sa1100/
Dpci-nanoengine.c126 .flags = IORESOURCE_MEM | IORESOURCE_PREFETCH,
/Linux-v5.10/arch/powerpc/platforms/52xx/
Dmpc52xx_pci.c269 if (res->flags & IORESOURCE_PREFETCH) in mpc52xx_pci_setup()
283 if (res->flags & IORESOURCE_PREFETCH) in mpc52xx_pci_setup()
/Linux-v5.10/arch/x86/pci/
Dbroadcom_bus.c61 res.flags = IORESOURCE_MEM | IORESOURCE_PREFETCH; in cnb20le_res()
Dfixup.c740 res->flags = IORESOURCE_PREFETCH | IORESOURCE_MEM | in pci_amd_enable_64bit_bar()
/Linux-v5.10/drivers/pci/controller/cadence/
Dpcie-cadence-host.c151 if (!(flags & IORESOURCE_PREFETCH)) in cdns_pcie_host_bar_ib_config()
155 if (!(flags & IORESOURCE_PREFETCH)) in cdns_pcie_host_bar_ib_config()
/Linux-v5.10/arch/arm/mach-footbridge/
Ddc21285.c259 res[1].flags = IORESOURCE_MEM | IORESOURCE_PREFETCH; in dc21285_setup()
/Linux-v5.10/drivers/acpi/
Dioapic.c60 if ((res->flags & IORESOURCE_PREFETCH) || in setup_res()
Dresource.c268 res->flags |= IORESOURCE_PREFETCH; in acpi_decode_space()
/Linux-v5.10/arch/powerpc/platforms/
Dfsl_uli1575.c225 if ((flags & (IORESOURCE_MEM|IORESOURCE_PREFETCH)) == IORESOURCE_MEM) in quirk_final_uli5249()
/Linux-v5.10/drivers/pci/controller/
Dpci-xgene.c426 if (res->flags & IORESOURCE_PREFETCH) in xgene_pcie_map_ranges()
504 if (entry->res->flags & IORESOURCE_PREFETCH) in xgene_pcie_setup_ib_reg()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dpci.h216 unsigned long flags = (IORESOURCE_MEM_64 | IORESOURCE_PREFETCH); in pnv_pci_is_m64_flags()
/Linux-v5.10/arch/powerpc/platforms/4xx/
Dpci.c105 res->flags = IORESOURCE_MEM | IORESOURCE_PREFETCH; in ppc4xx_parse_dma_ranges()
139 res->flags &= ~IORESOURCE_PREFETCH; in ppc4xx_parse_dma_ranges()
238 if (flags & IORESOURCE_PREFETCH) in ppc4xx_setup_one_pci_PMM()
510 if (res->flags & IORESOURCE_PREFETCH) in ppc4xx_configure_pcix_PIMs()
1876 if (res->flags & IORESOURCE_PREFETCH) in ppc4xx_configure_pciex_PIMs()
/Linux-v5.10/include/linux/
Dioport.h45 #define IORESOURCE_PREFETCH 0x00002000 /* No side effects */ macro
/Linux-v5.10/arch/sparc/kernel/
Dof_device_32.c95 flags |= IORESOURCE_PREFETCH; in of_bus_pci_get_flags()
Dof_device_64.c158 flags |= IORESOURCE_PREFETCH; in of_bus_pci_get_flags()
/Linux-v5.10/arch/powerpc/kernel/
Dpci_of_scan.c89 flags |= IORESOURCE_PREFETCH | in pci_parse_of_flags()
Dpci-common.c464 if (found->flags & IORESOURCE_PREFETCH) in pci_phys_mem_access_prot()
731 (range.flags & IORESOURCE_PREFETCH) ? in pci_process_bridge_OF_ranges()
/Linux-v5.10/drivers/pcmcia/
Dyenta_socket.c681 (IORESOURCE_IO | IORESOURCE_MEM | IORESOURCE_PREFETCH)) in yenta_search_res()
727 if (type & IORESOURCE_PREFETCH) { in yenta_allocate_res()
773 IORESOURCE_MEM | IORESOURCE_PREFETCH, in yenta_allocate_resources()
/Linux-v5.10/arch/microblaze/pci/
Dpci-common.c206 if (found->flags & IORESOURCE_PREFETCH) in pci_phys_mem_access_prot()
485 (range.flags & IORESOURCE_PREFETCH) ? in pci_process_bridge_OF_ranges()

12