Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H 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()
238 res->flags |= IORESOURCE_UNSET; in pci_revert_fw_address()
330 res->flags |= IORESOURCE_UNSET; in pci_assign_resource()
356 res->flags &= ~IORESOURCE_UNSET; in pci_assign_resource()
378 res->flags |= IORESOURCE_UNSET; in pci_reassign_resource()
395 res->flags &= ~IORESOURCE_UNSET; in pci_reassign_resource()
[all …]
H A Dbus.c289 res->flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
290 orig_res.flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
H A Dquirks.c484 r->flags |= IORESOURCE_UNSET; in quirk_extend_bar_to_page()
501 r->flags |= IORESOURCE_UNSET; in quirk_s3_64M()
1226 r->flags |= IORESOURCE_UNSET; in quirk_dunord()
2172 r->flags |= IORESOURCE_UNSET; in quirk_tc86c001_ide()
2201 r->flags |= IORESOURCE_UNSET; in quirk_plx_pci9050()
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 Diov.c839 if (res->flags & IORESOURCE_UNSET) in pci_iov_update_resource()
H A Dpci.c223 if (res->flags & IORESOURCE_UNSET || !(res->flags & IORESOURCE_MEM)) { in pci_ioremap_bar()
6335 r->flags |= IORESOURCE_UNSET; in pci_request_resource_alignment()
6390 r->flags |= IORESOURCE_UNSET; in pci_reassigndev_resource_alignment()
H A Dmsi.c709 if (!flags || (flags & IORESOURCE_UNSET)) in msix_map_region()
/OK3568_Linux_fs/kernel/include/linux/
H A Dioport.h74 #define IORESOURCE_UNSET 0x20000000 /* No address assigned yet */ macro
233 if (r1->flags & IORESOURCE_UNSET || r2->flags & IORESOURCE_UNSET) in resource_contains()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dresource.c77 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_memresource_flags()
145 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags()
148 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags()
387 res->flags = IORESOURCE_IRQ | IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_irqresource_disabled()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci-common.c838 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_resources()
940 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_bridge()
1152 if (res->flags & IORESOURCE_UNSET) in pcibios_allocate_bus_resources()
1173 if (pr && !(pr->flags & IORESOURCE_UNSET)) { in pcibios_allocate_bus_resources()
1217 if (!pr || (pr->flags & IORESOURCE_UNSET) || in alloc_resource()
1224 r->flags |= IORESOURCE_UNSET; in alloc_resource()
1243 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.c1747 if (r->flags & IORESOURCE_UNSET) in eeh_debugfs_break_device()
/OK3568_Linux_fs/kernel/arch/microblaze/pci/
H A Dpci-common.c579 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_resources()
712 if (pr && !(pr->flags & IORESOURCE_UNSET)) { in pcibios_allocate_bus_resources()
752 if (!pr || (pr->flags & IORESOURCE_UNSET) || in alloc_resource()
763 r->flags |= IORESOURCE_UNSET; in alloc_resource()
782 if (!r->flags || (r->flags & IORESOURCE_UNSET)) in pcibios_allocate_resources()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dioport.h56 #define IORESOURCE_UNSET 0x20000000 macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsysfb_efi.c129 if (flags & IORESOURCE_UNSET) in efifb_set_system()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c349 res->flags |= IORESOURCE_UNSET; in mpc52xx_pci_fixup_resources()
/OK3568_Linux_fs/kernel/drivers/pnp/
H A Dquirks.c254 if (flags & IORESOURCE_UNSET) in quirk_system_pci_resources()
/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dconf_space_header.c246 (res[pos].flags & (IORESOURCE_DISABLED | IORESOURCE_UNSET | in bar_init()
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dxen.c308 if (!flags || (flags & IORESOURCE_UNSET)) in xen_initdom_setup_msi_irqs()
H A Dfixup.c664 r->flags |= IORESOURCE_UNSET; in quirk_intel_th_dnv()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dsetup.c704 res->flags |= IORESOURCE_UNSET; in of_pci_parse_iov_addrs()
/OK3568_Linux_fs/kernel/kernel/
H A Dresource.c627 avail.flags = new->flags & ~IORESOURCE_UNSET; in __find_resource()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c933 if (pci_resource_flags(adev->pdev, 2) & IORESOURCE_UNSET) in amdgpu_device_doorbell_init()
1142 if (r || (pci_resource_flags(adev->pdev, 0) & IORESOURCE_UNSET)) in amdgpu_device_resize_fb_bar()
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c1129 if (decode && res->flags & IORESOURCE_UNSET) { in resource_string()