Home
last modified time | relevance | path

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

/trueos/sys/pc98/include/
HDbus.h584 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) macro
/trueos/sys/ia64/include/
HDbus.h775 #define bus_space_read_stream_4 bus_space_read_4 macro
/trueos/sys/x86/include/
HDbus.h1063 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) macro
/trueos/sys/sparc64/include/
HDbus.h519 bus_space_read_stream_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_stream_4() function
/trueos/sys/powerpc/include/
HDbus.h300 #define bus_space_read_stream_4(t, h, o) __bs_rs(s_4,t,h,o) macro
/trueos/sys/mips/include/
HDbus.h303 #define bus_space_read_stream_4(t, h, o) __bs_rs_s(4,(t), (h), (o)) macro