Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c889 u32 dp0_syncval; in tc_set_edp_video_mode() local
929 dp0_syncval = FIELD_PREP(VS_WIDTH, vsync_len) | in tc_set_edp_video_mode()
933 dp0_syncval |= SYNCVAL_VS_POL_ACTIVE_LOW; in tc_set_edp_video_mode()
936 dp0_syncval |= SYNCVAL_HS_POL_ACTIVE_LOW; in tc_set_edp_video_mode()
938 ret = regmap_write(tc->regmap, DP0_SYNCVAL, dp0_syncval); in tc_set_edp_video_mode()