/src/sys/arch/ews4800mips/include/ |
bus.h | 476 #define __ebs_set(type, sz, tn, t, h, o, v, c) \ macro 617 __ebs_set(sm,1,uint8_t,(t),(h),(o),(v),(c)) 619 __ebs_set(sm,2,uint16_t,(t),(h),(o),(v),(c)) 621 __ebs_set(sm,4,uint32_t,(t),(h),(o),(v),(c)) 623 __ebs_set(sm,8,uint64_t,(t),(h),(o),(v),(c)) 630 __ebs_set(sr,1,uint8_t,(t),(h),(o),(v),(c)) 632 __ebs_set(sr,2,uint16_t,(t),(h),(o),(v),(c)) 634 __ebs_set(sr,4,uint32_t,(t),(h),(o),(v),(c)) 636 __ebs_set(sr,8,uint64_t,(t),(h),(o),(v),(c))
|
bus.h | 476 #define __ebs_set(type, sz, tn, t, h, o, v, c) \ macro 617 __ebs_set(sm,1,uint8_t,(t),(h),(o),(v),(c)) 619 __ebs_set(sm,2,uint16_t,(t),(h),(o),(v),(c)) 621 __ebs_set(sm,4,uint32_t,(t),(h),(o),(v),(c)) 623 __ebs_set(sm,8,uint64_t,(t),(h),(o),(v),(c)) 630 __ebs_set(sr,1,uint8_t,(t),(h),(o),(v),(c)) 632 __ebs_set(sr,2,uint16_t,(t),(h),(o),(v),(c)) 634 __ebs_set(sr,4,uint32_t,(t),(h),(o),(v),(c)) 636 __ebs_set(sr,8,uint64_t,(t),(h),(o),(v),(c))
|