Lines Matching full:bits
24 # define VALUE_DIAGOPT(Name, Bits, Default) \
25 DIAGOPT(Name, Bits, Default)
29 # define ENUM_DIAGOPT(Name, Type, Bits, Default) \
30 DIAGOPT(Name, Bits, Default)
34 # define SEMANTIC_DIAGOPT(Name, Bits, Default) DIAGOPT(Name, Bits, Default)
38 # define SEMANTIC_VALUE_DIAGOPT(Name, Bits, Default) \
39 VALUE_DIAGOPT(Name, Bits, Default)
43 # define SEMANTIC_ENUM_DIAGOPT(Name, Type, Bits, Default) \
44 ENUM_DIAGOPT(Name, Type, Bits, Default)