Lines Matching defs:nreg

2377 	int nreg, nasgn;
2388 nreg = 1; /* rest of regs[0] is all zero */
2467 regs[nreg].pci_phys_hi = PCI_ADDR_IO | devloc |
2469 regs[nreg].pci_phys_low = hard_decode ?
2472 PCI_RELOCAT_B | regs[nreg].pci_phys_hi;
2473 regs[nreg].pci_size_low =
2530 nreg++, nasgn++;
2551 regs[nreg].pci_size_low =
2584 regs[nreg].pci_phys_hi =
2653 nreg++, nasgn++;
2682 regs[nreg].pci_phys_hi = (PCI_ADDR_MEM32 | devloc) + offset;
2688 regs[nreg].pci_size_low = assigned[nasgn].pci_size_low = len;
2689 nreg++, nasgn++;
2707 regs[nreg].pci_phys_hi = assigned[nasgn].pci_phys_hi =
2709 regs[nreg].pci_phys_low = assigned[nasgn].pci_phys_low = 0x3b0;
2710 regs[nreg].pci_size_low = assigned[nasgn].pci_size_low = 0xc;
2711 nreg++, nasgn++;
2717 regs[nreg].pci_phys_hi = assigned[nasgn].pci_phys_hi =
2719 regs[nreg].pci_phys_low = assigned[nasgn].pci_phys_low = 0x3c0;
2720 regs[nreg].pci_size_low = assigned[nasgn].pci_size_low = 0x20;
2721 nreg++, nasgn++;
2727 regs[nreg].pci_phys_hi = assigned[nasgn].pci_phys_hi =
2729 regs[nreg].pci_phys_low =
2731 regs[nreg].pci_size_low =
2733 nreg++, nasgn++;
2747 regs[nreg].pci_phys_hi = assigned[nasgn].pci_phys_hi =
2749 regs[nreg].pci_phys_low = assigned[nasgn].pci_phys_low = 0x2e8;
2750 regs[nreg].pci_size_low = assigned[nasgn].pci_size_low = 0x1;
2751 nreg++, nasgn++;
2757 regs[nreg].pci_phys_hi = assigned[nasgn].pci_phys_hi =
2759 regs[nreg].pci_phys_low = assigned[nasgn].pci_phys_low = 0x2ea;
2760 regs[nreg].pci_size_low = assigned[nasgn].pci_size_low = 0x6;
2761 nreg++, nasgn++;
2769 (int *)regs, nreg * sizeof (pci_regspec_t) / sizeof (int));