Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/
Dsetup-res.c45 if (res->flags & IORESOURCE_UNSET) in pci_std_update_resource()
135 if (res->flags & IORESOURCE_UNSET) { in pci_claim_resource()
153 res->flags |= IORESOURCE_UNSET; in pci_claim_resource()
161 res->flags |= IORESOURCE_UNSET; in pci_claim_resource()
208 res->flags &= ~IORESOURCE_UNSET; in pci_revert_fw_address()
226 res->flags |= IORESOURCE_UNSET; in pci_revert_fw_address()
318 res->flags |= IORESOURCE_UNSET; in pci_assign_resource()
344 res->flags &= ~IORESOURCE_UNSET; in pci_assign_resource()
366 res->flags |= IORESOURCE_UNSET; in pci_reassign_resource()
383 res->flags &= ~IORESOURCE_UNSET; in pci_reassign_resource()
[all …]
Dbus.c289 res->flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
290 orig_res.flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
Dquirks.c485 r->flags |= IORESOURCE_UNSET; in quirk_extend_bar_to_page()
502 r->flags |= IORESOURCE_UNSET; in quirk_s3_64M()
1202 r->flags |= IORESOURCE_UNSET; in quirk_dunord()
2048 r->flags |= IORESOURCE_UNSET; in quirk_tc86c001_ide()
2077 r->flags |= IORESOURCE_UNSET; in quirk_plx_pci9050()
Diov.c633 if (res->flags & IORESOURCE_UNSET) in pci_iov_update_resource()
Dprobe.c269 res->flags |= IORESOURCE_UNSET | IORESOURCE_DISABLED; in __pci_read_base()
279 res->flags |= IORESOURCE_UNSET; in __pci_read_base()
306 res->flags |= IORESOURCE_UNSET; in __pci_read_base()
Dpci.c173 if (res->flags & IORESOURCE_UNSET || !(res->flags & IORESOURCE_MEM)) { in pci_ioremap_bar()
5873 r->flags |= IORESOURCE_UNSET; in pci_request_resource_alignment()
5929 r->flags |= IORESOURCE_UNSET; in pci_reassigndev_resource_alignment()
Dmsi.c662 if (!flags || (flags & IORESOURCE_UNSET)) in msix_map_region()
/Linux-v4.19/include/linux/
Dioport.h63 #define IORESOURCE_UNSET 0x20000000 /* No address assigned yet */ macro
213 if (r1->flags & IORESOURCE_UNSET || r2->flags & IORESOURCE_UNSET) in resource_contains()
/Linux-v4.19/drivers/acpi/
Dresource.c85 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_memresource_flags()
153 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags()
156 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags()
395 res->flags = IORESOURCE_IRQ | IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_irqresource_disabled()
/Linux-v4.19/arch/powerpc/kernel/
Dpci-common.c825 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_resources()
927 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_bridge()
1171 if (res->flags & IORESOURCE_UNSET) in pcibios_allocate_bus_resources()
1192 if (pr && !(pr->flags & IORESOURCE_UNSET)) { in pcibios_allocate_bus_resources()
1236 if (!pr || (pr->flags & IORESOURCE_UNSET) || in alloc_resource()
1243 r->flags |= IORESOURCE_UNSET; in alloc_resource()
1262 if (!r->flags || (r->flags & IORESOURCE_UNSET)) in pcibios_allocate_resources()
/Linux-v4.19/arch/microblaze/pci/
Dpci-common.c587 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_resources()
720 if (pr && !(pr->flags & IORESOURCE_UNSET)) { in pcibios_allocate_bus_resources()
760 if (!pr || (pr->flags & IORESOURCE_UNSET) || in alloc_resource()
771 r->flags |= IORESOURCE_UNSET; in alloc_resource()
790 if (!r->flags || (r->flags & IORESOURCE_UNSET)) in pcibios_allocate_resources()
/Linux-v4.19/arch/x86/kernel/
Dsysfb_efi.c130 if (flags & IORESOURCE_UNSET) in efifb_set_system()
/Linux-v4.19/arch/powerpc/platforms/52xx/
Dmpc52xx_pci.c349 res->flags |= IORESOURCE_UNSET; in mpc52xx_pci_fixup_resources()
/Linux-v4.19/drivers/pnp/
Dquirks.c256 if (flags & IORESOURCE_UNSET) in quirk_system_pci_resources()
/Linux-v4.19/drivers/xen/xen-pciback/
Dconf_space_header.c243 (res[pos].flags & (IORESOURCE_DISABLED | IORESOURCE_UNSET | in bar_init()
/Linux-v4.19/arch/x86/pci/
Dxen.c303 if (!flags || (flags & IORESOURCE_UNSET)) in xen_initdom_setup_msi_irqs()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dsetup.c668 res->flags |= IORESOURCE_UNSET; in of_pci_parse_iov_addrs()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c523 if (pci_resource_flags(adev->pdev, 2) & IORESOURCE_UNSET) in amdgpu_device_doorbell_init()
781 if (r || (pci_resource_flags(adev->pdev, 0) & IORESOURCE_UNSET)) in amdgpu_device_resize_fb_bar()
/Linux-v4.19/kernel/
Dresource.c616 avail.flags = new->flags & ~IORESOURCE_UNSET; in __find_resource()
/Linux-v4.19/lib/
Dvsprintf.c791 if (decode && res->flags & IORESOURCE_UNSET) { in resource_string()