/freebsd/sys/powerpc/include/ |
H A D | bus.h | 270 #define __bs_set(type, sz, t, h, o, v, c) \ macro 405 __bs_set(sm,1,(t),(h),(o),(v),(c)) 407 __bs_set(sm,2,(t),(h),(o),(v),(c)) 409 __bs_set(sm,4,(t),(h),(o),(v),(c)) 411 __bs_set(sm,8,(t),(h),(o),(v),(c)) 415 __bs_set(sm,s_2,(t),(h),(o),(v),(c)) 417 __bs_set(sm,s_4,(t),(h),(o),(v),(c)) 419 __bs_set(sm,s_8,(t),(h),(o),(v),(c)) 425 __bs_set(sr,1,(t),(h),(o),(v),(c)) 427 __bs_set(sr,2,(t),(h),(o),(v),(c)) [all …]
|
/freebsd/sys/riscv/include/ |
H A D | bus.h | 268 #define __bs_set(type, sz, t, h, o, v, c) \ macro 420 __bs_set(sm,1,(t),(h),(o),(v),(c)) 422 __bs_set(sm,2,(t),(h),(o),(v),(c)) 424 __bs_set(sm,4,(t),(h),(o),(v),(c)) 426 __bs_set(sm,8,(t),(h),(o),(v),(c)) 432 __bs_set(sr,1,(t),(h),(o),(v),(c)) 434 __bs_set(sr,2,(t),(h),(o),(v),(c)) 436 __bs_set(sr,4,(t),(h),(o),(v),(c)) 438 __bs_set(sr,8,(t),(h),(o),(v),(c))
|
/freebsd/sys/arm64/include/ |
H A D | bus.h | 300 #define __bs_set(type, sz, t, h, o, v, c) \ macro 456 __bs_set(sm,1,(t),(h),(o),(v),(c)) 458 __bs_set(sm,2,(t),(h),(o),(v),(c)) 460 __bs_set(sm,4,(t),(h),(o),(v),(c)) 462 __bs_set(sm,8,(t),(h),(o),(v),(c)) 477 __bs_set(sr,1,(t),(h),(o),(v),(c)) 479 __bs_set(sr,2,(t),(h),(o),(v),(c)) 481 __bs_set(sr,4,(t),(h),(o),(v),(c)) 483 __bs_set(sr,8,(t),(h),(o),(v),(c))
|
/freebsd/sys/arm/include/ |
H A D | bus.h | 263 #define __bs_set(type, sz, t, h, o, v, c) \ macro 440 __bs_set(sm,1,(t),(h),(o),(v),(c)) 442 __bs_set(sm,2,(t),(h),(o),(v),(c)) 444 __bs_set(sm,4,(t),(h),(o),(v),(c)) 446 __bs_set(sm,8,(t),(h),(o),(v),(c)) 452 __bs_set(sr,1,(t),(h),(o),(v),(c)) 454 __bs_set(sr,2,(t),(h),(o),(v),(c)) 456 __bs_set(sr,4,(t),(h),(o),(v),(c)) 458 __bs_set(sr,8,(t),(h),(o),(v),(c))
|