• Home
  • Raw
  • Download

Lines Matching refs:bitfield

64          a register/bitfield, or discriminate between card variants.
172 on register/bitfield size
177 - "bitset": value decoded further according to the inline <bitfield>
180 The default is "bitset" if there are inline <bitfield> tags present,
182 "boolean" if this is a bitfield with width 1, otherwise "hex".
217 The <reg*> tags can also contain either bitfield definitions, or enum value
228 any <reg*> / <bitfield> definitions that reference it.
241 The <enum>s are referenced from inside <reg*> and <bitfield> tags by setting
308 a given register / bitfield / value / whatever will be automatically prepended
338 contains <bitfield> tags with the following attributes:
340 - name [required]: name of the bitfield
341 - low [required]: index of the lowest bit belonging to this bitfield. bits
343 - high [required]: index of the highest bit belonging to this bitfield.
349 Like <value>s, <bitfield>s are also allowed to be written directly inside
352 <bitfield>s themselves can contain <value>s. The defines generated for
353 <bitfield>s include "name__MASK" equal to the bitmask corresponding to given
354 bitfield, "name__SHIFT" equal to the low attribute, "name__SHR" equal to
357 bitfield contains any <value>s, <bitfield>s, or references an inlined
371 <bitfield high="7" low="0" name="GRCLASS" />
372 <bitfield high="12" low="12" name="CHROMA_KEY" />
373 <bitfield high="13" low="13" name="USER_CLIP" />
374 <bitfield high="14" low="14" name="SWIZZLE" />
375 <bitfield high="17" low="15" name="PATCH_CONFIG" type="nv03_operation" />
380 <bitfield high="15" low="0" name="X" />
381 <bitfield high="31" low="16" name="Y" />
385 <bitfield high="0" low="0" name="X"/>
386 <bitfield high="1" low="1" name="Y"/>
387 <bitfield high="2" low="2" name="Z"/>
388 <bitfield high="3" low="3" name="W"/>
394 <bitfield high="15" low="0" name="PITCH" />
395 <bitfield high="23" low="16" name="ORIGIN" />
396 <bitfield high="31" low="24" name="FILTER" />
402 <bitfield name="UMASK" high="31" low="24" type="nv50_vic"/>
403 <bitfield name="COUNT_NONFLAT" high="23" low="16" type="int"/>
404 <bitfield name="OFFSET" high="15" low="8" type="int"/>
405 <bitfield name="COUNT" high="7" low="0" type="int"/>