Lines Matching refs:GET_BITS
53 #define GET_BITS(_x, _pos_msb, _pos_lsb) \ macro
208 ((GET_BITS((_x).horizontal_active_blanking_hi, 7, 4) << 8) + \
211 ((GET_BITS((_x).horizontal_active_blanking_hi, 3, 0) << 8) + \
217 ((GET_BITS((_x).vertical_active_blanking_hi, 7, 4) << 8) + \
220 ((GET_BITS((_x).vertical_active_blanking_hi, 3, 0) << 8) + \
227 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 7, 6) << 8) + \
230 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 5, 4) << 8) + \
233 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 3, 2) << 4) + \
234 GET_BITS((_x).vsync_offset_pulse_width, 7, 4))
236 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 1, 0) << 4) + \
237 GET_BITS((_x).vsync_offset_pulse_width, 3, 0))
242 ((GET_BITS((_x).himage_vimage_size_hi, 7, 4) << 8) + (_x).himage_size)
244 ((GET_BITS((_x).himage_vimage_size_hi, 3, 0) << 8) + (_x).vimage_size)
251 GET_BITS((_x).flags, 6, 5)
253 GET_BITS((_x).flags, 4, 3)
255 GET_BITS((_x).flags, 2, 1)
379 GET_BITS(((_x).manufacturer_name[0]), 6, 2)
381 ((GET_BITS(((_x).manufacturer_name[0]), 1, 0) << 3) + \
382 GET_BITS(((_x).manufacturer_name[1]), 7, 5))
384 GET_BITS(((_x).manufacturer_name[1]), 4, 0)
401 GET_BITS(((_x).video_input_definition), 6, 5)
423 GET_BITS(((_x).feature_support), 4, 3)
473 GET_BITS(((_x).standard_timings[_i].aspect_vfreq), 7, 6)
475 GET_BITS(((_x).standard_timings[_i].aspect_vfreq), 5, 0)
517 GET_BITS(((_x).dtd_count), 3, 0)
520 GET_BITS((_x).data[offset], 7, 5)
522 GET_BITS((_x).data[offset], 4, 0)