bus_funcs.h | 92 #define __hbs_set(type, sz, tn, t, h, o, v, c) \ macro 211 __hbs_set(sm,1,uint8_t,(t),(h),(o),(v),(c)) 213 __hbs_set(sm,2,uint16_t,(t),(h),(o),(v),(c)) 215 __hbs_set(sm,4,uint32_t,(t),(h),(o),(v),(c)) 217 __hbs_set(sm,8,uint64_t,(t),(h),(o),(v),(c)) 224 __hbs_set(sr,1,uint8_t,(t),(h),(o),(v),(c)) 226 __hbs_set(sr,2,uint16_t,(t),(h),(o),(v),(c)) 228 __hbs_set(sr,4,uint32_t,(t),(h),(o),(v),(c)) 230 __hbs_set(sr,8,uint64_t,(t),(h),(o),(v),(c))
|