Lines Matching +full:low +full:- +full:to +full:- +full:high
28 .Fa "uint_t high"
29 .Fa "uint_t low"
35 .Fa "uint_t high"
36 .Fa "uint_t low"
42 .Fa "uint_t high"
43 .Fa "uint_t low"
49 .Fa "uint_t high"
50 .Fa "uint_t low"
54 .Sy Volatile -
58 .Bl -tag -width Fa
61 .It Fa high
62 The high end, inclusive, of the bit range to insert
66 .It Fa low
67 The low end, inclusive, of the bit range to extract from
70 A value to insert into
80 functions are used to logically bitwise-OR in the integer
87 .Fa high
89 .Fa low
90 and then performs a bitwise-OR of
92 which has been adjusted to start at
93 .Fa low .
96 .Fa high
98 .Fa low
101 .Pf [ Fa low ,
102 .Fa high ]
109 .Fa low
111 .Fa high ,
113 .Fa low
115 .Fa high
125 .Fa high
128 .Fa low
131 could not be larger than a 2-bit value.
150 .Sy Example 1 -
153 function to build up a register value.
155 A common use case for these functions is to help deal with registers
158 they are used to construct a value to write.
159 .Bd -literal