Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/pci/
Dmmconfig-shared.c83 new->end_bus = end; in pci_mmconfig_alloc()
122 cfg->start_bus <= bus && bus <= cfg->end_bus) in pci_mmconfig_lookup()
192 unsigned segnbits = 0, busnbits, end_bus; in pci_mmcfg_amd_fam10h() local
226 end_bus = (1 << busnbits) - 1; in pci_mmcfg_amd_fam10h()
228 if (pci_mmconfig_add(i, 0, end_bus, in pci_mmcfg_amd_fam10h()
328 if (cfg->end_bus < cfg->start_bus) in pci_mmcfg_check_end_bus_number()
329 cfg->end_bus = 255; in pci_mmcfg_check_end_bus_number()
336 if (cfg->end_bus >= cfgx->start_bus) in pci_mmcfg_check_end_bus_number()
337 cfg->end_bus = cfgx->start_bus - 1; in pci_mmcfg_check_end_bus_number()
473 cfg->end_bus = cfg->start_bus + ((size>>20) - 1); in is_mmconf_reserved()
[all …]
Dacpi.c18 u8 end_bus; member
188 info->end_bus = end; in setup_mcfg_map()
215 info->end_bus); in teardown_mcfg_map()
Dmmconfig_64.c105 num_buses = cfg->end_bus - cfg->start_bus + 1; in mcfg_ioremap()
/linux-4.1.27/drivers/xen/
Dpci.c237 r.end_bus = cfg->end_bus; in xen_mcfg_late()
/linux-4.1.27/include/xen/interface/
Dphysdev.h247 uint8_t end_bus; member
/linux-4.1.27/arch/x86/include/asm/
Dpci_x86.h138 u8 end_bus; member
/linux-4.1.27/arch/x86/kernel/
Dpci-calgary_64.c1091 u8 start_bus, end_bus; in calgary_locate_bbars() local
1113 end_bus = (u8)((val & 0x0000FF00) >> 8); in calgary_locate_bbars()
1115 if (end_bus) { in calgary_locate_bbars()
1116 for (bus = start_bus; bus <= end_bus; bus++) { in calgary_locate_bbars()