Home
last modified time | relevance | path

Searched refs:__ebs_set (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/ews4800mips/include/
H A Dbus.h476 #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))