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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Dmmconfig-shared.c81 new->end_bus = end;
107 cfg->start_bus <= bus && bus <= cfg->end_bus)
177 unsigned segnbits = 0, busnbits, end_bus; local
211 end_bus = (1 << busnbits) - 1;
213 if (pci_mmconfig_add(i, 0, end_bus,
309 if (cfg->end_bus < cfg->start_bus)
310 cfg->end_bus = 255;
317 if (cfg->end_bus >= cfgx->start_bus)
318 cfg->end_bus = cfgx->start_bus - 1;
460 /* update end_bus */
[all...]
H A Dmmconfig_64.c96 num_buses = cfg->end_bus - cfg->start_bus + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpci_x86.h133 u8 end_bus; member in struct:pci_mmcfg_region
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dpci-calgary_64.c1092 u8 start_bus, end_bus; local
1114 end_bus = (u8)((val & 0x0000FF00) >> 8);
1116 if (end_bus) {
1117 for (bus = start_bus; bus <= end_bus; bus++) {

Completed in 202 milliseconds