Home
last modified time | relevance | path

Searched refs:bus_space_read_stream_8 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Defsys.h88 #if !defined(bus_space_read_stream_8)
90 #define bus_space_read_stream_8(t, h, o) \ macro
628 (_eqp)->eq_u64[0] = bus_space_read_stream_8( \
651 (_eop)->eo_u64[0] = bus_space_read_stream_8( \
654 (_eop)->eo_u64[1] = bus_space_read_stream_8( \
/freebsd/sys/sys/
H A Dbus_san.h205 #define bus_space_read_stream_8 BUS_SAN(read_stream_8) macro
H A Dbus.h1064 bus_space_read_stream_8((r)->r_bustag, (r)->r_bushandle, (o))
/freebsd/sys/riscv/include/
H A Dbus.h317 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,8,(t),(h),(o)) macro
/freebsd/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/sys/arm64/include/
H A Dbus.h353 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,(t), (h), (o)) macro
/freebsd/sys/arm/include/
H A Dbus.h337 __generate_inline_bs_rs(bus_space_read_stream_8, bs_r_8_s, uint64_t);
/freebsd/share/man/man9/
H A DMakefile753 bus_space.9 bus_space_read_stream_8.9 \