Searched refs:bus_space_read_stream_8 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/common/
H A Defsys.h98 #if !defined(bus_space_read_stream_8)
100 #define bus_space_read_stream_8(t, h, o) \ macro
680 (_eqp)->eq_u64[0] = bus_space_read_stream_8( \
703 (_eop)->eo_u64[0] = bus_space_read_stream_8( \
706 (_eop)->eo_u64[1] = bus_space_read_stream_8( \
/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h523 bus_space_read_stream_8(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) function
563 *a++ = bus_space_read_stream_8(t, h, o);
707 *a = bus_space_read_stream_8(t, h, o);
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h325 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,8,(t),(h),(o)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h306 #define bus_space_read_stream_8(t, h, o) __bs_rs(s_8,t,h,o) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h325 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,8,(t),(h),(o)) macro
/freebsd-11-stable/sys/arm/include/
H A Dbus.h343 __generate_inline_bs_rs(bus_space_read_stream_8, bs_r_8_s, uint64_t);
/freebsd-11-stable/sys/mips/include/
H A Dbus.h304 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,8,(t),(h),(o)) macro
/freebsd-11-stable/sys/sys/
H A Dbus.h936 bus_space_read_stream_8((r)->r_bustag, (r)->r_bushandle, (o))
/freebsd-11-stable/share/man/man9/
H A DMakefile555 bus_space.9 bus_space_read_stream_8.9 \

Completed in 482 milliseconds