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

/openbsd-current/sys/arch/sparc64/dev/
H A Dauxiovar.h44 bus_space_handle_t sc_pci; member in struct:auxio_softc
/openbsd-current/sys/dev/ic/
H A Dif_wireg.h86 (sc->sc_pci ? reg * 2: reg), (val))
89 (sc->sc_pci ? reg * 2: reg), (val))
92 (sc->sc_pci ? reg * 2: reg), val)
96 (sc->sc_pci ? reg * 2: reg))
99 (sc->sc_pci ? reg * 2: reg))
102 (sc->sc_pci ? reg * 2: reg))
107 (sc->sc_pci? ba * 2: ba), (dst), (sz))
111 (sc->sc_pci? ba * 2: ba), (dst), (sz))
H A Dhmevar.h76 int sc_pci; /* XXXXX -- PCI buses are LE. */ member in struct:hme_softc
H A Dgemvar.h147 int sc_pci; /* XXXXX -- PCI buses are LE. */ member in struct:gem_softc
214 (((_sc)->sc_pci) ? lemtoh64(_a) : bemtoh64(_a))
216 (((_sc)->sc_pci) ? htolem64((_a), (_v)) : htobem64((_a), (_v)))
H A Dhme.c470 HME_XD_SETADDR(sc->sc_pci, hr->rb_txd, i, 0);
471 HME_XD_SETFLAGS(sc->sc_pci, hr->rb_txd, i, 0);
479 HME_XD_SETADDR(sc->sc_pci, hr->rb_rxd, i, 0);
480 HME_XD_SETFLAGS(sc->sc_pci, hr->rb_rxd, i, 0);
701 HME_XD_SETADDR(sc->sc_pci, hr->rb_txd, frag,
703 HME_XD_SETFLAGS(sc->sc_pci, hr->rb_txd, frag, flags);
711 flags = HME_XD_GETFLAGS(sc->sc_pci, hr->rb_txd, cur);
713 HME_XD_SETFLAGS(sc->sc_pci, hr->rb_txd, cur, flags);
721 flags = HME_XD_GETFLAGS(sc->sc_pci, hr->rb_txd, sc->sc_tx_prod);
723 HME_XD_SETFLAGS(sc->sc_pci, h
[all...]
H A Dif_wivar.h92 int sc_pci; member in struct:wi_softc
H A Dgem.c936 if (sc->sc_pci)
/openbsd-current/sys/dev/sbus/
H A Dif_hme_sbus.c178 sc->sc_pci = 0; /* XXXXX should all be done in bus_dma. */
/openbsd-current/sys/dev/pci/
H A Dif_gem_pci.c212 sc->sc_pci = 1; /* XXXXX should all be done in bus_dma. */
H A Dif_hme_pci.c227 sc->sc_pci = 1; /* XXXXX should all be done in bus_dma. */
H A Dif_wi_pci.c501 sc->sc_pci = 1;

Completed in 200 milliseconds