Home
last modified time | relevance | path

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

/linux/include/video/
H A Dsamsung_fimd.h57 #define VIDCON0_CLKVAL_F_MASK (0xff << 6) macro
/linux/drivers/video/fbdev/
H A Ds3c-fb.c1299 data &= ~(VIDCON0_CLKVAL_F_MASK | VIDCON0_CLKDIR); in s3c_fb_set_rgb_timing()