/src/sys/arch/alpha/include/ |
bus_funcs.h | 87 #define __abs_set(type, sz, tn, t, h, o, v, c) \ macro 224 __abs_set(sm,1,uint8_t,(t),(h),(o),(v),(c)) 226 __abs_set(sm,2,uint16_t,(t),(h),(o),(v),(c)) 228 __abs_set(sm,4,uint32_t,(t),(h),(o),(v),(c)) 230 __abs_set(sm,8,uint64_t,(t),(h),(o),(v),(c)) 237 __abs_set(sr,1,uint8_t,(t),(h),(o),(v),(c)) 239 __abs_set(sr,2,uint16_t,(t),(h),(o),(v),(c)) 241 __abs_set(sr,4,uint32_t,(t),(h),(o),(v),(c)) 243 __abs_set(sr,8,uint64_t,(t),(h),(o),(v),(c))
|
bus_funcs.h | 87 #define __abs_set(type, sz, tn, t, h, o, v, c) \ macro 224 __abs_set(sm,1,uint8_t,(t),(h),(o),(v),(c)) 226 __abs_set(sm,2,uint16_t,(t),(h),(o),(v),(c)) 228 __abs_set(sm,4,uint32_t,(t),(h),(o),(v),(c)) 230 __abs_set(sm,8,uint64_t,(t),(h),(o),(v),(c)) 237 __abs_set(sr,1,uint8_t,(t),(h),(o),(v),(c)) 239 __abs_set(sr,2,uint16_t,(t),(h),(o),(v),(c)) 241 __abs_set(sr,4,uint32_t,(t),(h),(o),(v),(c)) 243 __abs_set(sr,8,uint64_t,(t),(h),(o),(v),(c))
|
/src/sys/arch/atari/include/ |
bus_funcs.h | 107 #define __abs_set(type, sz, t, h, o, v, c) \ macro 269 __abs_set(sm,1,(t),(h),(o),(v),(c)) 271 __abs_set(sm,2,(t),(h),(o),(v),(c)) 273 __abs_set(sm,4,(t),(h),(o),(v),(c)) 275 __abs_set(sm,8,(t),(h),(o),(v),(c)) 282 __abs_set(sr,1,(t),(h),(o),(v),(c)) 284 __abs_set(sr,2,(t),(h),(o),(v),(c)) 286 __abs_set(sr,4,(t),(h),(o),(v),(c)) 288 __abs_set(sr,8,(t),(h),(o),(v),(c))
|
bus_funcs.h | 107 #define __abs_set(type, sz, t, h, o, v, c) \ macro 269 __abs_set(sm,1,(t),(h),(o),(v),(c)) 271 __abs_set(sm,2,(t),(h),(o),(v),(c)) 273 __abs_set(sm,4,(t),(h),(o),(v),(c)) 275 __abs_set(sm,8,(t),(h),(o),(v),(c)) 282 __abs_set(sr,1,(t),(h),(o),(v),(c)) 284 __abs_set(sr,2,(t),(h),(o),(v),(c)) 286 __abs_set(sr,4,(t),(h),(o),(v),(c)) 288 __abs_set(sr,8,(t),(h),(o),(v),(c))
|