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

  /src/sys/arch/evbsh3/include/
bus_funcs.h 87 #define __bs_wss(sz, tn, t, h, o, v) \ macro
212 __bs_wss(1,uint8_t,(t),(h),(o),(v))
214 __bs_wss(2,uint16_t,(t),(h),(o),(v))
216 __bs_wss(4,uint32_t,(t),(h),(o),(v))
218 __bs_wss(8,uint64_t,(t),(h),(o),(v))
  /src/sys/arch/hpcmips/include/
bus.h 280 #define __bs_wss(sz, t, h, o, v) \ macro
450 #define bus_space_write_stream_1(t, h, o, v) __bs_wss(1,(t),(h),(o),(v))
451 #define bus_space_write_stream_2(t, h, o, v) __bs_wss(2,(t),(h),(o),(v))
452 #define bus_space_write_stream_4(t, h, o, v) __bs_wss(4,(t),(h),(o),(v))
453 #define bus_space_write_stream_8(t, h, o, v) __bs_wss(8,(t),(h),(o),(v))

Completed in 13 milliseconds