Searched refs:IORESOURCE_BUS (Results 1 – 25 of 34) sorted by relevance
12
/linux-5.19.10/arch/x86/pci/ |
D | bus_numa.c | 46 if (window->res->flags & IORESOURCE_BUS) { in x86_pci_root_bus_resources() 86 info->busn.flags = IORESOURCE_BUS; in alloc_pci_root_info()
|
D | broadcom_bus.c | 78 res.flags = IORESOURCE_BUS; in cnb20le_res()
|
/linux-5.19.10/arch/sparc/kernel/ |
D | leon_pci.c | 39 info->busn.flags = IORESOURCE_BUS; in leon_pci_init()
|
/linux-5.19.10/drivers/pci/controller/ |
D | pci-host-common.c | 37 bus = resource_list_first_type(&bridge->windows, IORESOURCE_BUS); in gen_pci_init()
|
D | pcie-xilinx-cpm.c | 558 bus = resource_list_first_type(&bridge->windows, IORESOURCE_BUS); in xilinx_cpm_pcie_probe()
|
D | pci-xgene.c | 435 case IORESOURCE_BUS: in xgene_pcie_map_ranges()
|
D | pci-v3-semi.c | 586 case IORESOURCE_BUS: in v3_pci_setup_resource()
|
/linux-5.19.10/drivers/pnp/ |
D | interface.c | 283 case IORESOURCE_BUS: in resources_show() 423 IORESOURCE_BUS, in resources_store()
|
D | support.c | 72 case IORESOURCE_BUS: in pnp_resource_type_name()
|
D | resource.c | 479 IORESOURCE_BUS); in pnp_resource_type() 632 res->flags = IORESOURCE_BUS; in pnp_add_bus_resource()
|
/linux-5.19.10/arch/m68k/coldfire/ |
D | pci.c | 150 .flags = IORESOURCE_BUS,
|
/linux-5.19.10/arch/alpha/kernel/ |
D | sys_nautilus.c | 197 .flags = IORESOURCE_BUS,
|
/linux-5.19.10/drivers/pci/ |
D | of.c | 193 res->flags = IORESOURCE_BUS; in of_pci_parse_bus_range() 301 bus_range->flags = IORESOURCE_BUS; in devm_of_pci_get_host_bridge_resources()
|
D | ecam.c | 52 cfg->busr.flags = IORESOURCE_BUS; in pci_ecam_create()
|
D | probe.c | 32 .flags = IORESOURCE_BUS, 62 r->res.flags = IORESOURCE_BUS | IORESOURCE_PCI_FIXED; in get_pci_domain_busn_res() 1002 if (res->flags & IORESOURCE_BUS) in pci_register_host_bridge() 3092 res->flags = IORESOURCE_BUS; in pci_bus_insert_busn_res() 3157 if (window->res->flags & IORESOURCE_BUS) { in pci_scan_root_bus_bridge() 3195 if (window->res->flags & IORESOURCE_BUS) { in pci_scan_root_bus()
|
/linux-5.19.10/drivers/acpi/ |
D | resource.c | 259 res->flags = IORESOURCE_BUS; in acpi_decode_space() 766 type = IORESOURCE_BUS; in acpi_dev_filter_resource_type()
|
D | pci_mcfg.c | 38 NULL, IORESOURCE_BUS)
|
/linux-5.19.10/arch/s390/pci/ |
D | pci_bus.c | 286 zbus->bus_resource.flags = IORESOURCE_BUS; in zpci_bus_alloc()
|
/linux-5.19.10/drivers/pci/controller/dwc/ |
D | pcie-al.c | 255 struct resource *bus = resource_list_first_type(&pp->bridge->windows, IORESOURCE_BUS)->res; in al_pcie_config_prepare()
|
/linux-5.19.10/include/linux/ |
D | ioport.h | 44 #define IORESOURCE_BUS 0x00001000 macro
|
/linux-5.19.10/drivers/pci/controller/cadence/ |
D | pcie-cadence-host.c | 414 entry = resource_list_first_type(&bridge->windows, IORESOURCE_BUS); in cdns_pcie_host_init_address_translation()
|
/linux-5.19.10/arch/powerpc/platforms/powernv/ |
D | pci-sriov.c | 582 iov->holes[i].flags = IORESOURCE_BUS; in pnv_pci_vf_resource_shift()
|
/linux-5.19.10/drivers/parisc/ |
D | lba_pci.c | 1075 lba_dev->hba.bus_num.flags = IORESOURCE_BUS; in lba_pat_resources() 1191 r->flags = IORESOURCE_BUS; in lba_legacy_resources()
|
/linux-5.19.10/arch/um/drivers/ |
D | virt-pci.c | 841 .flags = IORESOURCE_BUS,
|
/linux-5.19.10/arch/mips/pci/ |
D | pci-xtalk-bridge.c | 649 bc->busn.flags = IORESOURCE_BUS; in bridge_probe()
|
12