Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sfxge/common/
Defsys.h100 #if !defined(bus_space_read_stream_8)
102 #define bus_space_read_stream_8(t, h, o) \ macro
682 (_eqp)->eq_u64[0] = bus_space_read_stream_8( \
705 (_eop)->eo_u64[0] = bus_space_read_stream_8( \
708 (_eop)->eo_u64[1] = bus_space_read_stream_8( \
/freebsd-12-stable/sys/sparc64/include/
Dbus.h525 bus_space_read_stream_8(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_stream_8() function
565 *a++ = bus_space_read_stream_8(t, h, o); in bus_space_read_multi_stream_8()
709 *a = bus_space_read_stream_8(t, h, o); in bus_space_read_region_stream_8()
/freebsd-12-stable/sys/riscv/include/
Dbus.h325 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,8,(t),(h),(o)) macro
/freebsd-12-stable/sys/arm64/include/
Dbus.h325 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,8,(t),(h),(o)) macro
/freebsd-12-stable/sys/powerpc/include/
Dbus.h308 #define bus_space_read_stream_8(t, h, o) __bs_rs(s_8,t,h,o) macro
/freebsd-12-stable/sys/mips/include/
Dbus.h306 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,8,(t),(h),(o)) macro
/freebsd-12-stable/sys/sys/
Dbus.h954 bus_space_read_stream_8((r)->r_bustag, (r)->r_bushandle, (o))
/freebsd-12-stable/sys/arm/include/
Dbus.h345 __generate_inline_bs_rs(bus_space_read_stream_8, bs_r_8_s, uint64_t);
/freebsd-12-stable/share/man/man9/
DMakefile703 bus_space.9 bus_space_read_stream_8.9 \