Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddp.h77 #define DP_LANE_POST_CURSOR(i, x) (((x) & 0x3) << (((i) & 1) << 2)) macro
H A Ddp.c500 values[i / 2] |= DP_LANE_POST_CURSOR(i, pc[i]); in drm_dp_link_apply_training()