Searched refs:__bs_nonsingle_s (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | bus.h | 278 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ macro 332 __bs_nonsingle_s(rm,1,(t),(h),(o),(a),(c)) 334 __bs_nonsingle_s(rm,2,(t),(h),(o),(a),(c)) 336 __bs_nonsingle_s(rm,4,(t),(h),(o),(a),(c)) 338 __bs_nonsingle_s(rm,8,(t),(h),(o),(a),(c)) 353 __bs_nonsingle_s(rr,1,(t),(h),(o),(a),(c)) 355 __bs_nonsingle_s(rr,2,(t),(h),(o),(a),(c)) 357 __bs_nonsingle_s(rr,4,(t),(h),(o),(a),(c)) 359 __bs_nonsingle_s(rr,8,(t),(h),(o),(a),(c)) 387 __bs_nonsingle_s(wm,1,(t),(h),(o),(a),(c)) [all …]
|
/freebsd/sys/arm64/include/ |
H A D | bus.h | 313 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ macro 367 __bs_nonsingle_s(rm,1,(t),(h),(o),(a),(c)) 369 __bs_nonsingle_s(rm,2,(t),(h),(o),(a),(c)) 371 __bs_nonsingle_s(rm,4,(t),(h),(o),(a),(c)) 373 __bs_nonsingle_s(rm,8,(t),(h),(o),(a),(c)) 388 __bs_nonsingle_s(rr,1,(t),(h),(o),(a),(c)) 390 __bs_nonsingle_s(rr,2,(t),(h),(o),(a),(c)) 392 __bs_nonsingle_s(rr,4,(t),(h),(o),(a),(c)) 394 __bs_nonsingle_s(rr,8,(t),(h),(o),(a),(c)) 422 __bs_nonsingle_s(wm,1,(t),(h),(o),(a),(c)) [all …]
|
/freebsd/sys/arm/include/ |
H A D | bus.h | 273 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ macro 352 __bs_nonsingle_s(rm,1,(t),(h),(o),(a),(c)) 354 __bs_nonsingle_s(rm,2,(t),(h),(o),(a),(c)) 356 __bs_nonsingle_s(rm,4,(t),(h),(o),(a),(c)) 358 __bs_nonsingle_s(rm,8,(t),(h),(o),(a),(c)) 373 __bs_nonsingle_s(rr,1,(t),(h),(o),(a),(c)) 375 __bs_nonsingle_s(rr,2,(t),(h),(o),(a),(c)) 377 __bs_nonsingle_s(rr,4,(t),(h),(o),(a),(c)) 379 __bs_nonsingle_s(rr,8,(t),(h),(o),(a),(c)) 407 __bs_nonsingle_s(wm,1,(t),(h),(o),(a),(c)) [all …]
|