Home
last modified time | relevance | path

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

/netbsd/sys/arch/mips/include/
H A Dbus_space_funcs.h74 #define __bs_w(type, sz, tn, t, h, o, v) \ macro
214 __bs_w(w,1,uint8_t,(t),(h),(o),(v))
216 __bs_w(w,2,uint16_t,(t),(h),(o),(v))
218 __bs_w(w,4,uint32_t,(t),(h),(o),(v))
220 __bs_w(w,8,uint64_t,(t),(h),(o),(v))
222 __bs_w(ws,1,uint8_t,(t),(h),(o),(v))
224 __bs_w(ws,2,uint16_t,(t),(h),(o),(v))
226 __bs_w(ws,4,uint32_t,(t),(h),(o),(v))
228 __bs_w(ws,8,uint64_t,(t),(h),(o),(v))