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

/arch/x86/pci/
H A Dmmconfig-shared.c83 new->end_bus = end;
122 cfg->start_bus <= bus && bus <= cfg->end_bus)
192 unsigned segnbits = 0, busnbits, end_bus; local
226 end_bus = (1 << busnbits) - 1;
228 if (pci_mmconfig_add(i, 0, end_bus,
328 if (cfg->end_bus < cfg->start_bus)
329 cfg->end_bus = 255;
336 if (cfg->end_bus >= cfgx->start_bus)
337 cfg->end_bus = cfgx->start_bus - 1;
472 /* update end_bus */
[all...]
H A Dmmconfig_64.c105 num_buses = cfg->end_bus - cfg->start_bus + 1;
H A Dacpi.c21 u8 end_bus; member in struct:pci_root_info
178 info->end_bus = end;
205 info->end_bus);
/arch/x86/include/asm/
H A Dpci_x86.h136 u8 end_bus; member in struct:pci_mmcfg_region
/arch/x86/kernel/
H A Dpci-calgary_64.c1091 u8 start_bus, end_bus; local
1113 end_bus = (u8)((val & 0x0000FF00) >> 8);
1115 if (end_bus) {
1116 for (bus = start_bus; bus <= end_bus; bus++) {

Completed in 134 milliseconds