Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/exynos/
H A Dregs-decon7.h45 #define VCLKCON1_CLKVAL_NUM_VCLK(val) (((val) & 0xff) << 0) macro
H A Dexynos7_drm_decon.c207 val = VCLKCON1_CLKVAL_NUM_VCLK(clkdiv - 1); in decon_commit()