Home
last modified time | relevance | path

Searched refs:DP_TEST_COUNT_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/drm/
Ddrm_dp_helper.h423 # define DP_TEST_COUNT_MASK 0x7 macro
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dp.c3919 test_crc_count = buf & DP_TEST_COUNT_MASK; in intel_dp_sink_crc()
3926 } while (--attempts && (buf & DP_TEST_COUNT_MASK) == test_crc_count); in intel_dp_sink_crc()