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

/freebsd-11-stable/sys/dev/sfxge/common/
H A Defsys.h657 (_edp)->ed_u32[0] = bus_space_read_stream_4( \
732 (_eqp)->eq_u32[0] = bus_space_read_stream_4( \
735 (_eqp)->eq_u32[1] = bus_space_read_stream_4( \
758 (_eop)->eo_u32[0] = bus_space_read_stream_4( \
761 (_eop)->eo_u32[1] = bus_space_read_stream_4( \
764 (_eop)->eo_u32[2] = bus_space_read_stream_4( \
767 (_eop)->eo_u32[3] = bus_space_read_stream_4( \
/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h515 bus_space_read_stream_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) function
554 *a++ = bus_space_read_stream_4(t, h, o);
698 *a = bus_space_read_stream_4(t, h, o);
808 bus_space_write_stream_4(t, h1, o1, bus_space_read_stream_4(t, h2,
/freebsd-11-stable/sys/pc98/include/
H A Dbus.h588 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) macro
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h324 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t), (h), (o)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h305 #define bus_space_read_stream_4(t, h, o) __bs_rs(s_4,t,h,o) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h324 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t), (h), (o)) macro
/freebsd-11-stable/sys/x86/include/
H A Dbus.h1046 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) macro
/freebsd-11-stable/sys/arm/include/
H A Dbus.h342 __generate_inline_bs_rs(bus_space_read_stream_4, bs_r_4_s, uint32_t);
/freebsd-11-stable/sys/mips/include/
H A Dbus.h303 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t), (h), (o)) macro
/freebsd-11-stable/sys/sys/
H A Dbus.h904 bus_space_read_stream_4((r)->r_bustag, (r)->r_bushandle, (o))
/freebsd-11-stable/share/man/man9/
H A DMakefile554 bus_space.9 bus_space_read_stream_4.9 \

Completed in 145 milliseconds