Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dpci-common.c869 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_resources()
973 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_bridge()
1197 if (res->flags & IORESOURCE_UNSET) in pcibios_allocate_bus_resources()
1223 if (pr && !(pr->flags & IORESOURCE_UNSET)) { in pcibios_allocate_bus_resources()
1256 if (!pr || (pr->flags & IORESOURCE_UNSET) || in alloc_resource()
1267 r->flags |= IORESOURCE_UNSET; in alloc_resource()
1286 if (!r->flags || (r->flags & IORESOURCE_UNSET)) in pcibios_allocate_resources()
/linux-3.4.99/arch/microblaze/pci/
Dpci-common.c862 res->flags |= IORESOURCE_UNSET; in pcibios_fixup_resources()
1175 if (pr && !(pr->flags & IORESOURCE_UNSET)) { in pcibios_allocate_bus_resources()
1208 if (!pr || (pr->flags & IORESOURCE_UNSET) || in alloc_resource()
1219 r->flags |= IORESOURCE_UNSET; in alloc_resource()
1238 if (!r->flags || (r->flags & IORESOURCE_UNSET)) in pcibios_allocate_resources()
/linux-3.4.99/include/linux/
Dioport.h53 #define IORESOURCE_UNSET 0x20000000 macro
/linux-3.4.99/drivers/pci/
Dsetup-res.c87 res->flags &= ~IORESOURCE_UNSET; in pci_update_resource()
/linux-3.4.99/arch/powerpc/platforms/52xx/
Dmpc52xx_pci.c349 res->flags |= IORESOURCE_UNSET; in mpc52xx_pci_fixup_resources()
/linux-3.4.99/arch/powerpc/platforms/powernv/
Dpci-ioda.c108 r->flags |= IORESOURCE_UNSET; in pnv_ioda_calc_dev()
123 if (!(r->flags & IORESOURCE_UNSET) || in pnv_ioda_calc_dev()
140 r->flags &= ~IORESOURCE_UNSET; in pnv_ioda_calc_dev()
/linux-3.4.99/arch/tile/kernel/
Dpci.c453 if (r->flags & IORESOURCE_UNSET) { in pcibios_enable_device()