Home
last modified time | relevance | path

Searched refs:__bs_rss (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/evbsh3/include/
H A Dbus_funcs.h78 #define __bs_rss(sz, tn, t, h, o) \ macro
156 #define bus_space_read_stream_1(t, h, o) __bs_rss(1,uint8_t,(t),(h),(o))
157 #define bus_space_read_stream_2(t, h, o) __bs_rss(2,uint16_t,(t),(h),(o))
158 #define bus_space_read_stream_4(t, h, o) __bs_rss(4,uint32_t,(t),(h),(o))
159 #define bus_space_read_stream_8(t, h, o) __bs_rss(8,uint64_t,(t),(h),(o))
/netbsd-src/sys/arch/hpcmips/include/
H A Dbus.h278 #define __bs_rss(sz, t, h, o) \ macro
415 #define bus_space_read_stream_1(t, h, o) __bs_rss(1,(t),(h),(o))
416 #define bus_space_read_stream_2(t, h, o) __bs_rss(2,(t),(h),(o))
417 #define bus_space_read_stream_4(t, h, o) __bs_rss(4,(t),(h),(o))
418 #define bus_space_read_stream_8(t, h, o) __bs_rss(8,(t),(h),(o))