Home
last modified time | relevance | path

Searched refs:endbar (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/pci/
Dpci.c299 pcireg_t id, /* csr, */ pciclass, intr, bhlcr, bar, endbar; in pci_probe_device1() local
335 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()