Symbol: bus_space_read_stream_2
sys/arch/hpcmips/hpcmips/bus_space_through.c
334
return bus_space_read_stream_2(t->bs_base, bsh, offset);
sys/arch/mac68k/mac68k/bus_space.c
528
*a++ = bus_space_read_stream_2(t, *h, offset);
sys/arch/mac68k/mac68k/bus_space.c
661
*a++ = bus_space_read_stream_2(t, *h, offset);
sys/arch/mmeye/dev/mmeyepcmcia.c
197
return bus_space_read_stream_2(h->sc->iot, h->sc->ioh, idx);
sys/arch/sparc/sparc/machdep.c
2279
*a = bus_space_read_stream_2(t, h, o);
sys/arch/sparc/sparc/machdep.c
2446
bus_space_write_stream_2(t, h1, o1, bus_space_read_stream_2(t, h2, o2));
sys/arch/sparc64/sparc64/machdep.c
1763
bus_space_write_stream_2(t, h1, o1, bus_space_read_stream_2(t, h2, o2));
sys/arch/sparc64/sparc64/machdep.c
1844
*a++ = bus_space_read_stream_2(t, h, o);
sys/arch/sparc64/sparc64/machdep.c
1883
*a = bus_space_read_stream_2(t, h, o);
sys/dev/ic/am79c930.c
331
return le16toh(bus_space_read_stream_2(sc->sc_memt,
sys/dev/ic/dpt.c
561
*p++ = bus_space_read_stream_2(sc->sc_iot, sc->sc_ioh, HA_DATA);
sys/dev/ic/dpt.c
575
*p++ = bus_space_read_stream_2(sc->sc_iot, sc->sc_ioh, HA_DATA);
sys/dev/ic/dpt.c
580
(void)bus_space_read_stream_2(sc->sc_iot, sc->sc_ioh, HA_DATA);
sys/dev/ic/wdc.c
2059
val = bus_space_read_stream_2(wdr->cmd_iot,
sys/dev/ic/wivar.h
287
bus_space_read_stream_2(sc->sc_iot, sc->sc_ioh, \
sys/dev/isa/dpt_isa.c
183
*p++ = bus_space_read_stream_2(iot, ioh, HA_DATA);
sys/dev/isa/dpt_isa.c
197
*p++ = bus_space_read_stream_2(iot, ioh, HA_DATA);
sys/dev/isa/dpt_isa.c
202
bus_space_read_stream_2(iot, ioh, HA_DATA);
sys/dev/isa/if_iy.c
1041
*(mtod(m, char *)) = bus_space_read_stream_2(iot, ioh,
sys/dev/isa/if_iy.c
1074
rxevnt = le16toh(bus_space_read_stream_2(iot, ioh, MEM_PORT_REG));
sys/dev/isa/if_iy.c
1078
rxstatus = le16toh(bus_space_read_stream_2(iot, ioh,
sys/dev/isa/if_iy.c
1080
rxnext = le16toh(bus_space_read_stream_2(iot, ioh,
sys/dev/isa/if_iy.c
1082
rxlen = le16toh(bus_space_read_stream_2(iot, ioh,
sys/dev/isa/if_iy.c
1107
rxevnt = le16toh(bus_space_read_stream_2(iot, ioh,
sys/dev/isa/if_iy.c
1127
txstatus = le16toh(bus_space_read_stream_2(iot, ioh,
sys/dev/isa/if_iy.c
1133
txstat2 = le16toh(bus_space_read_stream_2(iot, ioh,
sys/dev/isa/if_iy.c
1135
txnext = le16toh(bus_space_read_stream_2(iot, ioh,
sys/dev/isa/if_iy.c
1137
txlen = le16toh(bus_space_read_stream_2(iot, ioh,
sys/dev/isa/if_iy.c
400
v = le16toh(bus_space_read_stream_2(iot, ioh, MEM_PORT_REG));
sys/dev/isa/if_iy.c
404
v = le16toh(bus_space_read_stream_2(iot, ioh, MEM_PORT_REG));
sys/dev/isa/if_iy.c
410
p = le16toh(bus_space_read_stream_2(iot, ioh, MEM_PORT_REG));
sys/dev/isa/if_iy.c
413
v = le16toh(bus_space_read_stream_2(iot, ioh, MEM_PORT_REG));
sys/dev/isa/if_iy.c
807
stat = bus_space_read_stream_2(iot, ioh, MEM_PORT_REG);
sys/dev/pci/virtio.c
210
bus_space_read_stream_2(sc->sc_devcfg_iot, sc->sc_devcfg_ioh,
sys/dev/pci/virtio.c
299
bus_space_read_stream_2(sc->sc_devcfg_iot, sc->sc_devcfg_ioh, 0),
sys/sys/bus_proto.h
124
uint16_t bus_space_read_stream_2(bus_space_tag_t, bus_space_handle_t,