Searched defs:bus_space_read_stream_4 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-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-10-stable/sys/ia64/include/
H A Dbus.h776 #define bus_space_read_stream_4 bus_space_read_4 macro
/freebsd-10-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-10-stable/sys/powerpc/include/
H A Dbus.h300 #define bus_space_read_stream_4(t, h, o) __bs_rs(s_4,t,h,o) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dbus.h519 bus_space_read_stream_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) function
/freebsd-10-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

Completed in 86 milliseconds