Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_tve.h141 #define v_DCLK_UPSAMPLE_EN(x) (((x) & 1) << 2) macro
H A Drockchip_tve.c262 v_DCLK_UPSAMPLE_EN(upsample_en) | v_TVE_MODE(tve->tv_format) | v_TVE_EN(1); in tve_set_mode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_tve.h136 #define v_DCLK_UPSAMPLE_EN(x) (((x) & 1) << 2) macro
H A Drockchip_drm_tve.c285 v_DCLK_UPSAMPLE_EN(upsample_en) | v_TVE_MODE(tve->tv_format) | v_TVE_EN(1); in tve_set_mode()