Searched refs:DP_TEST_SINK (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/linux/ |
H A D | drm_dp_helper.h | 312 #define DP_TEST_SINK 0x270 macro
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_helper.c | 1990 ret = drm_dp_dpcd_readb(aux, DP_TEST_SINK, &buf); in drm_dp_aux_get_crc() 2214 ret = drm_dp_dpcd_readb(aux, DP_TEST_SINK, &buf); in drm_dp_start_crc() 2218 ret = drm_dp_dpcd_writeb(aux, DP_TEST_SINK, buf | DP_TEST_SINK_START); in drm_dp_start_crc() 2241 ret = drm_dp_dpcd_readb(aux, DP_TEST_SINK, &buf); in drm_dp_stop_crc() 2245 ret = drm_dp_dpcd_writeb(aux, DP_TEST_SINK, buf & ~DP_TEST_SINK_START); in drm_dp_stop_crc()
|
/openbmc/linux/include/drm/display/ |
H A D | drm_dp.h | 904 #define DP_TEST_SINK 0x270 macro
|