Searched refs:DP_LANE_POST_CURSOR (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/tegra/ | ||
D | dp.h | 77 #define DP_LANE_POST_CURSOR(i, x) (((x) & 0x3) << (((i) & 1) << 2)) macro |
D | dp.c | 500 values[i / 2] |= DP_LANE_POST_CURSOR(i, pc[i]); in drm_dp_link_apply_training() |