Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dsetup-res.c46 if (res->flags & IORESOURCE_UNSET) in pci_std_update_resource()
142 if (res->flags & IORESOURCE_UNSET) { in pci_claim_resource()
160 res->flags |= IORESOURCE_UNSET; in pci_claim_resource()
168 res->flags |= IORESOURCE_UNSET; in pci_claim_resource()
217 res->flags &= ~IORESOURCE_UNSET; in pci_revert_fw_address()
245 res->flags |= IORESOURCE_UNSET; in pci_revert_fw_address()
388 res->flags |= IORESOURCE_UNSET; in pci_assign_resource()
414 res->flags &= ~IORESOURCE_UNSET; in pci_assign_resource()
440 res->flags |= IORESOURCE_UNSET; in pci_reassign_resource()
456 res->flags &= ~IORESOURCE_UNSET; in pci_reassign_resource()
[all …]
H A Dbus.c209 if (r->flags & (IORESOURCE_UNSET|IORESOURCE_DISABLED)) in pci_bus_alloc_from_region()
325 res->flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
326 orig_res.flags &= ~IORESOURCE_UNSET; in pci_bus_clip_resource()
/linux/include/linux/
H A Dioport.h70 #define IORESOURCE_UNSET 0x20000000 /* No address assigned yet */ macro
170 DEFINE_RES_NAMED(0, 0, NULL, IORESOURCE_UNSET)
327 if (r1->flags & IORESOURCE_UNSET || r2->flags & IORESOURCE_UNSET) in resource_contains()
459 res->flags |= IORESOURCE_IRQ | IORESOURCE_DISABLED | IORESOURCE_UNSET; in irqresource_disabled()
/linux/drivers/acpi/
H A Dresource.c79 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_memresource_flags()
147 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags()
150 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags()
/linux/drivers/platform/x86/
H A Dp2sb.c62 return res->flags & ~IORESOURCE_UNSET; in p2sb_valid_resource()
/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c340 res->flags |= IORESOURCE_UNSET; in mpc52xx_pci_fixup_resources()
/linux/drivers/firmware/efi/
H A Dsysfb_efi.c130 if (flags & IORESOURCE_UNSET) in efifb_set_system()
/linux/drivers/xen/xen-pciback/
H A Dconf_space_header.c235 (res[pos].flags & (IORESOURCE_DISABLED | IORESOURCE_UNSET | in bar_init()
/linux/drivers/pnp/
H A Dquirks.c251 if (r->flags & IORESOURCE_UNSET) in quirk_system_pci_resources()
/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c161 res->flags |= IORESOURCE_UNSET; in of_pci_parse_addrs()
H A Deeh.c1589 if (r->flags & IORESOURCE_UNSET) in eeh_break_device()
/linux/arch/x86/pci/
H A Dfixup.c707 r->flags |= IORESOURCE_UNSET; in quirk_intel_th_dnv()
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c774 res->flags |= IORESOURCE_UNSET; in of_pci_parse_iov_addrs()
/linux/drivers/pci/msi/
H A Dmsi.c584 if (!flags || (flags & IORESOURCE_UNSET)) in msix_map_region()
/linux/lib/
H A Dvsprintf.c1131 if (decode && res->flags & IORESOURCE_UNSET) { in resource_string()