Searched refs:io_win (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/powerpc/booke/pci/
H A Dpq3pci.c419 const bool io_win = (owin->powar & PEXOWAR_RTT) == PEXOWAR_RTT_IO; local
420 struct pq3pci_bst *bs = io_win ? &sc->sc_pci_io_bst : &sc->sc_pci_mem_bst;
428 | (io_win ? _BUS_SPACE_IO_TYPE : _BUS_SPACE_MEM_TYPE);
459 pq3pci_owin_init(struct pq3pci_softc *sc, struct pq3pci_bst *bs, bool io_win) argument
469 device_xname(sc->sc_dev), io_win ? "io" : "mem");
498 io_win ? PCI_FLAGS_IO_OKAY : PCI_FLAGS_MEM_OKAY;

Completed in 326 milliseconds