Home
last modified time | relevance | path

Searched refs:IORESOURCE_WINDOW (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dpci.c117 if (!(entry->res->flags & IORESOURCE_WINDOW)) in pci_acpi_root_prepare_resources()
/openbmc/linux/drivers/pnp/
H A Dresource.c217 if (tres->flags & IORESOURCE_WINDOW) in pnp_check_port()
280 if (tres->flags & IORESOURCE_WINDOW) in pnp_check_mem()
H A Dinterface.c287 res->flags & IORESOURCE_WINDOW ? in resources_show()
/openbmc/linux/include/linux/
H A Dioport.h56 #define IORESOURCE_WINDOW 0x00200000 /* forwarded by bridge */ macro
/openbmc/linux/arch/x86/pci/
H A Dfixup.c744 IORESOURCE_MEM_64 | IORESOURCE_WINDOW; in pci_amd_enable_64bit_bar()
/openbmc/linux/drivers/acpi/
H A Dresource.c269 res->flags |= IORESOURCE_WINDOW; in acpi_decode_space()
/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c3244 hbus->low_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()
3263 hbus->high_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()
/openbmc/linux/lib/
H A Dvsprintf.c1128 if (res->flags & IORESOURCE_WINDOW) in resource_string()