Searched refs:rb_membase (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/sbus/ |
H A D | qecvar.h | 53 caddr_t rb_membase; /* Packet buffer: CPU address */ member
|
H A D | qe.c | 257 &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 D | qec.c | 346 p = qr->rb_membase; in qec_meminit()
|
H A D | be.c | 304 &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 D | hmevar.h | 49 caddr_t rb_membase; /* Packet buffer: CPU address */ member
|
H A D | hme.c | 183 &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()
|