Home
last modified time | relevance | path

Searched refs:PCI_REGION_FLAG_MASK (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/arch/sh64/kernel/
Dpcibios.c36 new = res->start | (res->flags & PCI_REGION_FLAG_MASK); in pcibios_update_resource()
/linux-2.4.37.9/arch/sh/kernel/
Dpcibios.c36 new = res->start | (res->flags & PCI_REGION_FLAG_MASK); in pcibios_update_resource()
/linux-2.4.37.9/arch/mips/pci/
Dpci.c22 new = res->start | (res->flags & PCI_REGION_FLAG_MASK); in pcibios_update_resource()
/linux-2.4.37.9/arch/x86_64/kernel/
Dpci-x86_64.c104 new = res->start | (res->flags & PCI_REGION_FLAG_MASK); in pcibios_update_resource()
/linux-2.4.37.9/arch/i386/kernel/
Dpci-i386.c104 new = res->start | (res->flags & PCI_REGION_FLAG_MASK); in pcibios_update_resource()
/linux-2.4.37.9/arch/mips/pmc-sierra/stretch/
Dpci.c231 new = res->start | (res->flags & PCI_REGION_FLAG_MASK); in pcibios_update_resource()
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/
Dpci.c288 new = res->start | (res->flags & PCI_REGION_FLAG_MASK); in pcibios_update_resource()
Dht.c379 new = res->start | (res->flags & PCI_REGION_FLAG_MASK); in pcibios_update_resource()
/linux-2.4.37.9/arch/mips/momentum/jaguar_atx/
Dpci.c405 new = res->start | (res->flags & PCI_REGION_FLAG_MASK);
/linux-2.4.37.9/arch/arm/kernel/
Dbios32.c303 val |= res->flags & PCI_REGION_FLAG_MASK; in pcibios_update_resource()
/linux-2.4.37.9/drivers/pci/
Dproc.c355 (dev->resource[i].flags & PCI_REGION_FLAG_MASK)); in show_device()
/linux-2.4.37.9/include/linux/
Dpci.h443 #define PCI_REGION_FLAG_MASK 0x0fU /* These bits of resource flags tell us the PCI region flags */ macro
/linux-2.4.37.9/arch/ppc/kernel/
Dpci.c127 new |= (res->flags & PCI_REGION_FLAG_MASK); in pcibios_update_resource()
147 new & ~PCI_REGION_FLAG_MASK); in pcibios_update_resource()
/linux-2.4.37.9/arch/ppc64/kernel/
Dpci.c176 new |= (res->flags & PCI_REGION_FLAG_MASK); in pcibios_update_resource()