Searched refs:bus_space_read_stream_1 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h499 bus_space_read_stream_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) function
536 *a++ = bus_space_read_stream_1(t, h, o);
680 *a = bus_space_read_stream_1(t, h, o);
788 bus_space_write_stream_1(t, h1, o1, bus_space_read_stream_1(t, h2,
/freebsd-11-stable/sys/pc98/include/
H A Dbus.h586 #define bus_space_read_stream_1(t, h, o) bus_space_read_1((t), (h), (o)) macro
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h322 #define bus_space_read_stream_1(t, h, o) __bs_rs_s(1,(t), (h), (o)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h303 #define bus_space_read_stream_1 bus_space_read_1 macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h322 #define bus_space_read_stream_1(t, h, o) __bs_rs_s(1,(t), (h), (o)) macro
/freebsd-11-stable/sys/x86/include/
H A Dbus.h1044 #define bus_space_read_stream_1(t, h, o) bus_space_read_1((t), (h), (o)) macro
/freebsd-11-stable/sys/arm/include/
H A Dbus.h340 __generate_inline_bs_rs(bus_space_read_stream_1, bs_r_1_s, uint8_t);
/freebsd-11-stable/sys/mips/include/
H A Dbus.h301 #define bus_space_read_stream_1(t, h, o) __bs_rs_s(1,(t), (h), (o)) macro
/freebsd-11-stable/sys/sys/
H A Dbus.h840 bus_space_read_stream_1((r)->r_bustag, (r)->r_bushandle, (o))
/freebsd-11-stable/share/man/man9/
H A DMakefile552 bus_space.9 bus_space_read_stream_1.9 \

Completed in 217 milliseconds