Searched refs:IORESOURCE_TYPE_BITS (Results 1 – 12 of 12) sorted by relevance
37 #define IORESOURCE_TYPE_BITS 0x00000f00 /* Resource type */ macro135 return res->flags & IORESOURCE_TYPE_BITS; in resource_type()
325 if ((range.flags & IORESOURCE_TYPE_BITS) == IORESOURCE_IO) in devm_of_pci_get_host_bridge_resources()327 else if ((range.flags & IORESOURCE_TYPE_BITS) == IORESOURCE_MEM) in devm_of_pci_get_host_bridge_resources()383 if (((range.flags & IORESOURCE_TYPE_BITS) != IORESOURCE_MEM) || in devm_of_pci_get_host_bridge_resources()
190 type_mask |= IORESOURCE_TYPE_BITS; in pci_bus_alloc_from_region()
38 #define IORESOURCE_TYPE_BITS 0x00001f00 /* Resource type */ macro225 return res->flags & IORESOURCE_TYPE_BITS; in resource_type()
202 switch (range.flags & IORESOURCE_TYPE_BITS) { in reserve_pio_range()
150 switch (range.flags & IORESOURCE_TYPE_BITS) { in pci_load_of_ranges()
48 if (WARN_ON((resource->flags & IORESOURCE_TYPE_BITS) != IORESOURCE_MEM)) in logic_iomem_add_region()
31 #define IORESOURCE_TYPE_BITS 0x00000f00 /* Resource type */ macro
540 switch (range.flags & IORESOURCE_TYPE_BITS) { in arch_reserve_pio_range()
817 if ((r->flags & IORESOURCE_TYPE_BITS) != IORESOURCE_MEM) in um_pci_map_iomem_walk()
891 switch (devres[r].flags & IORESOURCE_TYPE_BITS) { in intel_th_alloc()
782 switch (range.flags & IORESOURCE_TYPE_BITS) { in pci_process_bridge_OF_ranges()