Lines Matching refs:bit
72 # - <constname> denotes a literal name for a constant or bit.
179 # Defines names for single bits in a bit field.
194 # to not ignore a bit.
195 # - <bitmask>: The bit to be named. Must be a value with a single bit set.
196 # - <cname> - Sets a name for the bit that will be shown if the bit is set.
197 # Does not show anything if the bit is cleared.
198 # - !<cname> - Sets a name for the bit that will be shown if the bit is
199 # cleared. Does not show anything if the bit is set.
200 # - :<cname> - Sets a name for the bit that will always be shown together
201 # with the actual state of the bit, appended as ':on' or ':off'.
202 # - !<cname0>!<cname1> - Sets a name for both the cleared bit (cname0), and
203 # for the set bit (cname1).
209 # Defines names for single bits and for embedded values in a bit field. This