Home
last modified time | relevance | path

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

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