Lines Matching defs:idx
328 int idx;
333 for (idx = 0; idx < PCI_BRIDGE_RESOURCES; idx++) {
334 struct resource *r = &dev->resource[idx];
339 pci_claim_resource(dev, idx);
346 int idx;
351 for (idx = PCI_BRIDGE_RESOURCES; idx < PCI_NUM_RESOURCES; idx++) {
352 struct resource *r = &dev->resource[idx];
357 pci_claim_bridge_resource(dev, idx);