Symbol: bus_space_read_stream_4
sys/arch/hpcmips/hpcmips/bus_space_through.c
341
return bus_space_read_stream_4(t->bs_base, bsh, offset);
sys/arch/hppa/dev/gftfb.c
178
return bus_space_read_stream_4(memt, memh, offset);
sys/arch/hppa/dev/summitfb.c
190
return bus_space_read_stream_4(memt, memh, offset - 0x400000);
sys/arch/mac68k/mac68k/bus_space.c
582
*a++ = bus_space_read_stream_4(t, *h, offset);
sys/arch/mac68k/mac68k/bus_space.c
717
*a++ = bus_space_read_stream_4(t, *h, offset);
sys/arch/powerpc/ibm4xx/dev/if_emac.c
349
bus_space_read_stream_4((sc)->sc_st, (sc)->sc_sh, (reg))
sys/arch/powerpc/ibm4xx/dev/if_emac.c
355
bus_space_read_stream_4((sc)->sc_st, (sc)->sc_tahh, (reg))
sys/arch/sparc/sparc/machdep.c
2290
*a = bus_space_read_stream_4(t, h, o);
sys/arch/sparc/sparc/machdep.c
2459
bus_space_write_stream_4(t, h1, o1, bus_space_read_stream_4(t, h2, o2));
sys/arch/sparc64/sparc64/machdep.c
1771
bus_space_write_stream_4(t, h1, o1, bus_space_read_stream_4(t, h2, o2));
sys/arch/sparc64/sparc64/machdep.c
1853
*a++ = bus_space_read_stream_4(t, h, o);
sys/arch/sparc64/sparc64/machdep.c
1890
*a = bus_space_read_stream_4(t, h, o);
sys/dev/ic/am79c930.c
344
return le32toh(bus_space_read_stream_4(sc->sc_memt, sc->sc_memh,
sys/dev/ic/cpc700.c
86
#define INL(a) bus_space_read_stream_4(the_cpc_tag, the_cpc_handle, (a))
sys/dev/ic/siisata.c
547
uint32_t prbfis = bus_space_read_stream_4(
sys/dev/ic/smc91cxx.c
1158
bus_space_read_stream_4(bst, bsh, DATA_REG_W);
sys/dev/ic/sti.c
1566
bus_space_read_stream_4(memt, memh, NGLE_REG_21) | 0x0a000000);
sys/dev/ic/sti.c
1568
bus_space_read_stream_4(memt, memh, NGLE_REG_27) | 0x00800000);
sys/dev/ic/sti.c
1613
while (bus_space_read_stream_4(memt, memh, VISFX_STATUS) != 0)
sys/dev/ic/wdc.c
2049
val = bus_space_read_stream_4(wdr->data32iot,
sys/dev/pci/gffb.c
148
#define GFFB_READ_4(o) bus_space_read_stream_4(sc->sc_memt, sc->sc_regh, (o))
sys/dev/pci/if_tireg.h
967
bus_space_read_stream_4((sc)->ti_btag, (sc)->ti_bhandle, reg)
sys/dev/pci/virtio.c
229
bus_space_read_stream_4(sc->sc_devcfg_iot, sc->sc_devcfg_ioh,
sys/dev/pci/virtio.c
264
bus_space_read_stream_4(sc->sc_devcfg_iot, sc->sc_devcfg_ioh,
sys/dev/pci/virtio.c
268
bus_space_read_stream_4(sc->sc_devcfg_iot, sc->sc_devcfg_ioh,
sys/dev/pci/virtio.c
320
bus_space_read_stream_4(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, 0),
sys/sys/bus_proto.h
129
uint32_t bus_space_read_stream_4(bus_space_tag_t, bus_space_handle_t,