Searched refs:end_bus (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/pci/
H A Dmmconfig-shared.c86 new->end_bus = end;
124 cfg->start_bus <= bus && bus <= cfg->end_bus)
194 unsigned segnbits = 0, busnbits, end_bus; local
228 end_bus = (1 << busnbits) - 1;
230 if (pci_mmconfig_add(i, 0, end_bus,
330 if (cfg->end_bus < cfg->start_bus)
331 cfg->end_bus = 255;
338 if (cfg->end_bus >= cfgx->start_bus)
339 cfg->end_bus = cfgx->start_bus - 1;
495 /* update end_bus */
[all...]
H A Dacpi.c21 u8 end_bus; member in struct:pci_root_info
282 info->end_bus = (u8)root->secondary.end;
296 result = pci_mmconfig_insert(dev, seg, info->start_bus, info->end_bus,
317 info->start_bus, info->end_bus);
H A Dmmconfig_64.c106 num_buses = cfg->end_bus - cfg->start_bus + 1;
/linux-master/include/xen/interface/
H A Dphysdev.h229 uint8_t end_bus; member in struct:physdev_pci_mmcfg_reserved
/linux-master/drivers/xen/
H A Dpci.c239 r.end_bus = cfg->end_bus;
/linux-master/arch/x86/include/asm/
H A Dpci_x86.h176 u8 end_bus; member in struct:pci_mmcfg_region
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c293 * to the start_bus and end_bus arguments.
296 unsigned int end_bus)
299 (start_bus << 8) | end_bus);
295 set_irte_verify_bus(struct irte *irte, unsigned int start_bus, unsigned int end_bus) argument

Completed in 169 milliseconds