Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Ds3c-fb.c1438 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_probe()
1442 reg = readl(sfb->regs + VIDCON1); in s3c_fb_probe()
1445 writel(reg, sfb->regs + VIDCON1); in s3c_fb_probe()
1572 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_resume()
1576 reg = readl(sfb->regs + VIDCON1); in s3c_fb_resume()
1579 writel(reg, sfb->regs + VIDCON1); in s3c_fb_resume()
1642 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_runtime_resume()
/linux/include/video/
H A Dsamsung_fimd.h73 #define VIDCON1 0x04 macro