Home
last modified time | relevance | path

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

/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()
/linux/kernel/trace/
H A Dtrace_mmiotrace.c75 (dev->resource[i].flags & PCI_REGION_FLAG_MASK))); in mmio_print_pcidev()
/linux/include/linux/
H A Dpci.h707 #define PCI_REGION_FLAG_MASK 0x0fU /* These bits of resource flags tell us the PCI region flags */ macro