start_bus         148 arch/x86/include/asm/pci_x86.h 	u8 start_bus;
start_bus        1070 arch/x86/kernel/pci-calgary_64.c 	u8 start_bus, end_bus;
start_bus        1091 arch/x86/kernel/pci-calgary_64.c 			start_bus = (u8)((val & 0x00FF0000) >> 16);
start_bus        1095 arch/x86/kernel/pci-calgary_64.c 				for (bus = start_bus; bus <= end_bus; bus++) {
start_bus        1100 arch/x86/kernel/pci-calgary_64.c 				bus_info[start_bus].bbar = bbar;
start_bus        1101 arch/x86/kernel/pci-calgary_64.c 				bus_info[start_bus].phbid = phb;
start_bus          17 arch/x86/pci/acpi.c 	u8 start_bus;
start_bus         197 arch/x86/pci/acpi.c 	info->start_bus = (u8)root->secondary.start;
start_bus         209 arch/x86/pci/acpi.c 	result = pci_mmconfig_insert(dev, seg, info->start_bus, info->end_bus,
start_bus         230 arch/x86/pci/acpi.c 				    info->start_bus, info->end_bus);
start_bus          61 arch/x86/pci/mmconfig-shared.c 		     cfg->start_bus >= new->start_bus)) {
start_bus          84 arch/x86/pci/mmconfig-shared.c 	new->start_bus = start;
start_bus         124 arch/x86/pci/mmconfig-shared.c 		    cfg->start_bus <= bus && bus <= cfg->end_bus)
start_bus         330 arch/x86/pci/mmconfig-shared.c 		if (cfg->end_bus < cfg->start_bus)
start_bus         338 arch/x86/pci/mmconfig-shared.c 		if (cfg->end_bus >= cfgx->start_bus)
start_bus         339 arch/x86/pci/mmconfig-shared.c 			cfg->end_bus = cfgx->start_bus - 1;
start_bus         475 arch/x86/pci/mmconfig-shared.c 		cfg->end_bus = cfg->start_bus + ((size>>20) - 1);
start_bus         476 arch/x86/pci/mmconfig-shared.c 		num_buses = cfg->end_bus - cfg->start_bus + 1;
start_bus         481 arch/x86/pci/mmconfig-shared.c 			 cfg->segment, cfg->start_bus, cfg->end_bus);
start_bus         492 arch/x86/pci/mmconfig-shared.c 				cfg->segment, cfg->start_bus, cfg->end_bus,
start_bus         742 arch/x86/pci/mmconfig-shared.c 				  cfg->segment, cfg->start_bus, cfg->end_bus);
start_bus         801 arch/x86/pci/mmconfig-shared.c 		if (cfg->segment == seg && cfg->start_bus == start &&
start_bus         105 arch/x86/pci/mmconfig_64.c 	start = cfg->address + PCI_MMCFG_BUS_OFFSET(cfg->start_bus);
start_bus         106 arch/x86/pci/mmconfig_64.c 	num_buses = cfg->end_bus - cfg->start_bus + 1;
start_bus         110 arch/x86/pci/mmconfig_64.c 		addr -= PCI_MMCFG_BUS_OFFSET(cfg->start_bus);
start_bus         151 arch/x86/pci/mmconfig_64.c 		iounmap(cfg->virt + PCI_MMCFG_BUS_OFFSET(cfg->start_bus));
start_bus         302 drivers/iommu/intel_irq_remapping.c static void set_irte_verify_bus(struct irte *irte, unsigned int start_bus,
start_bus         306 drivers/iommu/intel_irq_remapping.c 		     (start_bus << 8) | end_bus);
start_bus         237 drivers/xen/pci.c 		r.start_bus = cfg->start_bus;
start_bus        1711 include/acpi/actbl2.h 	u16 start_bus;
start_bus         246 include/xen/interface/physdev.h     uint8_t start_bus;