Home
last modified time | relevance | path

Searched refs:IORESOURCE_BUS (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/arch/x86/pci/
Dbus_numa.c45 if (window->res->flags & IORESOURCE_BUS) { in x86_pci_root_bus_resources()
85 info->busn.flags = IORESOURCE_BUS; in alloc_pci_root_info()
Dbroadcom_bus.c82 res.flags = IORESOURCE_BUS; in cnb20le_res()
/linux-4.4.14/drivers/of/
Dof_pci.c90 res->flags = IORESOURCE_BUS; in of_pci_parse_bus_range()
191 bus_range->flags = IORESOURCE_BUS; in of_pci_get_host_bridge_resources()
/linux-4.4.14/arch/sparc/kernel/
Dleon_pci.c32 info->busn.flags = IORESOURCE_BUS; in leon_pci_init()
Dpci.c665 pbm->busn.flags = IORESOURCE_BUS; in pci_scan_one_pbm()
/linux-4.4.14/drivers/pnp/
Dinterface.c281 case IORESOURCE_BUS: in resources_show()
421 IORESOURCE_BUS, in resources_store()
Dsupport.c72 case IORESOURCE_BUS: in pnp_resource_type_name()
Dresource.c478 IORESOURCE_BUS); in pnp_resource_type()
631 res->flags = IORESOURCE_BUS; in pnp_add_bus_resource()
/linux-4.4.14/drivers/pci/host/
Dpci-versatile.c105 case IORESOURCE_BUS: in versatile_pci_parse_request_of_pci_ranges()
Dpci-host-generic.c140 case IORESOURCE_BUS: in gen_pci_parse_request_of_pci_ranges()
Dpcie-iproc.c304 case IORESOURCE_BUS: in iproc_pcie_map_ranges()
Dpci-xgene.c335 case IORESOURCE_BUS: in xgene_pcie_map_ranges()
Dpcie-xilinx.c734 .flags = IORESOURCE_BUS, in xilinx_pcie_parse_and_add_res()
Dpcie-designware.c457 case IORESOURCE_BUS: in dw_pcie_host_init()
Dpci-tegra.c1652 pcie->busn.flags = IORESOURCE_BUS; in tegra_pcie_parse_dt()
/linux-4.4.14/drivers/acpi/
Dresource.c252 res->flags = IORESOURCE_BUS; in acpi_decode_space()
632 type = IORESOURCE_BUS; in acpi_dev_filter_resource_type()
Dpci_root.c542 root->secondary.flags = IORESOURCE_BUS; in acpi_pci_root_add()
/linux-4.4.14/include/linux/
Dioport.h37 #define IORESOURCE_BUS 0x00001000 macro
/linux-4.4.14/drivers/pci/
Dprobe.c28 .flags = IORESOURCE_BUS,
58 r->res.flags = IORESOURCE_BUS | IORESOURCE_PCI_FIXED; in get_pci_domain_busn_res()
2163 if (res->flags & IORESOURCE_BUS) in pci_create_root_bus()
2202 res->flags = IORESOURCE_BUS; in pci_bus_insert_busn_res()
2268 if (window->res->flags & IORESOURCE_BUS) { in pci_scan_root_bus_msi()
Dxen-pcifront.c456 .flags = IORESOURCE_BUS, in pcifront_scan_root()
/linux-4.4.14/arch/blackfin/mach-bf561/boards/
Dezkit.c113 .flags = IORESOURCE_BUS,
/linux-4.4.14/arch/blackfin/mach-bf533/boards/
Dstamp.c86 .flags = IORESOURCE_BUS,
/linux-4.4.14/drivers/parisc/
Dlba_pci.c1038 lba_dev->hba.bus_num.flags = IORESOURCE_BUS; in lba_pat_resources()
1154 r->flags = IORESOURCE_BUS; in lba_legacy_resources()
Ddino.c982 dino_dev->hba.bus_num.flags = IORESOURCE_BUS; in dino_probe()
/linux-4.4.14/arch/blackfin/mach-bf527/boards/
Dezkit.c414 .flags = IORESOURCE_BUS,
/linux-4.4.14/arch/powerpc/kernel/
Dpci-common.c1617 hose->busn.flags = IORESOURCE_BUS; in pcibios_scan_phb()
/linux-4.4.14/arch/blackfin/mach-bf537/boards/
Dstamp.c372 .flags = IORESOURCE_BUS,
/linux-4.4.14/lib/
Dvsprintf.c718 } else if (res->flags & IORESOURCE_BUS) { in resource_string()
/linux-4.4.14/drivers/usb/gadget/udc/
Dnet2272.c2620 iomem_bus = platform_get_resource(pdev, IORESOURCE_BUS, 0); in net2272_plat_probe()