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

/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h507 bus_space_read_stream_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) function
545 *a++ = bus_space_read_stream_2(t, h, o);
689 *a = bus_space_read_stream_2(t, h, o);
798 bus_space_write_stream_2(t, h1, o1, bus_space_read_stream_2(t, h2,
/freebsd-11-stable/sys/dev/wi/
H A Dif_wireg.h138 bus_space_read_stream_2(sc->wi_btag, sc->wi_bhandle, \
/freebsd-11-stable/sys/pc98/include/
H A Dbus.h587 #define bus_space_read_stream_2(t, h, o) bus_space_read_2((t), (h), (o)) macro
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h323 #define bus_space_read_stream_2(t, h, o) __bs_rs_s(2,(t), (h), (o)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h304 #define bus_space_read_stream_2(t, h, o) __bs_rs(s_2,t,h,o) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h323 #define bus_space_read_stream_2(t, h, o) __bs_rs_s(2,(t), (h), (o)) macro
/freebsd-11-stable/sys/x86/include/
H A Dbus.h1045 #define bus_space_read_stream_2(t, h, o) bus_space_read_2((t), (h), (o)) macro
/freebsd-11-stable/sys/arm/include/
H A Dbus.h341 __generate_inline_bs_rs(bus_space_read_stream_2, bs_r_2_s, uint16_t);
/freebsd-11-stable/sys/mips/include/
H A Dbus.h302 #define bus_space_read_stream_2(t, h, o) __bs_rs_s(2,(t), (h), (o)) macro
/freebsd-11-stable/sys/sys/
H A Dbus.h872 bus_space_read_stream_2((r)->r_bustag, (r)->r_bushandle, (o))
/freebsd-11-stable/share/man/man9/
H A DMakefile553 bus_space.9 bus_space_read_stream_2.9 \

Completed in 104 milliseconds