Home
last modified time | relevance | path

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

12

/linux-6.1.9/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.c278 IORESOURCE_PREFETCH | IORESOURCE_MEM_64, in __pci_assign_resource()
287 if ((res->flags & (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) == in __pci_assign_resource()
288 (IORESOURCE_PREFETCH | IORESOURCE_MEM_64)) { in __pci_assign_resource()
290 IORESOURCE_PREFETCH, in __pci_assign_resource()
302 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.c575 res_valid |= !(res->flags & IORESOURCE_PREFETCH); in pci_parse_request_of_pci_ranges()
577 if (!(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-6.1.9/drivers/pci/hotplug/
Dshpchp_sysfs.c38 !(res->flags & IORESOURCE_PREFETCH)) { in show_ctrl()
48 (res->flags & IORESOURCE_PREFETCH)) { in show_ctrl()
/linux-6.1.9/arch/arm/mach-sa1100/
Dpci-nanoengine.c126 .flags = IORESOURCE_MEM | IORESOURCE_PREFETCH,
/linux-6.1.9/arch/powerpc/platforms/52xx/
Dmpc52xx_pci.c266 if (res->flags & IORESOURCE_PREFETCH) in mpc52xx_pci_setup()
279 if (res->flags & IORESOURCE_PREFETCH) in mpc52xx_pci_setup()
/linux-6.1.9/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-6.1.9/drivers/pci/controller/cadence/
Dpcie-cadence-host.c221 if (!(flags & IORESOURCE_PREFETCH)) in cdns_pcie_host_bar_ib_config()
225 if (!(flags & IORESOURCE_PREFETCH)) in cdns_pcie_host_bar_ib_config()
/linux-6.1.9/drivers/acpi/
Dioapic.c60 if ((res->flags & IORESOURCE_PREFETCH) || in setup_res()
Dresource.c269 res->flags |= IORESOURCE_PREFETCH; in acpi_decode_space()
/linux-6.1.9/arch/arm/mach-footbridge/
Ddc21285.c273 res[1].flags = IORESOURCE_MEM | IORESOURCE_PREFETCH; in dc21285_setup()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dpci.h207 unsigned long flags = (IORESOURCE_MEM_64 | IORESOURCE_PREFETCH); in pnv_pci_is_m64_flags()
/linux-6.1.9/arch/powerpc/platforms/
Dfsl_uli1575.c226 if ((flags & (IORESOURCE_MEM|IORESOURCE_PREFETCH)) == IORESOURCE_MEM) in quirk_final_uli5249()
/linux-6.1.9/drivers/pci/controller/
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()
Dpci-ixp4xx.c395 if (res->flags & IORESOURCE_PREFETCH) in ixp4xx_pci_parse_map_ranges()
/linux-6.1.9/arch/powerpc/platforms/4xx/
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()
1877 if (res->flags & IORESOURCE_PREFETCH) in ppc4xx_configure_pciex_PIMs()
/linux-6.1.9/include/linux/
Dioport.h46 #define IORESOURCE_PREFETCH 0x00002000 /* No side effects */ macro
/linux-6.1.9/arch/powerpc/kernel/
Dpci_of_scan.c89 flags |= IORESOURCE_PREFETCH | in pci_parse_of_flags()
Dpci-common.c557 if (found->flags & IORESOURCE_PREFETCH) in pci_phys_mem_access_prot()
824 (range.flags & IORESOURCE_PREFETCH) ? in pci_process_bridge_OF_ranges()
/linux-6.1.9/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-6.1.9/drivers/pcmcia/
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()

12