Home
last modified time | relevance | path

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

/trueos/sys/dev/sfxge/common/
HDefsys.h101 #if !defined(bus_space_read_stream_8)
103 #define bus_space_read_stream_8(t, h, o) \ macro
682 (_eqp)->eq_u64[0] = bus_space_read_stream_8( \
704 (_eop)->eo_u64[0] = bus_space_read_stream_8( \
707 (_eop)->eo_u64[1] = bus_space_read_stream_8( \
/trueos/sys/sparc64/include/
HDbus.h527 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
567 *a++ = bus_space_read_stream_8(t, h, o); in bus_space_read_multi_stream_8()
711 *a = bus_space_read_stream_8(t, h, o); in bus_space_read_region_stream_8()
/trueos/sys/ia64/include/
HDbus.h776 #define bus_space_read_stream_8 bus_space_read_8 macro
/trueos/sys/powerpc/include/
HDbus.h301 #define bus_space_read_stream_8(t, h, o) __bs_rs(s_8,t,h,o) macro
/trueos/sys/sys/
HDbus.h786 bus_space_read_stream_8((r)->r_bustag, (r)->r_bushandle, (o))
/trueos/sys/mips/include/
HDbus.h304 #define bus_space_read_stream_8(t, h, o) __bs_rs_s(8,8,(t),(h),(o)) macro
/trueos/sys/arm/include/
HDbus.h341 __generate_inline_bs_rs(bus_space_read_stream_8, bs_r_8_s, uint64_t);
/trueos/share/man/man9/
HDMakefile487 bus_space.9 bus_space_read_stream_8.9 \