Searched refs:__bs_set (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/evbsh3/include/
H A Dbus_funcs.h100 #define __bs_set(type, sz, tn, t, h, o, v, c) \ macro
267 __bs_set(sm,1,uint8_t,(t),(h),(o),(v),(c))
269 __bs_set(sm,2,uint16_t,(t),(h),(o),(v),(c))
271 __bs_set(sm,4,uint32_t,(t),(h),(o),(v),(c))
273 __bs_set(sm,8,uint64_t,(t),(h),(o),(v),(c))
280 __bs_set(sr,1,uint8_t,(t),(h),(o),(v),(c))
282 __bs_set(sr,2,uint16_t,(t),(h),(o),(v),(c))
284 __bs_set(sr,4,uint32_t,(t),(h),(o),(v),(c))
286 __bs_set(sr,8,uint64_t,(t),(h),(o),(v),(c))
/netbsd-current/sys/arch/landisk/include/
H A Dbus_funcs.h91 #define __bs_set(type, sz, tn, t, h, o, v, c) \ macro
217 __bs_set(sm,1,uint8_t,(t),(h),(o),(v),(c))
219 __bs_set(sm,2,uint16_t,(t),(h),(o),(v),(c))
221 __bs_set(sm,4,uint32_t,(t),(h),(o),(v),(c))
223 __bs_set(sm,8,uint64_t,(t),(h),(o),(v),(c))
230 __bs_set(sr,1,uint8_t,(t),(h),(o),(v),(c))
232 __bs_set(sr,2,uint16_t,(t),(h),(o),(v),(c))
234 __bs_set(sr,4,uint32_t,(t),(h),(o),(v),(c))
236 __bs_set(sr,8,uint64_t,(t),(h),(o),(v),(c))
/netbsd-current/sys/arch/mips/include/
H A Dbus_space_funcs.h87 #define __bs_set(type, sz, tn, t, h, o, v, c) \ macro
277 __bs_set(sm,1,uint8_t,(t),(h),(o),(v),(c))
279 __bs_set(sm,2,uint16_t,(t),(h),(o),(v),(c))
281 __bs_set(sm,4,uint32_t,(t),(h),(o),(v),(c))
283 __bs_set(sm,8,uint64_t,(t),(h),(o),(v),(c))
290 __bs_set(sr,1,uint8_t,(t),(h),(o),(v),(c))
292 __bs_set(sr,2,uint16_t,(t),(h),(o),(v),(c))
294 __bs_set(sr,4,uint32_t,(t),(h),(o),(v),(c))
296 __bs_set(sr,8,uint64_t,(t),(h),(o),(v),(c))
/netbsd-current/sys/arch/arm/include/
H A Dbus_funcs.h83 #define __bs_set(type, sz, t, h, o, v, c) \ macro
297 __bs_set(sm,1,(t),(h),(o),(v),(c))
299 __bs_set(sm,2,(t),(h),(o),(v),(c))
301 __bs_set(sm,4,(t),(h),(o),(v),(c))
304 __bs_set(sm,8,(t),(h),(o),(v),(c))
311 __bs_set(sr,1,(t),(h),(o),(v),(c))
313 __bs_set(sr,2,(t),(h),(o),(v),(c))
315 __bs_set(sr,4,(t),(h),(o),(v),(c))
318 __bs_set(sr,8,(t),(h),(o),(v),(c))
/netbsd-current/sys/arch/riscv/include/
H A Dbus_funcs.h79 #define __bs_set(type, sz, t, h, o, v, c) \ macro
269 __bs_set(sm,1,(t),(h),(o),(v),(c))
271 __bs_set(sm,2,(t),(h),(o),(v),(c))
273 __bs_set(sm,4,(t),(h),(o),(v),(c))
275 __bs_set(sm,8,(t),(h),(o),(v),(c))
281 __bs_set(sr,1,(t),(h),(o),(v),(c))
283 __bs_set(sr,2,(t),(h),(o),(v),(c))
285 __bs_set(sr,4,(t),(h),(o),(v),(c))
287 __bs_set(sr,8,(t),(h),(o),(v),(c))
/netbsd-current/sys/arch/hpcmips/include/
H A Dbus.h285 #define __bs_set(type, sz, t, h, o, v, c) \ macro
514 __bs_set(sm,1,(t),(h),(o),(v),(c))
516 __bs_set(sm,2,(t),(h),(o),(v),(c))
518 __bs_set(sm,4,(t),(h),(o),(v),(c))
520 __bs_set(sm,8,(t),(h),(o),(v),(c))
527 __bs_set(sr,1,(t),(h),(o),(v),(c))
529 __bs_set(sr,2,(t),(h),(o),(v),(c))
531 __bs_set(sr,4,(t),(h),(o),(v),(c))
533 __bs_set(sr,8,(t),(h),(o),(v),(c))

Completed in 261 milliseconds