Home
last modified time | relevance | path

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

/linux/drivers/pci/
A Dsetup-res.c45 if (res->flags & IORESOURCE_UNSET) in pci_std_update_resource()
136 if (res->flags & IORESOURCE_UNSET) { in pci_claim_resource()
154 res->flags |= IORESOURCE_UNSET; in pci_claim_resource()
162 res->flags |= IORESOURCE_UNSET; in pci_claim_resource()
209 res->flags &= ~IORESOURCE_UNSET; in pci_revert_fw_address()
227 res->flags |= IORESOURCE_UNSET; in pci_revert_fw_address()
319 res->flags |= IORESOURCE_UNSET; in pci_assign_resource()
345 res->flags &= ~IORESOURCE_UNSET; in pci_assign_resource()
367 res->flags |= IORESOURCE_UNSET; in pci_reassign_resource()
384 res->flags &= ~IORESOURCE_UNSET; in pci_reassign_resource()
[all …]
A Dbus.c289 res->flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
290 orig_res.flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
A Dquirks.c479 r->flags |= IORESOURCE_UNSET; in quirk_extend_bar_to_page()
496 r->flags |= IORESOURCE_UNSET; in quirk_s3_64M()
1221 r->flags |= IORESOURCE_UNSET; in quirk_dunord()
2194 r->flags |= IORESOURCE_UNSET; in quirk_tc86c001_ide()
2223 r->flags |= IORESOURCE_UNSET; in quirk_plx_pci9050()
A Dprobe.c266 res->flags |= IORESOURCE_UNSET | IORESOURCE_DISABLED; in __pci_read_base()
276 res->flags |= IORESOURCE_UNSET; in __pci_read_base()
303 res->flags |= IORESOURCE_UNSET; in __pci_read_base()
A Diov.c934 if (res->flags & IORESOURCE_UNSET) in pci_iov_update_resource()
A Dmsi.c599 if (!flags || (flags & IORESOURCE_UNSET)) in msix_map_region()
A Dpci.c225 if (res->flags & IORESOURCE_UNSET || !(res->flags & IORESOURCE_MEM)) { in __pci_ioremap_resource()
6588 r->flags |= IORESOURCE_UNSET; in pci_request_resource_alignment()
6643 r->flags |= IORESOURCE_UNSET; in pci_reassigndev_resource_alignment()
/linux/include/linux/
A Dioport.h69 #define IORESOURCE_UNSET 0x20000000 /* No address assigned yet */ macro
229 if (r1->flags & IORESOURCE_UNSET || r2->flags & IORESOURCE_UNSET) in resource_contains()
335 res->flags |= IORESOURCE_IRQ | IORESOURCE_DISABLED | IORESOURCE_UNSET; in irqresource_disabled()
/linux/arch/powerpc/kernel/
A Dpci-common.c896 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_resources()
998 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_bridge()
1215 if (res->flags & IORESOURCE_UNSET) in pcibios_allocate_bus_resources()
1236 if (pr && !(pr->flags & IORESOURCE_UNSET)) { in pcibios_allocate_bus_resources()
1280 if (!pr || (pr->flags & IORESOURCE_UNSET) || in alloc_resource()
1287 r->flags |= IORESOURCE_UNSET; in alloc_resource()
1306 if (!r->flags || (r->flags & IORESOURCE_UNSET)) in pcibios_allocate_resources()
A Dpci_of_scan.c161 res->flags |= IORESOURCE_UNSET; in of_pci_parse_addrs()
A Deeh.c1756 if (r->flags & IORESOURCE_UNSET) in eeh_debugfs_break_device()
/linux/arch/microblaze/pci/
A Dpci-common.c577 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_resources()
709 if (pr && !(pr->flags & IORESOURCE_UNSET)) { in pcibios_allocate_bus_resources()
749 if (!pr || (pr->flags & IORESOURCE_UNSET) || in alloc_resource()
760 r->flags |= IORESOURCE_UNSET; in alloc_resource()
779 if (!r->flags || (r->flags & IORESOURCE_UNSET)) in pcibios_allocate_resources()
/linux/drivers/acpi/
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/drivers/firmware/efi/
A Dsysfb_efi.c131 if (flags & IORESOURCE_UNSET) in efifb_set_system()
/linux/arch/powerpc/platforms/52xx/
A Dmpc52xx_pci.c349 res->flags |= IORESOURCE_UNSET; in mpc52xx_pci_fixup_resources()
/linux/drivers/xen/xen-pciback/
A Dconf_space_header.c250 (res[pos].flags & (IORESOURCE_DISABLED | IORESOURCE_UNSET | in bar_init()
/linux/drivers/pnp/
A Dquirks.c254 if (flags & IORESOURCE_UNSET) in quirk_system_pci_resources()
/linux/arch/x86/pci/
A Dxen.c305 if (!flags || (flags & IORESOURCE_UNSET)) in xen_initdom_setup_msi_irqs()
A Dfixup.c664 r->flags |= IORESOURCE_UNSET; in quirk_intel_th_dnv()
/linux/arch/powerpc/platforms/pseries/
A Dsetup.c720 res->flags |= IORESOURCE_UNSET; in of_pci_parse_iov_addrs()
/linux/kernel/
A Dresource.c635 avail.flags = new->flags & ~IORESOURCE_UNSET; in __find_resource()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_device.c1031 if (pci_resource_flags(adev->pdev, 2) & IORESOURCE_UNSET) in amdgpu_device_doorbell_init()
1243 if (r || (pci_resource_flags(adev->pdev, 0) & IORESOURCE_UNSET)) in amdgpu_device_resize_fb_bar()
/linux/lib/
A Dvsprintf.c1115 if (decode && res->flags & IORESOURCE_UNSET) { in resource_string()

Completed in 72 milliseconds