| /src/sys/arch/evbsh3/include/ | 
| bus_funcs.h | 93 #define	__bs_nonsingle(type, sz, tn, t, h, o, a, c)			\  macro 166 	__bs_nonsingle(rm,1,uint8_t,(t),(h),(o),(a),(c))
 168 	__bs_nonsingle(rm,2,uint16_t,(t),(h),(o),(a),(c))
 170 	__bs_nonsingle(rm,4,uint32_t,(t),(h),(o),(a),(c))
 172 	__bs_nonsingle(rm,8,uint64_t,(t),(h),(o),(a),(c))
 174 	__bs_nonsingle(rms,1,uint8_t,(t),(h),(o),(a),(c))
 176 	__bs_nonsingle(rms,2,uint16_t,(t),(h),(o),(a),(c))
 178 	__bs_nonsingle(rms,4,uint32_t,(t),(h),(o),(a),(c))
 180 	__bs_nonsingle(rms,8,uint64_t,(t),(h),(o),(a),(c))
 187 	__bs_nonsingle(rr,1,uint8_t,(t),(h),(o),(a),(c)
 [all...]
 | 
| /src/sys/arch/mips/include/ | 
| bus_space_funcs.h | 80 #define	__bs_nonsingle(type, sz, tn, t, h, o, a, c)			\  macro 172 	__bs_nonsingle(rm,1,uint8_t,(t),(h),(o),(a),(c))
 174 	__bs_nonsingle(rm,2,uint16_t,(t),(h),(o),(a),(c))
 176 	__bs_nonsingle(rm,4,uint32_t,(t),(h),(o),(a),(c))
 178 	__bs_nonsingle(rm,8,uint64_t,(t),(h),(o),(a),(c))
 180 	__bs_nonsingle(rms,1,uint8_t,(t),(h),(o),(a),(c))
 182 	__bs_nonsingle(rms,2,uint16_t,(t),(h),(o),(a),(c))
 184 	__bs_nonsingle(rms,4,uint32_t,(t),(h),(o),(a),(c))
 186 	__bs_nonsingle(rms,8,uint64_t,(t),(h),(o),(a),(c))
 193 	__bs_nonsingle(rr,1,uint8_t,(t),(h),(o),(a),(c)
 [all...]
 | 
| /src/sys/arch/landisk/include/ | 
| bus_funcs.h | 84 #define	__bs_nonsingle(type, sz, tn, t, h, o, a, c)			\  macro 156 	__bs_nonsingle(rm,1,uint8_t,(t),(h),(o),(a),(c))
 158 	__bs_nonsingle(rm,2,uint16_t,(t),(h),(o),(a),(c))
 160 	__bs_nonsingle(rm,4,uint32_t,(t),(h),(o),(a),(c))
 162 	__bs_nonsingle(rm,8,uint64_t,(t),(h),(o),(a),(c))
 169 	__bs_nonsingle(rr,1,uint8_t,(t),(h),(o),(a),(c))
 171 	__bs_nonsingle(rr,2,uint16_t,(t),(h),(o),(a),(c))
 173 	__bs_nonsingle(rr,4,uint32_t,(t),(h),(o),(a),(c))
 175 	__bs_nonsingle(rr,8,uint64_t,(t),(h),(o),(a),(c))
 191 	__bs_nonsingle(wm,1,uint8_t,(t),(h),(o),(a),(c)
 [all...]
 | 
| /src/sys/arch/hpcmips/include/ | 
| bus.h | 283 #define	__bs_nonsingle(type, sz, t, h, o, a, c)				\  macro 354 	__bs_nonsingle(rm,1,(t),(h),(o),(a),(c))
 356 	__bs_nonsingle(rm,2,(t),(h),(o),(a),(c))
 358 	__bs_nonsingle(rm,4,(t),(h),(o),(a),(c))
 360 	__bs_nonsingle(rm,8,(t),(h),(o),(a),(c))
 367 	__bs_nonsingle(rr,1,(t),(h),(o),(a),(c))
 369 	__bs_nonsingle(rr,2,(t),(h),(o),(a),(c))
 371 	__bs_nonsingle(rr,4,(t),(h),(o),(a),(c))
 373 	__bs_nonsingle(rr,8,(t),(h),(o),(a),(c))
 389 	__bs_nonsingle(wm,1,(t),(h),(o),(a),(c)
 [all...]
 | 
| /src/sys/arch/arm/include/ | 
| bus_funcs.h | 81 #define	__bs_nonsingle(type, sz, t, h, o, a, c)				\  macro 170 	__bs_nonsingle(rm,1,(t),(h),(o),(a),(c))
 172 	__bs_nonsingle(rm,2,(t),(h),(o),(a),(c))
 174 	__bs_nonsingle(rm,4,(t),(h),(o),(a),(c))
 177 	__bs_nonsingle(rm,8,(t),(h),(o),(a),(c))
 197 	__bs_nonsingle(rr,1,(t),(h),(o),(a),(c))
 199 	__bs_nonsingle(rr,2,(t),(h),(o),(a),(c))
 201 	__bs_nonsingle(rr,4,(t),(h),(o),(a),(c))
 204 	__bs_nonsingle(rr,8,(t),(h),(o),(a),(c))
 243 	__bs_nonsingle(wm,1,(t),(h),(o),(a),(c)
 [all...]
 | 
| /src/sys/arch/riscv/include/ | 
| bus_funcs.h | 77 #define	__bs_nonsingle(type, sz, t, h, o, a, c)				\  macro 162 	__bs_nonsingle(rm,1,(t),(h),(o),(a),(c))
 164 	__bs_nonsingle(rm,2,(t),(h),(o),(a),(c))
 166 	__bs_nonsingle(rm,4,(t),(h),(o),(a),(c))
 168 	__bs_nonsingle(rm,8,(t),(h),(o),(a),(c))
 185 	__bs_nonsingle(rr,1,(t),(h),(o),(a),(c))
 187 	__bs_nonsingle(rr,2,(t),(h),(o),(a),(c))
 189 	__bs_nonsingle(rr,4,(t),(h),(o),(a),(c))
 191 	__bs_nonsingle(rr,8,(t),(h),(o),(a),(c))
 223 	__bs_nonsingle(wm,1,(t),(h),(o),(a),(c)
 [all...]
 |