Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/pciconf/
HDpciconf.c370 limit = PCI_PPBIOLIMIT( in print_bridge_windows()
376 limit = PCI_PPBIOLIMIT(0, in print_bridge_windows()
/freebsd-14-stable/sys/dev/pci/
HDpci_pci.c521 sc->io.limit = PCI_PPBIOLIMIT( in pcib_probe_windows()
527 sc->io.limit = PCI_PPBIOLIMIT(0, in pcib_probe_windows()
860 sc->iolimit = PCI_PPBIOLIMIT( in pcib_get_io_decode()
863 sc->iolimit = PCI_PPBIOLIMIT(0, iolow); in pcib_get_io_decode()
HDpcireg.h292 #define PCI_PPBIOLIMIT(h,l) ((((h)<<16) + ((l)<<8)) | 0xfff) macro