Searched refs:VIDCON1 (Results 1 – 5 of 5) sorted by relevance
1443 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_probe()1447 reg = readl(sfb->regs + VIDCON1); in s3c_fb_probe()1450 writel(reg, sfb->regs + VIDCON1); in s3c_fb_probe()1579 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_resume()1583 reg = readl(sfb->regs + VIDCON1); in s3c_fb_resume()1586 writel(reg, sfb->regs + VIDCON1); in s3c_fb_resume()1649 writel(pd->vidcon1, sfb->regs + VIDCON1); in s3c_fb_runtime_resume()
257 #define VIDCON1(_x) (0x0600 + ((_x) * 0x50)) macro
527 writel(VIDCON1_VCLK_HOLD, ctx->regs + VIDCON1(0)); in decon_init()
496 writel(vidcon1, ctx->regs + driver_data->timing_base + VIDCON1); in fimd_commit()
73 #define VIDCON1 0x04 macro