Lines Matching refs:GET_BIT
24 #define GET_BIT(_x, _pos) \ macro
88 GET_BIT((_x).flags, 7)
96 GET_BIT((_x).flags, 2)
98 GET_BIT((_x).flags, 1)
100 GET_BIT((_x).flags, 0)
132 GET_BIT(((_x).manufacturer_name[0]), 7)
154 GET_BIT(((_x).video_input_definition), 7)
158 GET_BIT(((_x).video_input_definition), 4)
160 GET_BIT(((_x).video_input_definition), 3)
162 GET_BIT(((_x).video_input_definition), 2)
164 GET_BIT(((_x).video_input_definition), 1)
166 GET_BIT(((_x).video_input_definition), 0)
172 GET_BIT(((_x).feature_support), 7)
174 GET_BIT(((_x).feature_support), 6)
176 GET_BIT(((_x).feature_support), 5)
180 GET_BIT(((_x).feature_support), 2)
182 GET_BIT(((_x).feature_support), 1)
184 GET_BIT(((_x).feature_support), 0)
188 GET_BIT(((_x).established_timings[0]), 7)
190 GET_BIT(((_x).established_timings[0]), 6)
192 GET_BIT(((_x).established_timings[0]), 5)
194 GET_BIT(((_x).established_timings[0]), 4)
196 GET_BIT(((_x).established_timings[0]), 3)
198 GET_BIT(((_x).established_timings[0]), 2)
200 GET_BIT(((_x).established_timings[0]), 1)
202 GET_BIT(((_x).established_timings[0]), 0)
204 GET_BIT(((_x).established_timings[1]), 7)
206 GET_BIT(((_x).established_timings[1]), 6)
208 GET_BIT(((_x).established_timings[1]), 5)
210 GET_BIT(((_x).established_timings[1]), 4)
212 GET_BIT(((_x).established_timings[1]), 3)
214 GET_BIT(((_x).established_timings[1]), 2)
216 GET_BIT(((_x).established_timings[1]), 1)
218 GET_BIT(((_x).established_timings[1]), 0)
220 GET_BIT(((_x).established_timings[2]), 7)
253 GET_BIT(((_x).dtd_count), 7)
255 GET_BIT(((_x).dtd_count), 6)
257 GET_BIT(((_x).dtd_count), 5)
259 GET_BIT(((_x).dtd_count), 4)