Home
last modified time | relevance | path

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

/openbsd/sys/dev/sbus/
H A Dqecvar.h53 caddr_t rb_membase; /* Packet buffer: CPU address */ member
H A Dqe.c257 &sc->sc_rb.rb_membase, in qeattach()
267 sc->sc_rb.rb_membase, size, NULL, BUS_DMA_NOWAIT)) != 0) { in qeattach()
270 bus_dmamem_unmap(dmatag, sc->sc_rb.rb_membase, size); in qeattach()
H A Dqec.c346 p = qr->rb_membase; in qec_meminit()
H A Dbe.c304 &sc->sc_rb.rb_membase, BUS_DMA_NOWAIT|BUS_DMA_COHERENT)) != 0) { in beattach()
313 sc->sc_rb.rb_membase, size, NULL, BUS_DMA_NOWAIT)) != 0) { in beattach()
316 bus_dmamem_unmap(dmatag, sc->sc_rb.rb_membase, size); in beattach()
/openbsd/sys/dev/ic/
H A Dhmevar.h49 caddr_t rb_membase; /* Packet buffer: CPU address */ member
H A Dhme.c183 &sc->sc_rb.rb_membase, BUS_DMA_NOWAIT|BUS_DMA_COHERENT)) != 0) { in hme_config()
200 sc->sc_rb.rb_membase, size, NULL, in hme_config()
441 p = hr->rb_membase; in hme_meminit()