Home | History | Annotate | Download | only in pci

Lines Matching defs:ndev

458     unsigned int nbus, ndev, nfunc, maxfunc;
477 for (ndev = 0; ndev < MAX_PCI_DEVICES; ndev++) {
482 a = pci_mkaddr(nbus, ndev, nfunc, 0);
512 bus->slot[ndev] = slot;
566 unsigned int nbus, ndev, nfunc;
572 for (ndev = 0; ndev < MAX_PCI_DEVICES; ndev++) {
573 slot = bus->slot[ndev];