Searched refs:PCI_REGION_FLAG_MASK (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/pci/
H A Dproc.c351 (dev->resource[i].flags & PCI_REGION_FLAG_MASK))); show_device()
H A Dsetup-res.c59 new = region.start | (res->flags & PCI_REGION_FLAG_MASK); pci_update_resource()
/linux-4.1.27/kernel/trace/
H A Dtrace_mmiotrace.c80 (dev->resource[i].flags & PCI_REGION_FLAG_MASK))); mmio_print_pcidev()
/linux-4.1.27/drivers/xen/xen-pciback/
H A Dconf_space_header.c234 (res[pos].flags & PCI_REGION_FLAG_MASK); read_dev_bar()
/linux-4.1.27/include/linux/
H A Dpci.h444 #define PCI_REGION_FLAG_MASK 0x0fU /* These bits of resource flags tell us the PCI region flags */ macro

Completed in 78 milliseconds