Searched refs:endbar (Results 1 – 1 of 1) sorted by relevance
299 pcireg_t id, /* csr, */ pciclass, intr, bhlcr, bar, endbar; in pci_probe_device1() local335 endbar = PCI_MAPREG_PPB_END; in pci_probe_device1()338 endbar = PCI_MAPREG_PCB_END; in pci_probe_device1()341 endbar = PCI_MAPREG_END; in pci_probe_device1()344 for (bar = PCI_MAPREG_START; bar < endbar; bar += width) { in pci_probe_device1()