Lines Matching refs:i
446 unsigned int i, count; local
538 for (i = 0; i < count; i++)
540 …sdt = check_and_map_sdt(physmem, pagesize, xsdt->sdt_addresses[i], "MCFG", &map2_addr, &map2_lengt…
562 for (i = 0; i < count; i++)
564 …sdt = check_and_map_sdt(physmem, pagesize, rsdt->sdt_addresses[i], "MCFG", &map2_addr, &map2_lengt…
586 get_mcfg_allocation(struct acpi_mcfg *mcfg, unsigned int i, int *domain, u8 *start_bus, u8 *end_bus… argument
588 …int buses = (int)mcfg->allocations[i].end_bus_number - (int)mcfg->allocations[i].start_bus_number …
591 *domain = mcfg->allocations[i].pci_segment;
593 *start_bus = mcfg->allocations[i].start_bus_number;
595 *end_bus = mcfg->allocations[i].end_bus_number;
597 *addr = mcfg->allocations[i].address;
767 int i, count; local
772 for (i = 0; i < count; i++)
774 … get_mcfg_allocation(mcfg, i, &cur_domain, &start_bus, &end_bus, &start_addr, &total_length);
1102 int i, j, count; local
1111 for (i = 0; i < count; i++)
1112 …segments[eacc->mcfg->allocations[i].pci_segment / 32] |= 1 << (eacc->mcfg->allocations[i].pci_segm…
1123 for (i = 0; i < 0xFFFF/32; i++)
1125 if (!segments[i])
1128 if (segments[i] & (1 << j))
1129 pci_generic_scan_domain(a, 32*i + j);