Searched refs:PCI_IORESOURCE_TYPE_BITS (Results 1 – 3 of 3) sorted by relevance
18 if ((ioflg & PCI_IORESOURCE_TYPE_BITS) == PCI_IORESOURCE_IO) in ioflg_to_pciflg()20 else if ((ioflg & PCI_IORESOURCE_TYPE_BITS) == PCI_IORESOURCE_MEM) in ioflg_to_pciflg()99 if ((d->flags[i] & PCI_IORESOURCE_TYPE_BITS) == PCI_IORESOURCE_IO) in pci_emulated_read()101 else if ((d->flags[i] & PCI_IORESOURCE_TYPE_BITS) == PCI_IORESOURCE_MEM) in pci_emulated_read()
1782 #define PCI_IORESOURCE_TYPE_BITS 0x00001f00 macro
432 if ((ioflg & PCI_IORESOURCE_TYPE_BITS) == PCI_IORESOURCE_MEM && in show_bases()