HomeSort by: relevance | last modified time | path
    Searched defs:__bs_rss (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbsh3/include/
bus_funcs.h 78 #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))
  /src/sys/arch/hpcmips/include/
bus.h 278 #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))

Completed in 13 milliseconds