Searched refs:__bs_set (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm64/include/ |
| H A D | bus.h | 294 #define __bs_set(type, sz, t, h, o, v, c) \ macro 450 __bs_set(sm,1,(t),(h),(o),(v),(c)) 452 __bs_set(sm,2,(t),(h),(o),(v),(c)) 454 __bs_set(sm,4,(t),(h),(o),(v),(c)) 456 __bs_set(sm,8,(t),(h),(o),(v),(c)) 462 __bs_set(sr,1,(t),(h),(o),(v),(c)) 464 __bs_set(sr,2,(t),(h),(o),(v),(c)) 466 __bs_set(sr,4,(t),(h),(o),(v),(c)) 468 __bs_set(sr,8,(t),(h),(o),(v),(c))
|
| /f-stack/freebsd/arm/include/ |
| H A D | bus.h | 265 #define __bs_set(type, sz, t, h, o, v, c) \ macro 442 __bs_set(sm,1,(t),(h),(o),(v),(c)) 444 __bs_set(sm,2,(t),(h),(o),(v),(c)) 446 __bs_set(sm,4,(t),(h),(o),(v),(c)) 448 __bs_set(sm,8,(t),(h),(o),(v),(c)) 454 __bs_set(sr,1,(t),(h),(o),(v),(c)) 456 __bs_set(sr,2,(t),(h),(o),(v),(c)) 458 __bs_set(sr,4,(t),(h),(o),(v),(c)) 460 __bs_set(sr,8,(t),(h),(o),(v),(c))
|
| /f-stack/freebsd/mips/include/ |
| H A D | bus.h | 251 #define __bs_set(type, sz, t, h, o, v, c) \ macro 406 __bs_set(sm,1,(t),(h),(o),(v),(c)) 408 __bs_set(sm,2,(t),(h),(o),(v),(c)) 410 __bs_set(sm,4,(t),(h),(o),(v),(c)) 412 __bs_set(sm,8,(t),(h),(o),(v),(c)) 418 __bs_set(sr,1,(t),(h),(o),(v),(c)) 420 __bs_set(sr,2,(t),(h),(o),(v),(c)) 422 __bs_set(sr,4,(t),(h),(o),(v),(c)) 424 __bs_set(sr,8,(t),(h),(o),(v),(c))
|