Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_header.c240 (res[pos].flags & PCI_REGION_FLAG_MASK); in bar_init()
242 (res[pos].flags & PCI_REGION_FLAG_MASK); in bar_init()
/openbmc/linux/kernel/trace/
H A Dtrace_mmiotrace.c74 (dev->resource[i].flags & PCI_REGION_FLAG_MASK))); in mmio_print_pcidev()
/openbmc/linux/drivers/pci/
H A Dproc.c390 (dev->resource[i].flags & PCI_REGION_FLAG_MASK))); in show_device()
/openbmc/linux/include/linux/
H A Dpci.h645 #define PCI_REGION_FLAG_MASK 0x0fU /* These bits of resource flags tell us the PCI region flags */ macro