Searched refs:PCI_PPBIOLIMIT (Results 1 – 3 of 3) sorted by relevance
335 limit = PCI_PPBIOLIMIT( in print_bridge_windows()341 limit = PCI_PPBIOLIMIT(0, in print_bridge_windows()
488 sc->io.limit = PCI_PPBIOLIMIT( in pcib_probe_windows()494 sc->io.limit = PCI_PPBIOLIMIT(0, in pcib_probe_windows()826 sc->iolimit = PCI_PPBIOLIMIT( in pcib_get_io_decode()829 sc->iolimit = PCI_PPBIOLIMIT(0, iolow); in pcib_get_io_decode()
290 #define PCI_PPBIOLIMIT(h,l) ((((h)<<16) + ((l)<<8)) | 0xfff) macro