Home
last modified time | relevance | path

Searched refs:IORESOURCE_UNSET (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/drivers/pci/
H A Dsetup-res.c46 if (res->flags & IORESOURCE_UNSET) in pci_std_update_resource()
140 if (res->flags & IORESOURCE_UNSET) { in pci_claim_resource()
158 res->flags |= IORESOURCE_UNSET; in pci_claim_resource()
166 res->flags |= IORESOURCE_UNSET; in pci_claim_resource()
213 res->flags &= ~IORESOURCE_UNSET; in pci_revert_fw_address()
241 res->flags |= IORESOURCE_UNSET; in pci_revert_fw_address()
334 res->flags |= IORESOURCE_UNSET; in pci_assign_resource()
360 res->flags &= ~IORESOURCE_UNSET; in pci_assign_resource()
383 res->flags |= IORESOURCE_UNSET; in pci_reassign_resource()
399 res->flags &= ~IORESOURCE_UNSET; in pci_reassign_resource()
[all …]
H A Dbus.c320 res->flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
321 orig_res.flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
H A Dprobe.c288 res->flags |= IORESOURCE_UNSET | IORESOURCE_DISABLED; in __pci_read_base()
298 res->flags |= IORESOURCE_UNSET; in __pci_read_base()
325 res->flags |= IORESOURCE_UNSET; in __pci_read_base()
H A Dquirks.c595 r->flags |= IORESOURCE_UNSET; in quirk_extend_bar_to_page()
612 r->flags |= IORESOURCE_UNSET; in quirk_s3_64M()
1347 r->flags |= IORESOURCE_UNSET; in quirk_dunord()
2344 r->flags |= IORESOURCE_UNSET; in quirk_tc86c001_ide()
2372 r->flags |= IORESOURCE_UNSET; in quirk_plx_pci9050()
H A Diov.c1005 if (res->flags & IORESOURCE_UNSET) in pci_iov_update_resource()
H A Dpci.c239 if (res->flags & IORESOURCE_UNSET || !(res->flags & IORESOURCE_MEM)) { in __pci_ioremap_resource()
6590 r->flags |= IORESOURCE_UNSET; in pci_request_resource_alignment()
6645 r->flags |= IORESOURCE_UNSET; in pci_reassigndev_resource_alignment()
/linux-6.15/include/linux/
H A Dioport.h69 #define IORESOURCE_UNSET 0x20000000 /* No address assigned yet */ macro
306 if (r1->flags & IORESOURCE_UNSET || r2->flags & IORESOURCE_UNSET) in resource_contains()
424 res->flags |= IORESOURCE_IRQ | IORESOURCE_DISABLED | IORESOURCE_UNSET; in irqresource_disabled()
/linux-6.15/arch/powerpc/kernel/
H A Dpci-common.c914 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_resources()
1016 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_bridge()
1233 if (res->flags & IORESOURCE_UNSET) in pcibios_allocate_bus_resources()
1254 if (pr && !(pr->flags & IORESOURCE_UNSET)) { in pcibios_allocate_bus_resources()
1298 if (!pr || (pr->flags & IORESOURCE_UNSET) || in alloc_resource()
1305 r->flags |= IORESOURCE_UNSET; in alloc_resource()
1324 if (!r->flags || (r->flags & IORESOURCE_UNSET)) in pcibios_allocate_resources()
H A Dpci_of_scan.c161 res->flags |= IORESOURCE_UNSET; in of_pci_parse_addrs()
H A Deeh.c1592 if (r->flags & IORESOURCE_UNSET) in eeh_break_device()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_doorbell_mgr.c199 if (pci_resource_flags(adev->pdev, 2) & IORESOURCE_UNSET) in amdgpu_doorbell_init()
/linux-6.15/drivers/acpi/
H A Dresource.c78 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_memresource_flags()
146 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags()
149 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags()
/linux-6.15/drivers/platform/x86/
H A Dp2sb.c62 return res->flags & ~IORESOURCE_UNSET; in p2sb_valid_resource()
/linux-6.15/drivers/firmware/efi/
H A Dsysfb_efi.c130 if (flags & IORESOURCE_UNSET) in efifb_set_system()
/linux-6.15/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c340 res->flags |= IORESOURCE_UNSET; in mpc52xx_pci_fixup_resources()
/linux-6.15/drivers/pnp/
H A Dquirks.c252 if (r->flags & IORESOURCE_UNSET) in quirk_system_pci_resources()
/linux-6.15/drivers/xen/xen-pciback/
H A Dconf_space_header.c235 (res[pos].flags & (IORESOURCE_DISABLED | IORESOURCE_UNSET | in bar_init()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_vram.c127 if (pci_resource_flags(pdev, bar) & IORESOURCE_UNSET) in resource_is_valid()
/linux-6.15/arch/x86/pci/
H A Dxen.c305 if (!flags || (flags & IORESOURCE_UNSET)) in xen_initdom_setup_msi_irqs()
H A Dfixup.c667 r->flags |= IORESOURCE_UNSET; in quirk_intel_th_dnv()
/linux-6.15/lib/tests/
H A Dprintf_kunit.c364 IORESOURCE_UNSET, in struct_resource()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dsetup.c751 res->flags |= IORESOURCE_UNSET; in of_pci_parse_iov_addrs()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_pci.c942 if (pci_resource_flags(pdev, bar) & IORESOURCE_UNSET) in i915_pci_resource_valid()
/linux-6.15/drivers/pci/msi/
H A Dmsi.c577 if (!flags || (flags & IORESOURCE_UNSET)) in msix_map_region()
/linux-6.15/kernel/
H A Dresource.c700 avail.flags = new->flags & ~IORESOURCE_UNSET; in __find_resource_space()

12