Lines Matching refs:GET_BIT

51 #define GET_BIT(_x, _pos) \  macro
249 GET_BIT((_x).flags, 7)
257 GET_BIT((_x).flags, 2)
259 GET_BIT((_x).flags, 1)
261 GET_BIT((_x).flags, 0)
377 GET_BIT(((_x).manufacturer_name[0]), 7)
399 GET_BIT(((_x).video_input_definition), 7)
403 GET_BIT(((_x).video_input_definition), 4)
405 GET_BIT(((_x).video_input_definition), 3)
407 GET_BIT(((_x).video_input_definition), 2)
409 GET_BIT(((_x).video_input_definition), 1)
411 GET_BIT(((_x).video_input_definition), 0)
417 GET_BIT(((_x).feature_support), 7)
419 GET_BIT(((_x).feature_support), 6)
421 GET_BIT(((_x).feature_support), 5)
425 GET_BIT(((_x).feature_support), 2)
427 GET_BIT(((_x).feature_support), 1)
429 GET_BIT(((_x).feature_support), 0)
433 GET_BIT(((_x).established_timings[0]), 7)
435 GET_BIT(((_x).established_timings[0]), 6)
437 GET_BIT(((_x).established_timings[0]), 5)
439 GET_BIT(((_x).established_timings[0]), 4)
441 GET_BIT(((_x).established_timings[0]), 3)
443 GET_BIT(((_x).established_timings[0]), 2)
445 GET_BIT(((_x).established_timings[0]), 1)
447 GET_BIT(((_x).established_timings[0]), 0)
449 GET_BIT(((_x).established_timings[1]), 7)
451 GET_BIT(((_x).established_timings[1]), 6)
453 GET_BIT(((_x).established_timings[1]), 5)
455 GET_BIT(((_x).established_timings[1]), 4)
457 GET_BIT(((_x).established_timings[1]), 3)
459 GET_BIT(((_x).established_timings[1]), 2)
461 GET_BIT(((_x).established_timings[1]), 1)
463 GET_BIT(((_x).established_timings[1]), 0)
465 GET_BIT(((_x).established_timings[2]), 7)
509 GET_BIT(((_x).dtd_count), 7)
511 GET_BIT(((_x).dtd_count), 6)
513 GET_BIT(((_x).dtd_count), 5)
515 GET_BIT(((_x).dtd_count), 4)