/src/sys/arch/arm/include/ |
bus_funcs.h | 94 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ macro 181 __bs_nonsingle_s(rm,1,(t),(h),(o),(a),(c)) 183 __bs_nonsingle_s(rm,2,(t),(h),(o),(a),(c)) 185 __bs_nonsingle_s(rm,4,(t),(h),(o),(a),(c)) 188 __bs_nonsingle_s(rm,8,(t),(h),(o),(a),(c)) 208 __bs_nonsingle_s(rr,1,(t),(h),(o),(a),(c)) 210 __bs_nonsingle_s(rr,2,(t),(h),(o),(a),(c)) 212 __bs_nonsingle_s(rr,4,(t),(h),(o),(a),(c)) 215 __bs_nonsingle_s(rr,8,(t),(h),(o),(a),(c)) 254 __bs_nonsingle_s(wm,1,(t),(h),(o),(a),(c) [all...] |
/src/sys/arch/riscv/include/ |
bus_funcs.h | 90 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ macro 171 __bs_nonsingle_s(rm,1,(t),(h),(o),(a),(c)) 173 __bs_nonsingle_s(rm,2,(t),(h),(o),(a),(c)) 175 __bs_nonsingle_s(rm,4,(t),(h),(o),(a),(c)) 177 __bs_nonsingle_s(rm,8,(t),(h),(o),(a),(c)) 194 __bs_nonsingle_s(rr,1,(t),(h),(o),(a),(c)) 196 __bs_nonsingle_s(rr,2,(t),(h),(o),(a),(c)) 198 __bs_nonsingle_s(rr,4,(t),(h),(o),(a),(c)) 200 __bs_nonsingle_s(rr,8,(t),(h),(o),(a),(c)) 232 __bs_nonsingle_s(wm,1,(t),(h),(o),(a),(c) [all...] |