Home
last modified time | relevance | path

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

/linux/include/video/
H A Dsamsung_fimd.h60 #define VIDCON0_CLKVAL_F(_x) ((_x) << 6) macro
/linux/drivers/video/fbdev/
H A Ds3c-fb.c1302 data |= VIDCON0_CLKVAL_F(clkdiv-1) | VIDCON0_CLKDIR; in s3c_fb_set_rgb_timing()