Searched refs:end_bus (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/pci/ |
H A D | mmconfig-shared.c | 83 new->end_bus = end; pci_mmconfig_alloc() 122 cfg->start_bus <= bus && bus <= cfg->end_bus) pci_mmconfig_lookup() 192 unsigned segnbits = 0, busnbits, end_bus; pci_mmcfg_amd_fam10h() local 226 end_bus = (1 << busnbits) - 1; pci_mmcfg_amd_fam10h() 228 if (pci_mmconfig_add(i, 0, end_bus, pci_mmcfg_amd_fam10h() 328 if (cfg->end_bus < cfg->start_bus) pci_mmcfg_check_end_bus_number() 329 cfg->end_bus = 255; pci_mmcfg_check_end_bus_number() 336 if (cfg->end_bus >= cfgx->start_bus) pci_mmcfg_check_end_bus_number() 337 cfg->end_bus = cfgx->start_bus - 1; pci_mmcfg_check_end_bus_number() 472 /* update end_bus */ is_mmconf_reserved() 473 cfg->end_bus = cfg->start_bus + ((size>>20) - 1); is_mmconf_reserved() 474 num_buses = cfg->end_bus - cfg->start_bus + 1; is_mmconf_reserved() 479 cfg->segment, cfg->start_bus, cfg->end_bus); is_mmconf_reserved() 490 cfg->segment, cfg->start_bus, cfg->end_bus, is_mmconf_reserved() 651 pcibios_last_bus = cfg->end_bus; __pci_mmcfg_init() 740 if (cfg->end_bus < end) pci_mmconfig_insert() 745 cfg->segment, cfg->start_bus, cfg->end_bus); pci_mmconfig_insert() 805 cfg->end_bus == end) { pci_mmconfig_delete()
|
H A D | acpi.c | 17 u8 end_bus; member in struct:pci_root_info 189 info->end_bus = (u8)root->secondary.end; setup_mcfg_map() 200 result = pci_mmconfig_insert(dev, seg, info->start_bus, info->end_bus, setup_mcfg_map() 221 info->start_bus, info->end_bus); teardown_mcfg_map()
|
H A D | mmconfig_64.c | 105 num_buses = cfg->end_bus - cfg->start_bus + 1; mcfg_ioremap()
|
/linux-4.4.14/drivers/xen/ |
H A D | pci.c | 237 r.end_bus = cfg->end_bus; xen_mcfg_late()
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | pci_x86.h | 138 u8 end_bus; member in struct:pci_mmcfg_region
|
/linux-4.4.14/include/xen/interface/ |
H A D | physdev.h | 247 uint8_t end_bus; member in struct:physdev_pci_mmcfg_reserved
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | pci-calgary_64.c | 1091 u8 start_bus, end_bus; calgary_locate_bbars() local 1113 end_bus = (u8)((val & 0x0000FF00) >> 8); calgary_locate_bbars() 1115 if (end_bus) { calgary_locate_bbars() 1116 for (bus = start_bus; bus <= end_bus; bus++) { calgary_locate_bbars()
|
Completed in 262 milliseconds