Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/pci/
H A Dsetup-res.c45 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()
242 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()
382 res->flags |= IORESOURCE_UNSET; in pci_reassign_resource()
399 res->flags &= ~IORESOURCE_UNSET; in pci_reassign_resource()
[all …]
H A Dbus.c314 res->flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
315 orig_res.flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
H A Dprobe.c265 res->flags |= IORESOURCE_UNSET | IORESOURCE_DISABLED; in __pci_read_base()
275 res->flags |= IORESOURCE_UNSET; in __pci_read_base()
302 res->flags |= IORESOURCE_UNSET; in __pci_read_base()
H A Dquirks.c577 r->flags |= IORESOURCE_UNSET; in quirk_extend_bar_to_page()
594 r->flags |= IORESOURCE_UNSET; in quirk_s3_64M()
1324 r->flags |= IORESOURCE_UNSET; in quirk_dunord()
2322 r->flags |= IORESOURCE_UNSET; in quirk_tc86c001_ide()
2351 r->flags |= IORESOURCE_UNSET; in quirk_plx_pci9050()
H A Diov.c976 if (res->flags & IORESOURCE_UNSET) in pci_iov_update_resource()
H A Dpci.c241 if (res->flags & IORESOURCE_UNSET || !(res->flags & IORESOURCE_MEM)) { in __pci_ioremap_resource()
6811 r->flags |= IORESOURCE_UNSET; in pci_request_resource_alignment()
6866 r->flags |= IORESOURCE_UNSET; in pci_reassigndev_resource_alignment()
/openbmc/linux/include/linux/
H A Dioport.h69 #define IORESOURCE_UNSET 0x20000000 /* No address assigned yet */ macro
236 if (r1->flags & IORESOURCE_UNSET || r2->flags & IORESOURCE_UNSET) in resource_contains()
348 res->flags |= IORESOURCE_IRQ | IORESOURCE_DISABLED | IORESOURCE_UNSET; in irqresource_disabled()
/openbmc/linux/arch/powerpc/kernel/
H A Dpci-common.c915 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_resources()
1017 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_bridge()
1234 if (res->flags & IORESOURCE_UNSET) in pcibios_allocate_bus_resources()
1255 if (pr && !(pr->flags & IORESOURCE_UNSET)) { in pcibios_allocate_bus_resources()
1299 if (!pr || (pr->flags & IORESOURCE_UNSET) || in alloc_resource()
1306 r->flags |= IORESOURCE_UNSET; in alloc_resource()
1325 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.c1756 if (r->flags & IORESOURCE_UNSET) in eeh_debugfs_break_device()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_doorbell_mgr.c199 if (pci_resource_flags(adev->pdev, 2) & IORESOURCE_UNSET) in amdgpu_doorbell_init()
/openbmc/linux/drivers/platform/x86/
H A Dp2sb.c61 return res->flags & ~IORESOURCE_UNSET; in p2sb_valid_resource()
/openbmc/linux/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()
/openbmc/u-boot/include/linux/
H A Dioport.h56 #define IORESOURCE_UNSET 0x20000000 macro
/openbmc/linux/drivers/firmware/efi/
H A Dsysfb_efi.c129 if (flags & IORESOURCE_UNSET) in efifb_set_system()
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c340 res->flags |= IORESOURCE_UNSET; in mpc52xx_pci_fixup_resources()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_header.c235 (res[pos].flags & (IORESOURCE_DISABLED | IORESOURCE_UNSET | in bar_init()
/openbmc/linux/drivers/pnp/
H A Dquirks.c252 if (r->flags & IORESOURCE_UNSET) in quirk_system_pci_resources()
/openbmc/linux/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()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c751 res->flags |= IORESOURCE_UNSET; in of_pci_parse_iov_addrs()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pci.c997 if (pci_resource_flags(pdev, bar) & IORESOURCE_UNSET) in i915_pci_resource_valid()
/openbmc/linux/drivers/pci/msi/
H A Dmsi.c569 if (!flags || (flags & IORESOURCE_UNSET)) in msix_map_region()
/openbmc/linux/kernel/
H A Dresource.c611 avail.flags = new->flags & ~IORESOURCE_UNSET; in __find_resource()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1990 res->flags & IORESOURCE_UNSET) in pnv_ioda_setup_pe_res()

12