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

  /src/sys/arch/mips/include/
bus_space_funcs.h 74 #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))
bus_space_funcs.h 74 #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))
bus_space_funcs.h 74 #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))

Completed in 31 milliseconds