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

  /src/sys/arch/mips/include/
bus_space_funcs.h 87 #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))
  /src/sys/arch/evbsh3/include/
bus_funcs.h 100 #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))
  /src/sys/arch/landisk/include/
bus_funcs.h 91 #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))
  /src/sys/arch/arm/include/
bus_funcs.h 83 #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))
  /src/sys/arch/riscv/include/
bus_funcs.h 79 #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))
  /src/sys/arch/hpcmips/include/
bus.h 285 #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 110 milliseconds